Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkSwizzler_opts.h68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable() function
319 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()
792 RGB_to_RGB1_portable(dst, src, count); in RGB_to_RGB1()
/external/skqp/src/opts/
DSkSwizzler_opts.h68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable() function
319 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()
792 RGB_to_RGB1_portable(dst, src, count); in RGB_to_RGB1()