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

/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp737 static void rgb_to_lcd16(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, function
956 rgb_to_lcd16<true, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
958 rgb_to_lcd16<true, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
962 rgb_to_lcd16<false, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
964 rgb_to_lcd16<false, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
H A DSkFontHost_mac.cpp1113 static inline uint16_t rgb_to_lcd16(CGRGBPixel rgb, const uint8_t* tableR,
1127 static void rgb_to_lcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph,
1135 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(cgPixels[i], tableR, tableG, tableB);
1193 rgb_to_lcd16<true>(cgPixels, cgRowBytes, glyph,
1196 rgb_to_lcd16<false>(cgPixels, cgRowBytes, glyph,
H A DSkFontHost_win.cpp1092 static inline uint16_t rgb_to_lcd16(SkGdiRGB rgb, const uint8_t* tableR, function
1201 static void rgb_to_lcd16(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, function
1209 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(src[i], tableR, tableG, tableB);
1295 rgb_to_lcd16<true>(src, srcRB, glyph,
1298 rgb_to_lcd16<false>(src, srcRB, glyph,
/external/skqp/src/ports/
H A DSkScalerContext_win_dw.cpp737 static void rgb_to_lcd16(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, function
956 rgb_to_lcd16<true, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
958 rgb_to_lcd16<true, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
962 rgb_to_lcd16<false, false>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
964 rgb_to_lcd16<false, true>(src, glyph, fPreBlend.fR, fPreBlend.fG, fPreBlend.fB);
H A DSkFontHost_mac.cpp1113 static inline uint16_t rgb_to_lcd16(CGRGBPixel rgb, const uint8_t* tableR,
1127 static void rgb_to_lcd16(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, const SkGlyph& glyph,
1135 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(cgPixels[i], tableR, tableG, tableB);
1193 rgb_to_lcd16<true>(cgPixels, cgRowBytes, glyph,
1196 rgb_to_lcd16<false>(cgPixels, cgRowBytes, glyph,
H A DSkFontHost_win.cpp1092 static inline uint16_t rgb_to_lcd16(SkGdiRGB rgb, const uint8_t* tableR, function
1201 static void rgb_to_lcd16(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, const SkGlyph& glyph, function
1209 dst[i] = rgb_to_lcd16<APPLY_PREBLEND>(src[i], tableR, tableG, tableB);
1295 rgb_to_lcd16<true>(src, srcRB, glyph,
1298 rgb_to_lcd16<false>(src, srcRB, glyph,

Completed in 180 milliseconds