Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGlyph.h36 GrGlyph(SkPackedGlyphID packedGlyphID) : fPackedID(packedGlyphID) {} in GrGlyph()
38 const SkPackedGlyphID fPackedID; variable
/external/skqp/src/gpu/
DGrGlyph.h59 : fPackedID{skGlyph.getPackedID()} in GrGlyph()
96 return glyph.fPackedID; in GetKey()
103 const SkPackedGlyphID fPackedID; member
/external/skia/src/gpu/text/
DGrStrikeCache.h38 return glyph->fPackedID; in GetKey()
DGrTextBlob.cpp396 const SkGlyph& skGlyph = *metricsAndImages.glyph(grGlyph->fPackedID); in regenerateAtlas()
/external/skqp/src/gpu/text/
DGrStrikeCache.cpp204 SkASSERT(fCache.find(glyph->fPackedID)); in addGlyphToAtlas()
224 const SkGlyph& skGlyph = GrToSkGlyph(cache, glyph->fPackedID); in addGlyphToAtlas()
DGrTextBlobVertexRegenerator.cpp199 SkPackedGlyphID id = fBlob->fGlyphs[glyphOffset]->fPackedID; in doRegen()
201 SkASSERT(id == fBlob->fGlyphs[glyphOffset]->fPackedID); in doRegen()