Home | History | Annotate | Download | only in ports

Lines Matching refs:rgb_to_lcd32

1162 static inline uint32_t rgb_to_lcd32(CGRGBPixel rgb, const uint8_t* tableR,
1171 static void rgb_to_lcd32(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph,
1178 dst[i] = rgb_to_lcd32<APPLY_PREBLEND>(cgPixels[i], tableR, tableG, tableB);
1249 rgb_to_lcd32<true>(cgPixels, cgRowBytes, glyph,
1252 rgb_to_lcd32<false>(cgPixels, cgRowBytes, glyph,