Home
last modified time | relevance | path

Searched defs:startRun (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/samples/layout/
Dparagraph.cpp65 le_int32 startRun = findRun(fontRuns, start); in subsetFontRuns() local
Dpflow.c93 le_int32 startRun = findFontRun(fontRuns, start); in subsetFontRuns() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.cpp65 le_int32 startRun = findRun(fontRuns, start); in subsetFontRuns() local
Dpflow.c93 le_int32 startRun = findFontRun(fontRuns, start); in subsetFontRuns() local
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dparagraph.cpp65 le_int32 startRun = findRun(fontRuns, start); in subsetFontRuns() local
Dpflow.c93 le_int32 startRun = findFontRun(fontRuns, start); in subsetFontRuns() local
/third_party/skia/experimental/sktext/src/
DText.cpp435 SkTArray<int32_t> ShapedText::getVisualOrder(SkUnicode* unicode, RunIndex startRun, RunIndex endRun… in getVisualOrder()
458 auto startRun = lineStretch.glyphStart().runIndex(); in addLine() local
/third_party/icu/icu4c/source/layoutex/
DParagraphLayout.cpp1037 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun; in computeVisualRuns() local
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp830 void GrTextBlob::startRun(const SkGlyphRun& glyphRun, bool useSDFT) { in startRun() function in GrTextBlob
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp527 int32_t startRun = -1; in updateRunInfo() local