Searched refs:SkBlendLCD16Opaque (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/opts/ |
D | SkBlitMask_opts_arm_neon.cpp | 192 dst[i] = SkBlendLCD16Opaque(colR, colG, colB, dst[i], src[i], in SkBlitLCD16OpaqueRow_neon()
|
D | SkBlitRow_opts_SSE2.cpp | 636 *dst = SkBlendLCD16Opaque(srcR, srcG, srcB, *dst, *mask, opaqueDst); in SkBlitLCD16OpaqueRow_SSE2() 684 *dst = SkBlendLCD16Opaque(srcR, srcG, srcB, *dst, *mask, opaqueDst); in SkBlitLCD16OpaqueRow_SSE2()
|
/external/skia/include/core/ |
D | SkColorPriv.h | 978 static inline SkPMColor SkBlendLCD16Opaque(int srcR, int srcG, int srcB, in SkBlendLCD16Opaque() function 1035 dst[i] = SkBlendLCD16Opaque(srcR, srcG, srcB, dst[i], mask[i], in SkBlitLCD16OpaqueRow()
|