Lines Matching defs:format
296 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) {
312 if (kBGR1 == format) {
329 auto proc = (kBGR1 == format) ? inverted_CMYK_to_BGR1_portable : inverted_CMYK_to_RGB1_portable;
542 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) {
546 if (kBGR1 == format) {
610 auto proc = (kBGR1 == format) ? inverted_CMYK_to_BGR1_portable : inverted_CMYK_to_RGB1_portable;
793 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) {
797 if (kBGR1 == format) {
858 auto proc = (kBGR1 == format) ? inverted_CMYK_to_BGR1_portable : inverted_CMYK_to_RGB1_portable;
1023 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) {
1027 if (kBGR1 == format) {
1084 auto proc = (kBGR1 == format) ? inverted_CMYK_to_BGR1_portable : inverted_CMYK_to_RGB1_portable;