Searched refs:subrun (Results 1 – 3 of 3) sorted by relevance
419 TextRun subrun = run; in drawBidiText() local420 subrun.setText(run.data(bidiRun->start()), bidiRun->stop() - bidiRun->start()); in drawBidiText()421 subrun.setRTL(bidiRun->level() % 2); in drawBidiText()422 subrun.setDirectionalOverride(bidiRun->dirOverride(false)); in drawBidiText()424 font.drawText(this, subrun, currPoint); in drawBidiText()429 currPoint.move(font.width(subrun), 0); in drawBidiText()
92423 run into subruns as necessary such that each subrun can be rendered with92426 Then calls collectCoreTextRunsForCharacters() on each subrun.92429 a CTLine from the given subrun and collects its CoreTextRuns.
40467 In the case where a subrun doesn't extend to the end of the text box,