Home
last modified time | relevance | path

Searched defs:glyphRange (Results 1 – 6 of 6) sorted by relevance

/external/skia/experimental/sktext/src/
DLogicalRun.h26 SkScalar calculateWidth(GlyphRange glyphRange) const { in calculateWidth()
DVisualRun.h43 SkScalar calculateWidth(GlyphRange glyphRange) const { in calculateWidth()
DLine.h94 …Stretch(RunIndex runIndex, GlyphRange glyphRange, TextRange textRange, SkScalar width, const TextM… in Stretch()
DText.cpp567 … GlyphRange glyphRange = this->textToGlyphs(unicodeText, positionType, runIndex, dirTextRange); in visit() local
597 GlyphRange glyphRange(0, run.size()); in textToGlyphs() local
/external/skia/modules/skparagraph/src/
DOneLineShaper.cpp246 TextRange OneLineShaper::normalizeTextRange(GlyphRange glyphRange) { in normalizeTextRange()
269 void OneLineShaper::addUnresolvedWithRun(GlyphRange glyphRange) { in addUnresolvedWithRun()
/external/skia/fuzz/
DFuzzCanvas.cpp872 int glyphRange = font.getTypefaceOrDefault()->countGlyphs(); in make_fuzz_text() local