Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrGlyph.h36 GrGlyph(SkPackedGlyphID packedGlyphID) : fPackedID(packedGlyphID) {} in GrGlyph()
38 const SkPackedGlyphID fPackedID; variable
/third_party/skia/src/gpu/text/
DGrStrikeCache.cpp54 return glyph->fPackedID; in GetKey()
DGrTextBlob.cpp408 const SkGlyph& skGlyph = *metricsAndImages.glyph(grGlyph->fPackedID); in regenerateAtlas()