Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrFontScaler.h55 bool getPackedGlyphImage(const SkGlyph&, int width, int height, int rowBytes,
DGrFontScaler.cpp115 bool GrFontScaler::getPackedGlyphImage(const SkGlyph& glyph, int width, int height, int dstRB, in getPackedGlyphImage() function in GrFontScaler
DGrBatchFontCache.cpp227 if (!scaler->getPackedGlyphImage(skGlyph, glyph->width(), glyph->height(), in addGlyphToAtlas()