Searched refs:inverted_cmyk_to (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 435 static void inverted_cmyk_to(uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() function 473 inverted_cmyk_to<kRGB1>(dst, src, count); in inverted_CMYK_to_RGB1() 477 inverted_cmyk_to<kBGR1>(dst, src, count); in inverted_CMYK_to_BGR1() 704 static void inverted_cmyk_to(uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() function 770 inverted_cmyk_to<kRGB1>(dst, src, count); in inverted_CMYK_to_RGB1() 774 inverted_cmyk_to<kBGR1>(dst, src, count); in inverted_CMYK_to_BGR1()
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 435 static void inverted_cmyk_to(uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() function 473 inverted_cmyk_to<kRGB1>(dst, src, count); in inverted_CMYK_to_RGB1() 477 inverted_cmyk_to<kBGR1>(dst, src, count); in inverted_CMYK_to_BGR1() 704 static void inverted_cmyk_to(uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() function 770 inverted_cmyk_to<kRGB1>(dst, src, count); in inverted_CMYK_to_RGB1() 774 inverted_cmyk_to<kBGR1>(dst, src, count); in inverted_CMYK_to_BGR1()
|