Home
last modified time | relevance | path

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

/third_party/skia/src/images/
DSkImageEncoderFns.h136 skcms_PixelFormat_RGBA_hhhh, skcms_AlphaFormat_Unpremul, in transform_scanline_F16()
142 skcms_PixelFormat_RGBA_hhhh, skcms_AlphaFormat_PremulAsEncoded, in transform_scanline_F16_premul()
148 skcms_PixelFormat_RGBA_hhhh, skcms_AlphaFormat_Unpremul, in transform_scanline_F16_to_8888()
157 skcms_PixelFormat_RGBA_hhhh, skcms_AlphaFormat_PremulAsEncoded, in transform_scanline_F16_premul_to_8888()
166 skcms_PixelFormat_RGBA_hhhh, skcms_AlphaFormat_Unpremul, in transform_scanline_F16_to_premul_8888()
/third_party/skia/tools/
DHashAndEncode.cpp36 case kRGBA_F16Norm_SkColorType: srcFmt = skcms_PixelFormat_RGBA_hhhh; break; in HashAndEncode()
37 case kRGBA_F16_SkColorType: srcFmt = skcms_PixelFormat_RGBA_hhhh; break; in HashAndEncode()
/third_party/skia/include/third_party/skcms/
Dskcms.h293 skcms_PixelFormat_RGBA_hhhh, enumerator
/third_party/skia/src/codec/
DSkCodec.cpp697 *outFormat = skcms_PixelFormat_RGBA_hhhh; in sk_select_xform_format()
/third_party/skia/third_party/skcms/
Dskcms.cc2541 case skcms_PixelFormat_RGBA_hhhh >> 1: return 8; in bytes_per_pixel()
2648 case skcms_PixelFormat_RGBA_hhhh >> 1: *ops++ = Op_load_hhhh; break; in skcms_TransformWithPalette()
2896 case skcms_PixelFormat_RGBA_hhhh >> 1: *ops++ = Op_store_hhhh; break; in skcms_TransformWithPalette()