Searched refs:getPackedGlyphBounds (Results 1 – 3 of 3) sorted by relevance
54 bool getPackedGlyphBounds(const SkGlyph&, SkIRect* bounds);
66 bool GrFontScaler::getPackedGlyphBounds(const SkGlyph& glyph, SkIRect* bounds) { in getPackedGlyphBounds() function in GrFontScaler
181 if (!scaler->getPackedGlyphBounds(skGlyph, &bounds)) { in generateGlyph()