Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h364 , fGlyphStartIndex(0) in SubRunInfo()
380 , fGlyphStartIndex(that.fGlyphStartIndex) in SubRunInfo()
406 uint32_t glyphCount() const { return fGlyphEndIndex - fGlyphStartIndex; } in glyphCount()
407 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex()
416 fGlyphStartIndex = prev.glyphEndIndex(); in setAsSuccessor()
455 uint32_t fGlyphStartIndex; member