Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkColorTable.cpp50 cache[i] = SkPixel32ToPixel16_ToU16(fColors[i]); in operator ()()
DSkBlitRow_D16.cpp24 *dst++ = SkPixel32ToPixel16_ToU16(c); in S32_D565_Opaque()
DSkXfermode.cpp735 dst[i] = SkPixel32ToPixel16_ToU16(this->xferColor(src[i], dstC)); in xfer16()
746 dst[i] = SkPixel32ToPixel16_ToU16(C); in xfer16()
888 dst[i] = SkPixel32ToPixel16_ToU16(proc(src[i], dstC)); in xfer16()
899 dst[i] = SkPixel32ToPixel16_ToU16(C); in xfer16()
/external/skia/src/opts/
DSkXfermode_opts_SSE2.cpp709 *dst = SkPixel32ToPixel16_ToU16(proc(*src, dstC)); in xfer16()
743 *dst = SkPixel32ToPixel16_ToU16(proc(*src, dstC)); in xfer16()
756 dst[i] = SkPixel32ToPixel16_ToU16(C); in xfer16()
DSkBlitRow_opts_SSE2.cpp708 *dst++ = SkPixel32ToPixel16_ToU16(c); in S32_D565_Opaque_SSE2()
732 *dst++ = SkPixel32ToPixel16_ToU16(c); in S32_D565_Opaque_SSE2()
DSkXfermode_opts_arm_neon.cpp908 dst[i] = SkPixel32ToPixel16_ToU16(proc(src[i], dstC)); in xfer16()
919 dst[i] = SkPixel32ToPixel16_ToU16(C); in xfer16()
DSkBlitRow_opts_arm_neon.cpp99 *dst = SkPixel32ToPixel16_ToU16(c); in S32_D565_Opaque_neon()
/external/skia/include/core/
DSkColorPriv.h602 #define SkPixel32ToPixel16_ToU16(src) SkToU16(SkPixel32ToPixel16(src)) macro