Searched refs:RGB_to_BGR1_portable (Results 1 – 2 of 2) sorted by relevance
81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable() function319 auto proc = kSwapRB ? RGB_to_BGR1_portable : RGB_to_RGB1_portable; in insert_alpha_should_swaprb()613 auto proc = kSwapRB ? RGB_to_BGR1_portable : RGB_to_RGB1_portable; in insert_alpha_should_swaprb()796 RGB_to_BGR1_portable(dst, src, count); in RGB_to_BGR1()