Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkSwizzler_opts.h39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() function
225 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()
/external/skqp/src/opts/
DSkSwizzler_opts.h39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() function
225 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()