Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h358 , fGlyphStartIndex(0) in SubRunInfo()
373 , fGlyphStartIndex(that.fGlyphStartIndex) in SubRunInfo()
398 uint32_t glyphCount() const { return fGlyphEndIndex - fGlyphStartIndex; } in glyphCount()
399 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex()
408 fGlyphStartIndex = prev.glyphEndIndex(); in setAsSuccessor()
459 uint32_t fGlyphStartIndex; member