Home
last modified time | relevance | path

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

/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp856 static void rgb_to_a8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) { in rgb_to_a8() function
1137 rgb_to_a8<true>(src, glyph, fPreBlend.fG); in generateImage()
1139 rgb_to_a8<false>(src, glyph, fPreBlend.fG); in generateImage()
DSkFontHost_win.cpp1098 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { in rgb_to_a8() function
1119 static void rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in rgb_to_a8() function
1127 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8); in rgb_to_a8()
1219 rgb_to_a8<true>(src, srcRB, glyph, fPreBlend.fG); in generateImage()
1221 rgb_to_a8<false>(src, srcRB, glyph, fPreBlend.fG); in generateImage()
DSkFontHost_mac.cpp1254 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8() function
1265 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in rgb_to_a8() function
1273 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8); in rgb_to_a8()
1372 rgb_to_a8<true>(cgPixels, cgRowBytes, glyph, fPreBlend.fG); in generateImage()
1374 rgb_to_a8<false>(cgPixels, cgRowBytes, glyph, fPreBlend.fG); in generateImage()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp858 static void rgb_to_a8(const uint8_t* SK_RESTRICT src, const SkGlyph& glyph, const uint8_t* table8) { in rgb_to_a8() function
1139 rgb_to_a8<true>(src, glyph, fPreBlend.fG); in generateImage()
1141 rgb_to_a8<false>(src, glyph, fPreBlend.fG); in generateImage()
DSkFontHost_win.cpp1099 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { in rgb_to_a8() function
1120 static void rgb_to_a8(const SkGdiRGB* SK_RESTRICT src, size_t srcRB, in rgb_to_a8() function
1128 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8); in rgb_to_a8()
1220 rgb_to_a8<true>(src, srcRB, glyph, fPreBlend.fG); in generateImage()
1222 rgb_to_a8<false>(src, srcRB, glyph, fPreBlend.fG); in generateImage()
DSkFontHost_mac.cpp1255 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8() function
1266 static void rgb_to_a8(const CGRGBPixel* SK_RESTRICT cgPixels, size_t cgRowBytes, in rgb_to_a8() function
1274 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8); in rgb_to_a8()
1373 rgb_to_a8<true>(cgPixels, cgRowBytes, glyph, fPreBlend.fG); in generateImage()
1375 rgb_to_a8<false>(cgPixels, cgRowBytes, glyph, fPreBlend.fG); in generateImage()