Searched refs:RunIndex (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/experimental/sktext/tests/ |
D | WrappedText.cpp | 47 Range<RunIndex> runRange; 64 …fTestLines.push_back({ index, lineText, hardBreak, bounds, EMPTY_RANGE, Range<RunIndex>(fTestRuns.… in onBeginLine() 123 RunIndex runIndex = 0; in UNIX_ONLY_TEST() 127 REPORTER_ASSERT(reporter, line.runRange == Range<RunIndex>(runIndex, runIndex + 1)); in UNIX_ONLY_TEST()
|
D | SelectableText.cpp | 47 Range<RunIndex> runRange; 65 …fTestLines.push_back({ index, lineText, hardBreak, bounds, EMPTY_RANGE, Range<RunIndex>(fTestRuns.… in onBeginLine() 123 …for (RunIndex runIndex = testLine.runRange.fEnd; runIndex > testLine.runRange.fStart; --runIndex) { in UNIX_ONLY_TEST()
|
/third_party/flutter/skia/modules/skparagraph/src/ |
D | Run.h | 21 typedef size_t RunIndex; typedef 214 RunIndex runIndex, 253 RunIndex runIndex() const { return fRunIndex; } in runIndex() 276 RunIndex fRunIndex;
|
D | ParagraphImpl.h | 95 SkScalar posShift(RunIndex index, size_t pos) const { in posShift() 133 Run& run(RunIndex runIndex);
|
D | Run.cpp | 272 RunIndex runIndex, in Cluster()
|
D | ParagraphImpl.cpp | 224 for (RunIndex runIndex = 0; runIndex < fRuns.size(); ++runIndex) { in buildClusterTable() 835 Run& ParagraphImpl::run(RunIndex runIndex) { in run()
|
/third_party/skia/modules/skparagraph/src/ |
D | Run.h | 32 typedef size_t RunIndex; typedef 276 RunIndex runIndex, 316 RunIndex runIndex() const { return fRunIndex; } in runIndex() 340 RunIndex fRunIndex;
|
D | ParagraphImpl.h | 173 Run& run(RunIndex runIndex) {
|
D | ParagraphImpl.cpp | 327 RunIndex runIndex, in Cluster()
|
/third_party/skia/experimental/sktext/include/ |
D | Text.h | 156 SkTArray<int32_t> getVisualOrder(SkUnicode* unicode, RunIndex start, RunIndex end); 241 …GlyphRange textToGlyphs(UnicodeText* unicodeText, PositionType positionType, RunIndex runIndex, Di…
|
D | Types.h | 70 typedef size_t RunIndex; typedef
|
/third_party/skia/experimental/sktext/src/ |
D | Text.cpp | 435 SkTArray<int32_t> ShapedText::getVisualOrder(SkUnicode* unicode, RunIndex startRun, RunIndex endRun… in getVisualOrder() 445 for (RunIndex runIndex = startRun; runIndex <= endRun; ++runIndex) { in getVisualOrder() 583 RunIndex runIndex = 0ul; in visit() 613 GlyphRange WrappedText::textToGlyphs(UnicodeText* unicodeText, PositionType positionType, RunIndex … in textToGlyphs()
|
D | Line.h | 94 …Stretch(RunIndex runIndex, GlyphRange glyphRange, TextRange textRange, SkScalar width, const TextM… in Stretch()
|