Searched refs:SkPixel16ToPixel32 (Results 1 – 5 of 5) sorted by relevance
236 dst32[0] = SkPixel16ToPixel32(dst[0]); in xfer16()237 dst32[1] = SkPixel16ToPixel32(dst[1]); in xfer16()238 dst32[2] = SkPixel16ToPixel32(dst[2]); in xfer16()239 dst32[3] = SkPixel16ToPixel32(dst[3]); in xfer16()254 SkPMColor dst32 = SkPixel16ToPixel32(*dst); in xfer16()283 SkPMColor dst32 = SkPixel16ToPixel32(dst[i]); in xfer16()
122 #define RETURNDST(src) SkPixel16ToPixel32(src)138 #define RETURNDST(src) SkAlphaMulQ(SkPixel16ToPixel32(src), alphaScale)
77 SkPMColor res = SkBlendARGB32(sc, SkPixel16ToPixel32(dc), alpha); in S32A_D565_Blend()
1040 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()1047 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()1193 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()1200 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
700 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32() function