Searched refs:grayA_to_RGBA_portable (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() function 421 auto proc = kPremul ? grayA_to_rgbA_portable : grayA_to_RGBA_portable; in expand_grayA() 671 grayA_to_RGBA_portable(dst, src, count); in grayA_to_RGBA() 804 grayA_to_RGBA_portable(dst, src, count); in grayA_to_RGBA()
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() function 421 auto proc = kPremul ? grayA_to_rgbA_portable : grayA_to_RGBA_portable; in expand_grayA() 671 grayA_to_RGBA_portable(dst, src, count); in grayA_to_RGBA() 804 grayA_to_RGBA_portable(dst, src, count); in grayA_to_RGBA()
|