Searched refs:getPackedGlyphMaskFormat (Results 1 – 3 of 3) sorted by relevance
49 GrMaskFormat GrFontScaler::getPackedGlyphMaskFormat(const SkGlyph& glyph) const { in getPackedGlyphMaskFormat() function in GrFontScaler127 if (getPackedGlyphMaskFormat(glyph) != expectedMaskFormat) { in getPackedGlyphImage()
53 GrMaskFormat getPackedGlyphMaskFormat(const SkGlyph&) const;
185 GrMaskFormat format = scaler->getPackedGlyphMaskFormat(skGlyph); in generateGlyph()