Searched refs:AttributesRun (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/terminal/
H A DHistoryBuffer.cpp88 AttributesRun* attributesRun = line->AttributesRuns();
166 AttributesRun* attributesRun = historyLine->AttributesRuns();
223 AttributesRun* attributesRun
224 = (AttributesRun*)(fBuffer + fBufferAllocationOffset);
263 int32 bytesNeeded = attributesRuns * sizeof(AttributesRun) + byteLength;
294 line->attributesRuns = (AttributesRun*)(fBuffer + fBufferAllocationOffset);
H A DTerminalLine.h237 struct AttributesRun { struct
245 AttributesRun* attributesRuns;
251 AttributesRun* AttributesRuns() const
263 return attributesRunCount * sizeof(AttributesRun) + byteLength;

Completed in 12 milliseconds