Home
last modified time | relevance | path

Searched refs:SkBlendLCD16Opaque (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/opts/
DSkBlitMask_opts_arm_neon.cpp192 dst[i] = SkBlendLCD16Opaque(colR, colG, colB, dst[i], src[i], in SkBlitLCD16OpaqueRow_neon()
DSkBlitRow_opts_SSE2.cpp636 *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/
DSkColorPriv.h978 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()