Home
last modified time | relevance | path

Searched refs:SkPixel16ToPixel32 (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/opts/
DSkXfermode_opts.h236 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()
/external/skia/src/core/
DSkBitmapProcState_procs.h122 #define RETURNDST(src) SkPixel16ToPixel32(src)
138 #define RETURNDST(src) SkAlphaMulQ(SkPixel16ToPixel32(src), alphaScale)
DSkBlitRow_D16.cpp77 SkPMColor res = SkBlendARGB32(sc, SkPixel16ToPixel32(dc), alpha); in S32A_D565_Blend()
DSkXfermode.cpp1040 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()
/external/skia/include/core/
DSkColorPriv.h700 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32() function