Home | History | Annotate | Download | only in ports

Lines Matching refs:rgb_to_a8

1094 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) {
1105 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes,
1113 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8);
1210 rgb_to_a8<true>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);
1212 rgb_to_a8<false>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);