Home
last modified time | relevance | path

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

/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()
/external/skia/include/third_party/skcms/
Dskcms.h291 skcms_PixelFormat_RGB_hhh, // 1-5-10 half-precision float. enumerator
/external/skia/third_party/skcms/
Dskcms.cc2540 case skcms_PixelFormat_RGB_hhh >> 1: return 6; in bytes_per_pixel()
2647 case skcms_PixelFormat_RGB_hhh >> 1: *ops++ = Op_load_hhh; break; in skcms_TransformWithPalette()
2859 if (dstFmt < skcms_PixelFormat_RGB_hhh) { in skcms_TransformWithPalette()
2895 case skcms_PixelFormat_RGB_hhh >> 1: *ops++ = Op_store_hhh; break; in skcms_TransformWithPalette()