Searched refs:SkPixel16ToPixel32 (Results 1 – 6 of 6) 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()
1048 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()1055 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()1201 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()1208 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
96 return pmcolor_to_rgba<gammaType>(SkPixel16ToPixel32(pixel)); in toSk4f()
723 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32() function