Searched refs:getPackedGlyphBounds (Results 1 – 3 of 3) sorted by relevance
71 bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds);
182 if (!scaler->getPackedGlyphBounds(packed, &bounds)) { in generateGlyph()
106 bool GrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, SkIRect* bounds) { in getPackedGlyphBounds() function in GrFontScaler