HomeSort by relevance Sort by last modified time
    Searched full:subrun (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 419 TextRun subrun = run; local
420 subrun.setText(run.data(bidiRun->start()), bidiRun->stop() - bidiRun->start());
421 subrun.setRTL(bidiRun->level() % 2);
422 subrun.setDirectionalOverride(bidiRun->dirOverride(false));
424 font.drawText(this, subrun, currPoint);
429 currPoint.move(font.width(subrun), 0);
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 311 TextRun subRun(run);
312 subRun.setText(subRun.data(i), 1);
314 (*m_walkerMissingGlyphCallback)(subRun, m_walkerData);
  /external/jdiff/src/jdiff/
DiffMyers.java 646 A subrun of two or more provisionals can stand
648 A subrun of 4 or more can stand when LENGTH >= 64. */
653 /* Cancel any subrun of MINIMUM or more provisionals
659 /* Back up to start of subrun, to cancel it all. */
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 571 // If we are doing a subrun that doesn't go to the end of the text box,
    [all...]

Completed in 4276 milliseconds