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

/haiku/src/kits/interface/
H A DTextView.cpp5450 const text_run* theRun = &runs->runs[0]; local
5452 int32 fromOffset = theRun->offset + startOffset;
5455 toOffset = (theRun + 1)->offset + startOffset;
5459 _ApplyStyleRange(fromOffset, toOffset, B_FONT_ALL, &theRun->font,
5460 &theRun->color, false);
5462 theRun++;

Completed in 72 milliseconds