Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp376 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8() function
397 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8); in RGBToA8()
DSkFontHost_win.cpp1037 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { in rgb_to_a8() function
1066 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8); in RGBToA8()
/third_party/flutter/skia/src/ports/
DSkFontHost_win.cpp1040 static inline uint8_t rgb_to_a8(SkGdiRGB rgb, const uint8_t* table8) { in rgb_to_a8() function
1069 dst[i] = rgb_to_a8<APPLY_PREBLEND>(src[i], table8); in RGBToA8()
DSkFontHost_mac.cpp1279 static inline uint8_t rgb_to_a8(CGRGBPixel rgb, const uint8_t* table8) { in rgb_to_a8() function
1299 dst[i] = rgb_to_a8<APPLY_PREBLEND>(cgPixels[i], table8); in RGBToA8()