Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkSwizzler_opts.h280 static void insert_alpha_should_swaprb(uint32_t dst[], const void* vsrc, int count) { in insert_alpha_should_swaprb() function
334 insert_alpha_should_swaprb<false>(dst, src, count); in RGB_to_RGB1()
338 insert_alpha_should_swaprb<true>(dst, src, count); in RGB_to_BGR1()
600 static void insert_alpha_should_swaprb(uint32_t dst[], const void* vsrc, int count) { in insert_alpha_should_swaprb() function
635 insert_alpha_should_swaprb<false>(dst, src, count); in RGB_to_RGB1()
639 insert_alpha_should_swaprb<true>(dst, src, count); in RGB_to_BGR1()