Searched refs:expand_grayA (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 372 static void expand_grayA(uint32_t dst[], const uint8_t* src, int count) { in expand_grayA() function 426 expand_grayA<false>(dst, src, count); in grayA_to_RGBA() 430 expand_grayA<true>(dst, src, count); in grayA_to_rgbA()
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 372 static void expand_grayA(uint32_t dst[], const uint8_t* src, int count) { in expand_grayA() function 426 expand_grayA<false>(dst, src, count); in grayA_to_RGBA() 430 expand_grayA<true>(dst, src, count); in grayA_to_rgbA()
|