Home
last modified time | relevance | path

Searched refs:getPackedGlyphBounds (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
DGrFontScaler.h54 bool getPackedGlyphBounds(const SkGlyph&, SkIRect* bounds);
DGrFontScaler.cpp66 bool GrFontScaler::getPackedGlyphBounds(const SkGlyph& glyph, SkIRect* bounds) { in getPackedGlyphBounds() function in GrFontScaler
DGrBatchFontCache.cpp181 if (!scaler->getPackedGlyphBounds(skGlyph, &bounds)) { in generateGlyph()