Searched refs:RGBA_to_BGRA_portable (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() function 267 RGBA_to_BGRA_portable(dst, src, count); in RGBA_to_BGRA() 581 RGBA_to_BGRA_portable(dst, src, count); in RGBA_to_BGRA() 788 RGBA_to_BGRA_portable(dst, src, count); in RGBA_to_BGRA()
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() function 267 RGBA_to_BGRA_portable(dst, src, count); in RGBA_to_BGRA() 581 RGBA_to_BGRA_portable(dst, src, count); in RGBA_to_BGRA() 788 RGBA_to_BGRA_portable(dst, src, count); in RGBA_to_BGRA()
|