Home | History | Annotate | Download | only in ports

Lines Matching refs:rgb_to_lcd16

1088 static inline uint16_t rgb_to_lcd16(CGRGBPixel rgb, const uint8_t* tableR,
1097 static void rgb_to_lcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph,
1105 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(cgPixels[i], tableR, tableG, tableB);
1192 rgb_to_lcd16<true>(cgPixels, cgRowBytes, glyph,
1195 rgb_to_lcd16<false>(cgPixels, cgRowBytes, glyph,