Home
last modified time | relevance | path

Searched refs:UnpackID (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrGlyph.h63 uint16_t glyphID() const { return UnpackID(fPackedID); } in glyphID()
91 static inline uint16_t UnpackID(PackedID packed) { in UnpackID() function
/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h95 return cache->getGlyphIDMetrics(GrGlyph::UnpackID(id), in GrToSkGlyph()