/third_party/skia/experimental/sktext/src/ |
D | Line.h | 65 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()
|
D | Text.cpp | 327 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/ |
D | BidiLine.java | 304 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
|
D | Bidi.java | 4947 public BidiRun getVisualRun(int runIndex) in getVisualRun()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | BidiLine.java | 305 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
|
D | Bidi.java | 4885 public BidiRun getVisualRun(int runIndex) in getVisualRun()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubidiln.cpp | 363 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/ |
D | ubidiln.cpp | 363 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/ |
D | ubidiln.cpp | 363 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/ |
D | ubidiln.cpp | 363 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/ |
D | TextLine.cpp | 79 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
|
D | Run.cpp | 272 RunIndex runIndex, in Cluster()
|
D | ParagraphImpl.cpp | 224 for (RunIndex runIndex = 0; runIndex < fRuns.size(); ++runIndex) { in buildClusterTable() local 835 Run& ParagraphImpl::run(RunIndex runIndex) { in run()
|
D | Run.h | 253 RunIndex runIndex() const { return fRunIndex; } in runIndex() function
|
/third_party/skia/experimental/sktext/tests/ |
D | WrappedText.cpp | 123 RunIndex runIndex = 0; in UNIX_ONLY_TEST() local
|
D | SelectableText.cpp | 123 …for (RunIndex runIndex = testLine.runRange.fEnd; runIndex > testLine.runRange.fStart; --runIndex) { in UNIX_ONLY_TEST() local
|
/third_party/icu/icu4c/source/layoutex/ |
D | playout.cpp | 213 pl_getLineVisualRun(const pl_line *line, le_int32 runIndex) in pl_getLineVisualRun()
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 327 RunIndex runIndex, in Cluster() 394 auto runIndex = run.index(); in buildClusterTable() local
|
D | TextLine.cpp | 139 for (auto runIndex = start.runIndex(); runIndex <= end.runIndex(); ++runIndex) { in TextLine() local 860 for (auto& runIndex : fRunsInVisualOrder) { in iterateThroughVisualRuns() local
|
D | Run.h | 316 RunIndex runIndex() const { return fRunIndex; } in runIndex() function
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextBlob.cpp | 228 for (int runIndex = 0; runIndex <= lastRun; runIndex++) { in flush() local
|
D | GrTextBlob.h | 179 void computeSubRunBounds(SkRect* outBounds, int runIndex, int subRunIndex, in computeSubRunBounds()
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | Layout.cpp | 501 size_t runIndex, in Iter()
|
/third_party/flutter/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 1105 int runIndex = glyphIterator.fRunIndex; in wrap() local
|