SkSwizzler_opts.h | 271 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { function in namespace:SK_OPTS_NS 324 insert_alpha_should_swaprb<false>(dst, src, count); 328 insert_alpha_should_swaprb<true>(dst, src, count); 585 static void insert_alpha_should_swaprb(uint32_t dst[], const uint8_t* src, int count) { function in namespace:SK_OPTS_NS 618 insert_alpha_should_swaprb<false>(dst, src, count); 622 insert_alpha_should_swaprb<true>(dst, src, count);
|