Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkBlitRow_opts_SSE2.cpp689 *dst = SkBlendLCD16Opaque(srcR, srcG, srcB, *dst, *src, opaqueDst); in SkBlitLCD16OpaqueRow_SSE2()
731 *dst = SkBlendLCD16Opaque(srcR, srcG, srcB, *dst, *src, opaqueDst); in SkBlitLCD16OpaqueRow_SSE2()
/external/skia/include/core/
DSkColorPriv.h766 static inline SkPMColor SkBlendLCD16Opaque(int srcR, int srcG, int srcB, in SkBlendLCD16Opaque() function
823 dst[i] = SkBlendLCD16Opaque(srcR, srcG, srcB, dst[i], src[i], in SkBlitLCD16OpaqueRow()