Searched refs:fPackedID (Results 1 – 3 of 3) sorted by relevance
36 PackedID fPackedID; member45 fPackedID = packed; in init()62 uint16_t glyphID() const { return UnpackID(fPackedID); } in glyphID()95 return glyph.fPackedID; in GetKey()
211 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()
190 GrGlyph::PackedID id = fGlyphs[glyphOffset]->fPackedID; in regenInBatch()192 SkASSERT(id == fGlyphs[glyphOffset]->fPackedID); in regenInBatch()