Searched refs:attributesRun (Results 1 – 1 of 1) sorted by relevance
88 AttributesRun* attributesRun = line->AttributesRuns(); in GetTerminalLineAt() local91 ? attributesRun->offset : INT_MAX; in GetTerminalLineAt()96 if (charCount < attributesRun->offset) { in GetTerminalLineAt()99 nextAttributesAt = attributesRun->offset; in GetTerminalLineAt()101 attributes = attributesRun->attributes; in GetTerminalLineAt()102 nextAttributesAt = attributesRun->offset in GetTerminalLineAt()103 + attributesRun->length; in GetTerminalLineAt()104 attributesRun++; in GetTerminalLineAt()166 AttributesRun* attributesRun = historyLine->AttributesRuns(); in AddLine() local181 attributesRun->length = i - attributesRun->offset; in AddLine()[all …]