Searched refs:insert_alpha_should_swaprb (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 274 static void insert_alpha_should_swaprb(uint32_t dst[], const void* vsrc, int count) { in insert_alpha_should_swaprb() function 328 insert_alpha_should_swaprb<false>(dst, src, count); in RGB_to_RGB1() 332 insert_alpha_should_swaprb<true>(dst, src, count); in RGB_to_BGR1() 594 static void insert_alpha_should_swaprb(uint32_t dst[], const void* vsrc, int count) { in insert_alpha_should_swaprb() function 629 insert_alpha_should_swaprb<false>(dst, src, count); in RGB_to_RGB1() 633 insert_alpha_should_swaprb<true>(dst, src, count); in RGB_to_BGR1()
|