Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkSwizzler_opts.h38 static void RGBA_to_bgrA_portable(uint32_t* dst, const void* vsrc, int count) { in RGBA_to_bgrA_portable() function
234 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable; in premul_should_swapRB()
570 auto proc = kSwapRB ? RGBA_to_bgrA_portable : RGBA_to_rgbA_portable; in premul_should_swapRB()
807 RGBA_to_bgrA_portable(dst, src, count); in RGBA_to_bgrA()