Home
last modified time | relevance | path

Searched defs:runIndex (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/experimental/sktext/src/
DLine.h65 GlyphPos(size_t runIndex, size_t glyphIndex) : fRunIndex(runIndex), fGlyphIndex(glyphIndex) { } in GlyphPos()
71 size_t runIndex() const { return fRunIndex; } in runIndex() function
94 …Stretch(RunIndex runIndex, GlyphRange glyphRange, TextRange textRange, SkScalar width, const TextM… in Stretch()
DText.cpp327 for (size_t runIndex = 0; runIndex < this->fLogicalRuns.size(); ++runIndex ) { in wrap() local
445 for (RunIndex runIndex = startRun; runIndex <= endRun; ++runIndex) { in getVisualOrder() local
583 RunIndex runIndex = 0ul; in visit() local
613 …::textToGlyphs(UnicodeText* unicodeText, PositionType positionType, RunIndex runIndex, DirTextRang… in textToGlyphs()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiLine.java304 static BidiRun getVisualRun(Bidi bidi, int runIndex) in getVisualRun()
528 int runIndex, start; in getRuns() local
608 int runIndex, ip; in getRuns() local
618 int runIndex, ic; in getRuns() local
DBidi.java4947 public BidiRun getVisualRun(int runIndex) in getVisualRun()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidiLine.java305 static BidiRun getVisualRun(Bidi bidi, int runIndex) in getVisualRun()
529 int runIndex, start; in getRuns() local
609 int runIndex, ip; in getRuns() local
619 int runIndex, ic; in getRuns() local
DBidi.java4885 public BidiRun getVisualRun(int runIndex) in getVisualRun()
/third_party/skia/third_party/externals/icu/source/common/
Dubidiln.cpp363 ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, in ubidi_getVisualRun()
599 int32_t runIndex, start; in ubidi_getRuns() local
687 int32_t runIndex; in ubidi_getRuns() local
696 int32_t runIndex; in ubidi_getRuns() local
/third_party/icu/icu4c/source/common/
Dubidiln.cpp363 ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, in ubidi_getVisualRun()
599 int32_t runIndex, start; in ubidi_getRuns() local
687 int32_t runIndex; in ubidi_getRuns() local
696 int32_t runIndex; in ubidi_getRuns() local
/third_party/node/deps/icu-small/source/common/
Dubidiln.cpp363 ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, in ubidi_getVisualRun()
599 int32_t runIndex, start; in ubidi_getRuns() local
687 int32_t runIndex; in ubidi_getRuns() local
696 int32_t runIndex; in ubidi_getRuns() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubidiln.cpp363 ubidi_getVisualRun(UBiDi *pBiDi, int32_t runIndex, in ubidi_getVisualRun()
601 int32_t runIndex, start; in ubidi_getRuns() local
689 int32_t runIndex; in ubidi_getRuns() local
698 int32_t runIndex; in ubidi_getRuns() local
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp79 for (auto runIndex = start.runIndex(); runIndex <= end.runIndex(); ++runIndex) { in TextLine() local
582 auto& runIndex = fLogical[reverse ? fLogical.size() - r - 1 : r]; in iterateThroughClustersInGlyphsOrder() local
652 for (auto& runIndex : fLogical) { in iterateThroughRuns() local
DRun.cpp272 RunIndex runIndex, in Cluster()
DParagraphImpl.cpp224 for (RunIndex runIndex = 0; runIndex < fRuns.size(); ++runIndex) { in buildClusterTable() local
835 Run& ParagraphImpl::run(RunIndex runIndex) { in run()
DRun.h253 RunIndex runIndex() const { return fRunIndex; } in runIndex() function
/third_party/skia/experimental/sktext/tests/
DWrappedText.cpp123 RunIndex runIndex = 0; in UNIX_ONLY_TEST() local
DSelectableText.cpp123 …for (RunIndex runIndex = testLine.runRange.fEnd; runIndex > testLine.runRange.fStart; --runIndex) { in UNIX_ONLY_TEST() local
/third_party/icu/icu4c/source/layoutex/
Dplayout.cpp213 pl_getLineVisualRun(const pl_line *line, le_int32 runIndex) in pl_getLineVisualRun()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp327 RunIndex runIndex, in Cluster()
394 auto runIndex = run.index(); in buildClusterTable() local
DTextLine.cpp139 for (auto runIndex = start.runIndex(); runIndex <= end.runIndex(); ++runIndex) { in TextLine() local
860 for (auto& runIndex : fRunsInVisualOrder) { in iterateThroughVisualRuns() local
DRun.h316 RunIndex runIndex() const { return fRunIndex; } in runIndex() function
/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.cpp228 for (int runIndex = 0; runIndex <= lastRun; runIndex++) { in flush() local
DGrTextBlob.h179 void computeSubRunBounds(SkRect* outBounds, int runIndex, int subRunIndex, in computeSubRunBounds()
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp501 size_t runIndex, in Iter()
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1105 int runIndex = glyphIterator.fRunIndex; in wrap() local