Searched refs:kA565_GrMaskFormat (Results 1 – 7 of 7) sorted by relevance
90 case kA565_GrMaskFormat: { in get_packed_glyph_image()99 } else if (grMaskFormat == kA565_GrMaskFormat && expectedMaskFormat == kARGB_GrMaskFormat) { in get_packed_glyph_image()109 constexpr int a565Bpp = GrMaskFormatBytesPerPixel(kA565_GrMaskFormat); in get_packed_glyph_image()
158 if (kA565_GrMaskFormat == format && in resolveMaskFormat()
71 case kA565_GrMaskFormat: return AtlasTextOp::MaskType::kLCDCoverage; in op_mask_type()
28 return kA565_GrMaskFormat; in FormatFromSkGlyph()
136 kA565_GrMaskFormat == fMaskFormat; in GrBitmapTextGeoProc()216 format = kA565_GrMaskFormat; in TestCreate()
195 return kA565_GrMaskFormat; in maskFormat()
82 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage enumerator98 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()1266 case kA565_GrMaskFormat: in GrMaskFormatToColorType()