Searched defs:rgb_to_lcd16 (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp595 static void rgb_to_lcd16(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, function
710 rgb_to_lcd16<true, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
712 rgb_to_lcd16<true, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
716 rgb_to_lcd16<false, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
718 rgb_to_lcd16<false, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
H A DSkFontHost_win.cpp1103 static inline uint16_t rgb_to_lcd16(SkGdiRGB rgb, const uint8_t* tableR, function
1212 static void rgb_to_lcd16(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, function
1220 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(src[i], tableR, tableG, tableB);
1311 rgb_to_lcd16<true>(src, srcRB, glyph,
1314 rgb_to_lcd16<false>(src, srcRB, glyph,
H A DSkFontHost_mac.cpp1192 static inline uint16_t rgb_to_lcd16(CGRGBPixel rgb, const uint8_t* tableR, function
1206 static void rgb_to_lcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph, function
1214 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(cgPixels[i], tableR, tableG, tableB);
1279 rgb_to_lcd16<true>(cgPixels, cgRowBytes, glyph,
1282 rgb_to_lcd16<false>(cgPixels, cgRowBytes, glyph,

Completed in 93 milliseconds