Home
last modified time | relevance | path

Searched refs:DirTextRange (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/experimental/sktext/src/
DVisualRun.h59 DirTextRange dirTextRange() const { return fDirTextRange; } in dirTextRange()
64DirTextRange dirTextRange(fDirTextRange.fStart, fDirTextRange.fStart, fDirTextRange.fLeftToRight); in forEachTextBlockInGlyphRange()
91 DirTextRange fDirTextRange;
DText.cpp345 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()
DPaint.h94 DirTextRange dirTextRange,
DPaint.cpp55 DirTextRange dirTextRange, in onGlyphRun()
/third_party/skia/experimental/sktext/include/
DTypes.h140 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
DText.h177DirTextRange 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/
DWrappedText.cpp52DirTextRange dirTextRange; // Currently we make sure that the run edges are the grapheme cluster …
72 DirTextRange dirTextRange, in onGlyphRun()
DSelectableText.cpp53DirTextRange dirTextRange; // Currently we make sure that the run edges are the grapheme cluster …
74 DirTextRange dirTextRange, in onGlyphRun()