Searched refs:rgb_to_a8 (Results 1 – 4 of 4) sorted by relevance
376 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8() function397 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8); in RGBToA8()
1037 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { in rgb_to_a8() function1066 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8); in RGBToA8()
1040 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { in rgb_to_a8() function1069 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8); in RGBToA8()
1279 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8() function1299 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8); in RGBToA8()