Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.h408 uint32_t glyphEndIndex() const { return fGlyphEndIndex; } in glyphEndIndex() function
416 fGlyphStartIndex = prev.glyphEndIndex(); in setAsSuccessor()
417 fGlyphEndIndex = prev.glyphEndIndex(); in setAsSuccessor()
DGrAtlasTextBlob.cpp151 fGlyphs[subRun->glyphEndIndex()] = glyph; in appendGlyph()
547 SkASSERT_RELEASE(lSubRun.glyphEndIndex() == rSubRun.glyphEndIndex()); in AssertEqual()