HomeSort by relevance Sort by last modified time
    Searched refs:getPackedGlyphMaskFormat (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/text/
GrFontScaler.h 53 GrMaskFormat getPackedGlyphMaskFormat(const SkGlyph&) const;
GrFontScaler.cpp 49 GrMaskFormat GrFontScaler::getPackedGlyphMaskFormat(const SkGlyph& glyph) const {
127 if (getPackedGlyphMaskFormat(glyph) != expectedMaskFormat) {
GrBatchFontCache.cpp 185 GrMaskFormat format = scaler->getPackedGlyphMaskFormat(skGlyph);

Completed in 643 milliseconds