Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.cpp213 static inline GrMaskFormat get_packed_glyph_mask_format(const SkGlyph& glyph) { in get_packed_glyph_mask_format() function
292 if (get_packed_glyph_mask_format(glyph) != expectedMaskFormat) { in get_packed_glyph_image()
430 GrMaskFormat format = get_packed_glyph_mask_format(skGlyph); in generateGlyph()