Home
last modified time | relevance | path

Searched refs:subrun (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp419 TextRun subrun = run; in drawBidiText() local
420 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()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1692423 run into subruns as necessary such that each subrun can be rendered with
92426 Then calls collectCoreTextRunsForCharacters() on each subrun.
92429 a CTLine from the given subrun and collects its CoreTextRuns.
DChangeLog-2005-08-2340467 In the case where a subrun doesn't extend to the end of the text box,