Searched refs:insert_alpha_should_swaprb (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 271 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { in insert_alpha_should_swaprb() function 324 insert_alpha_should_swaprb<false>(dst, src, count); in RGB_to_RGB1() 328 insert_alpha_should_swaprb<true>(dst, src, count); in RGB_to_BGR1() 585 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { in insert_alpha_should_swaprb() function 618 insert_alpha_should_swaprb<false>(dst, src, count); in RGB_to_RGB1() 622 insert_alpha_should_swaprb<true>(dst, src, count); in RGB_to_BGR1()
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 271 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { in insert_alpha_should_swaprb() function 324 insert_alpha_should_swaprb<false>(dst, src, count); in RGB_to_RGB1() 328 insert_alpha_should_swaprb<true>(dst, src, count); in RGB_to_BGR1() 585 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { in insert_alpha_should_swaprb() function 618 insert_alpha_should_swaprb<false>(dst, src, count); in RGB_to_RGB1() 622 insert_alpha_should_swaprb<true>(dst, src, count); in RGB_to_BGR1()
|