Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasManager.cpp66 GrMaskFormat grMaskFormat = GrGlyph::FormatFromSkGlyph(glyph.maskFormat()); in get_packed_glyph_image() local
67 if (grMaskFormat == expectedMaskFormat) { in get_packed_glyph_image()
99 } else if (grMaskFormat == kA565_GrMaskFormat && expectedMaskFormat == kARGB_GrMaskFormat) { in get_packed_glyph_image()
DGrTextBlob.cpp64 GrAtlasTextOp::MaskType op_mask_type(GrMaskFormat grMaskFormat) { in op_mask_type() argument
65 switch (grMaskFormat) { in op_mask_type()
76 GrMaskFormat grMaskFormat, in calculate_colors() argument
80 if (grMaskFormat == kARGB_GrMaskFormat) { in calculate_colors()