Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGlyph.h36 PackedID fPackedID; member
45 fPackedID = packed; in init()
62 uint16_t glyphID() const { return UnpackID(fPackedID); } in glyphID()
95 return glyph.fPackedID; in GetKey()
/external/skia/src/gpu/text/
DGrBatchFontCache.cpp211 SkASSERT(fCache.find(glyph->fPackedID)); in addGlyphToAtlas()
220 const SkGlyph& skGlyph = scaler->grToSkGlyph(glyph->fPackedID); in addGlyphToAtlas()
221 if (GrGlyph::kDistance_MaskStyle == GrGlyph::UnpackMaskStyle(glyph->fPackedID)) { in addGlyphToAtlas()
DGrAtlasTextBlob_regenInBatch.cpp190 GrGlyph::PackedID id = fGlyphs[glyphOffset]->fPackedID; in regenInBatch()
192 SkASSERT(id == fGlyphs[glyphOffset]->fPackedID); in regenInBatch()