Home
last modified time | relevance | path

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

/external/skia/third_party/skcms/
Dskcms.h216 skcms_PixelFormat_RGB_hhh, // 1-5-10 half-precision float. enumerator
Dskcms.cc1989 case skcms_PixelFormat_RGB_hhh >> 1: return 6; in bytes_per_pixel()
2090 case skcms_PixelFormat_RGB_hhh >> 1: *ops++ = Op_load_hhh; break; in skcms_TransformWithPalette()
2229 if (dstFmt < skcms_PixelFormat_RGB_hhh) { in skcms_TransformWithPalette()
2255 case skcms_PixelFormat_RGB_hhh >> 1: *ops++ = Op_store_hhh; break; in skcms_TransformWithPalette()
/external/skqp/third_party/skcms/
Dskcms.h211 skcms_PixelFormat_RGB_hhh, // 1-5-10 half-precision float. enumerator
Dskcms.cc1995 case skcms_PixelFormat_RGB_hhh >> 1: return 6; in bytes_per_pixel()
2094 case skcms_PixelFormat_RGB_hhh >> 1: *ops++ = Op_load_hhh; break; in skcms_TransformWithPalette()
2229 if (dstFmt < skcms_PixelFormat_RGB_hhh) { in skcms_TransformWithPalette()
2253 case skcms_PixelFormat_RGB_hhh >> 1: *ops++ = Op_store_hhh; break; in skcms_TransformWithPalette()