Searched refs:inverted_CMYK_to_RGB1_portable (Results 1 – 2 of 2) sorted by relevance
128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() function468 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()