Lines Matching defs:vsrc
21 static void RGBA_to_rgbA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_rgbA_portable()
38 static void RGBA_to_bgrA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_BGRA_portable()
69 static void RGB_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_RGB1_portable()
83 static void RGB_to_BGR1_portable(uint32_t dst[], const void* vsrc, int count) { in RGB_to_BGR1_portable()
97 static void gray_to_RGB1_portable(uint32_t dst[], const void* vsrc, int count) { in gray_to_RGB1_portable()
107 static void grayA_to_RGBA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_RGBA_portable()
120 static void grayA_to_rgbA_portable(uint32_t dst[], const void* vsrc, int count) { in grayA_to_rgbA_portable()
134 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_RGB1_portable()
152 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const void* vsrc, int count) { in inverted_CMYK_to_BGR1_portable()
201 static void premul_should_swapRB(uint32_t* dst, const void* vsrc, int count) { in premul_should_swapRB()
246 static void RGBA_to_BGRA(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_BGRA()
280 static void insert_alpha_should_swaprb(uint32_t dst[], const void* vsrc, int count) { in insert_alpha_should_swaprb()
341 static void gray_to_RGB1(uint32_t dst[], const void* vsrc, int count) { in gray_to_RGB1()
383 static void expand_grayA(uint32_t dst[], const void* vsrc, int count) { in expand_grayA()
447 static void inverted_cmyk_to(uint32_t* dst, const void* vsrc, int count) { in inverted_cmyk_to()
506 static void premul_should_swapRB(uint32_t* dst, const void* vsrc, int count) { in premul_should_swapRB()
582 static void RGBA_to_BGRA(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_BGRA()
600 static void insert_alpha_should_swaprb(uint32_t dst[], const void* vsrc, int count) { in insert_alpha_should_swaprb()
642 static void gray_to_RGB1(uint32_t dst[], const void* vsrc, int count) { in gray_to_RGB1()
672 static void grayA_to_RGBA(uint32_t dst[], const void* vsrc, int count) { in grayA_to_RGBA()
694 static void grayA_to_rgbA(uint32_t dst[], const void* vsrc, int count) { in grayA_to_rgbA()
725 static void inverted_cmyk_to(uint32_t* dst, const void* vsrc, int count) { in inverted_cmyk_to()