Home
last modified time | relevance | path

Searched refs:inverted_CMYK_to_RGB1_portable (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/opts/
DSkSwizzler_opts.h128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() function
468 auto proc = (kBGR1 == format) ? inverted_CMYK_to_BGR1_portable : inverted_CMYK_to_RGB1_portable; in inverted_cmyk_to()
765 auto proc = (kBGR1 == format) ? inverted_CMYK_to_BGR1_portable : inverted_CMYK_to_RGB1_portable; in inverted_cmyk_to()
812 inverted_CMYK_to_RGB1_portable(dst, src, count); in inverted_CMYK_to_RGB1()
/external/skqp/src/opts/
DSkSwizzler_opts.h128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() function
468 auto proc = (kBGR1 == format) ? inverted_CMYK_to_BGR1_portable : inverted_CMYK_to_RGB1_portable; in inverted_cmyk_to()
765 auto proc = (kBGR1 == format) ? inverted_CMYK_to_BGR1_portable : inverted_CMYK_to_RGB1_portable; in inverted_cmyk_to()
812 inverted_CMYK_to_RGB1_portable(dst, src, count); in inverted_CMYK_to_RGB1()