Searched refs:RGBA_to_bgrA_portable (Results 1 – 2 of 2) sorted by relevance
39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() function225 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable; in premul_should_swapRB()556 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable; in premul_should_swapRB()784 RGBA_to_bgrA_portable(dst, src, count); in RGBA_to_bgrA()