Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrFontScaler.h58 bool getPackedGlyphDFImage(const SkGlyph&, int width, int height, void* image);
DGrFontScaler.cpp170 bool GrFontScaler::getPackedGlyphDFImage(const SkGlyph& glyph, int width, int height, void* dst) { in getPackedGlyphDFImage() function in GrFontScaler
DGrBatchFontCache.cpp222 if (!scaler->getPackedGlyphDFImage(skGlyph, glyph->width(), glyph->height(), in addGlyphToAtlas()