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

/external/chromium_org/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp606 static void rgb_to_a8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) { function
741 rgb_to_a8<true>(src, glyph, fPreBlend.fG);
743 rgb_to_a8<false>(src, glyph, fPreBlend.fG);
H A DSkFontHost_mac.cpp1114 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { function
1121 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, function
1129 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8);
1267 rgb_to_a8<true>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);
1269 rgb_to_a8<false>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);
H A DSkFontHost_win.cpp1128 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { function
1239 static void rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, function
1247 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8);
1361 rgb_to_a8<true>(src, srcRB, glyph, fPreBlend.fG);
1363 rgb_to_a8<false>(src, srcRB, glyph, fPreBlend.fG);
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp575 static void rgb_to_a8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) { function
701 rgb_to_a8<true>(src, glyph, fPreBlend.fG);
703 rgb_to_a8<false>(src, glyph, fPreBlend.fG);
H A DSkFontHost_mac.cpp1114 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { function
1121 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, function
1129 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8);
1267 rgb_to_a8<true>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);
1269 rgb_to_a8<false>(cgPixels, cgRowBytes, glyph, fPreBlend.fG);
H A DSkFontHost_win.cpp1160 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { function
1271 static void rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, function
1279 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8);
1393 rgb_to_a8<true>(src, srcRB, glyph, fPreBlend.fG);
1395 rgb_to_a8<false>(src, srcRB, glyph, fPreBlend.fG);

Completed in 317 milliseconds