Searched refs:inverted_cmyk_to (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 447 static void inverted_cmyk_to(uint32_t* dst, const void* vsrc, int count) { in inverted_cmyk_to() function 486 inverted_cmyk_to<kRGB1>(dst, src, count); in inverted_CMYK_to_RGB1() 490 inverted_cmyk_to<kBGR1>(dst, src, count); in inverted_CMYK_to_BGR1() 725 static void inverted_cmyk_to(uint32_t* dst, const void* vsrc, int count) { in inverted_cmyk_to() function 793 inverted_cmyk_to<kRGB1>(dst, src, count); in inverted_CMYK_to_RGB1() 797 inverted_cmyk_to<kBGR1>(dst, src, count); in inverted_CMYK_to_BGR1()
|