Searched defs:scale16 (Results 1 – 4 of 4) sorted by relevance
28 unsigned scale16 = SkAlpha255To256(alpha) >> 4; in S32_D4444_Blend() local54 unsigned scale16 = SkAlpha255To256(255 - SkGetPackedA32(c)) >> 4; in S32A_D4444_Opaque() local113 int scale16 = SkAlpha255To256(alpha) >> 4; in S32_D4444_Blend_Dither() local144 unsigned scale16 = SkAlpha255To256(255 - a) >> 4; in S32A_D4444_Opaque_Dither() local
122 #define D16_S4444_Blend(dst, sc, scale16) \ argument
96 unsigned scale16 = scale >> 4; in shadeSpan() local
548 static inline uint16_t SkBlend4444To16(SkPMColor16 src, uint16_t dst, int scale16) { in SkBlend4444To16()554 static inline uint16_t SkBlend4444(SkPMColor16 src, SkPMColor16 dst, int scale16) { in SkBlend4444()