Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp90 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()
DGrAtlasManager.h158 if (kA565_GrMaskFormat == format && in resolveMaskFormat()
DGrTextBlob.cpp71 case kA565_GrMaskFormat: return AtlasTextOp::MaskType::kLCDCoverage; in op_mask_type()
/third_party/skia/src/gpu/
DGrGlyph.h28 return kA565_GrMaskFormat; in FormatFromSkGlyph()
/third_party/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp136 kA565_GrMaskFormat == fMaskFormat; in GrBitmapTextGeoProc()
216 format = kA565_GrMaskFormat; in TestCreate()
/third_party/skia/src/gpu/ops/
DAtlasTextOp.h195 return kA565_GrMaskFormat; in maskFormat()
/third_party/skia/include/private/
DGrTypesPriv.h82 kA565_GrMaskFormat, //!< 2-bytes per pixel, RGB represent 3-channel LCD coverage enumerator
98 static_assert(kA565_GrMaskFormat == 1, "enum_order_dependency"); in GrMaskFormatBytesPerPixel()
1266 case kA565_GrMaskFormat: in GrMaskFormatToColorType()