Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrFontScaler.cpp49 GrMaskFormat GrFontScaler::getPackedGlyphMaskFormat(const SkGlyph& glyph) const { in getPackedGlyphMaskFormat() function in GrFontScaler
127 if (getPackedGlyphMaskFormat(glyph) != expectedMaskFormat) { in getPackedGlyphImage()
DGrFontScaler.h53 GrMaskFormat getPackedGlyphMaskFormat(const SkGlyph&) const;
DGrBatchFontCache.cpp185 GrMaskFormat format = scaler->getPackedGlyphMaskFormat(skGlyph); in generateGlyph()