Searched refs:DirTextRange (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/experimental/sktext/src/ |
D | VisualRun.h | 59 DirTextRange dirTextRange() const { return fDirTextRange; } in dirTextRange() 64 … DirTextRange dirTextRange(fDirTextRange.fStart, fDirTextRange.fStart, fDirTextRange.fLeftToRight); in forEachTextBlockInGlyphRange() 91 DirTextRange fDirTextRange;
|
D | Text.cpp | 345 DirTextRange clusterText(EMPTY_RANGE, run.leftToRight()); in wrap() 351 clusterText = DirTextRange(textIndex, textIndex, run.leftToRight()); in wrap() 586 run.forEachTextBlockInGlyphRange(lineBlocks, [&](DirTextRange dirTextRange) { in visit() 613 …icodeText* unicodeText, PositionType positionType, RunIndex runIndex, DirTextRange dirTextRange) c… in textToGlyphs() 672 DirTextRange dirTextRange, in onGlyphRun()
|
D | Paint.h | 94 DirTextRange dirTextRange,
|
D | Paint.cpp | 55 DirTextRange dirTextRange, in onGlyphRun()
|
/third_party/skia/experimental/sktext/include/ |
D | Types.h | 140 struct DirTextRange : public TextRange { struct 141 DirTextRange(TextRange textRange, bool leftToRight) in DirTextRange() function 144 DirTextRange(TextIndex start, TextIndex end, bool leftToRight) in DirTextRange() argument
|
D | Text.h | 177 …DirTextRange dirTextRange, // Currently we make sure that the run edges are the grapheme cl… in onGlyphRun() 241 …icodeText* unicodeText, PositionType positionType, RunIndex runIndex, DirTextRange dirTextRange) c… 257 DirTextRange dirTextRange, in onGlyphRun() 350 DirTextRange dirTextRange,
|
/third_party/skia/experimental/sktext/tests/ |
D | WrappedText.cpp | 52 …DirTextRange dirTextRange; // Currently we make sure that the run edges are the grapheme cluster … 72 DirTextRange dirTextRange, in onGlyphRun()
|
D | SelectableText.cpp | 53 …DirTextRange dirTextRange; // Currently we make sure that the run edges are the grapheme cluster … 74 DirTextRange dirTextRange, in onGlyphRun()
|