Searched refs:SkBlendRGB16 (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_RGB16.cpp | 712 SkBlendRGB16(span16, device, SkAlpha255To256(alpha), width); in blitH() 747 SkBlendRGB16(span16, dst, scale, width); in blitRect() 753 SkBlendRGB16(span16, dst, scale, width); in blitRect() 786 SkBlendRGB16(span16, device, SkAlpha255To256(aa), count); in blitAntiH() 805 SkBlendRGB16(span16, device, SkAlpha255To256(aa), count); in blitAntiH()
|
D | SkSpriteBlitter_RGB16.cpp | 83 *dst = SkBlendRGB16(sc, dc, scale); \
|
/external/skia/include/core/ |
D | SkColorPriv.h | 122 static inline U16CPU SkBlendRGB16(U16CPU src, U16CPU dst, int srcScale) { in SkBlendRGB16() function 132 static inline void SkBlendRGB16(const uint16_t src[], uint16_t dst[], in SkBlendRGB16() function
|