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

/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp725 static void rgb_to_lcd16(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, function
944 rgb_to_lcd16<true, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
946 rgb_to_lcd16<true, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
950 rgb_to_lcd16<false, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
952 rgb_to_lcd16<false, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
H A DSkFontHost_mac.cpp1121 static inline uint16_t rgb_to_lcd16(CGRGBPixel rgb, const uint8_t* tableR,
1135 static void rgb_to_lcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph,
1143 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(cgPixels[i], tableR, tableG, tableB);
1201 rgb_to_lcd16<true>(cgPixels, cgRowBytes, glyph,
1204 rgb_to_lcd16<false>(cgPixels, cgRowBytes, glyph,
H A DSkFontHost_win.cpp1115 static inline uint16_t rgb_to_lcd16(SkGdiRGB rgb, const uint8_t* tableR, function
1224 static void rgb_to_lcd16(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, function
1232 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(src[i], tableR, tableG, tableB);
1318 rgb_to_lcd16<true>(src, srcRB, glyph,
1321 rgb_to_lcd16<false>(src, srcRB, glyph,

Completed in 145 milliseconds