Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkLerpXfermode.cpp65 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
75 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
DSkTransparentShader.cpp71 span[i] = SkPixel16ToPixel32(src[i]); in shadeSpan()
/external/skia/src/core/
DSkBitmapProcState_procs.h126 #define RETURNDST(src) SkPixel16ToPixel32(src)
143 #define RETURNDST(src) SkAlphaMulQ(SkPixel16ToPixel32(src), alphaScale)
DSkBlitRow_D16.cpp77 SkPMColor res = SkBlendARGB32(sc, SkPixel16ToPixel32(dc), alpha); in S32A_D565_Blend()
DSkXfermode.cpp734 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
741 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
887 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
894 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
/external/skia/src/opts/
DSkXfermode_opts_SSE2.cpp708 SkPMColor dstC = SkPixel16ToPixel32(*dst); in xfer16()
742 SkPMColor dstC = SkPixel16ToPixel32(*dst); in xfer16()
751 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
DSkXfermode_opts_arm_neon.cpp907 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
914 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16()
/external/skia/include/core/
DSkColorPriv.h679 static inline SkPMColor SkPixel16ToPixel32(U16CPU src) { in SkPixel16ToPixel32() function