Searched refs:UnpackID (Results 1 – 2 of 2) sorted by relevance
62 uint16_t glyphID() const { return UnpackID(fPackedID); } in glyphID()90 static inline uint16_t UnpackID(PackedID packed) { in UnpackID() function
204 return fStrike->getGlyphIDMetrics(GrGlyph::UnpackID(id), in grToSkGlyph()