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.cpp75 dst[i] = SkBlendLCD16Opaque(colR, colG, colB, dst[i], src[i], in SkBlitLCD16OpaqueRow_neon()
DSkBlitRow_opts_SSE2.cpp459 *dst = SkBlendLCD16Opaque(srcR, srcG, srcB, *dst, *mask, opaqueDst); in SkBlitLCD16OpaqueRow_SSE2()
507 *dst = SkBlendLCD16Opaque(srcR, srcG, srcB, *dst, *mask, opaqueDst); in SkBlitLCD16OpaqueRow_SSE2()
/external/skia/include/core/
DSkColorPriv.h1022 static inline SkPMColor SkBlendLCD16Opaque(int srcR, int srcG, int srcB, in SkBlendLCD16Opaque() function
1079 dst[i] = SkBlendLCD16Opaque(srcR, srcG, srcB, dst[i], mask[i], in SkBlitLCD16OpaqueRow()