Searched refs:SkFourByteInterp256 (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | ColorPrivTest.cpp | 24 ASSERT(SkFourByteInterp256(src, dst, scale) == SkFastFourByteInterp256(src, dst, scale)); in DEF_TEST()
|
/external/skia/bench/ |
D | ColorPrivBench.cpp | 67 junk ^= SkFourByteInterp256(src, dst, scale); in onDraw()
|
/external/skia/include/core/ |
D | SkColorPriv.h | 424 static inline SkPMColor SkFourByteInterp256(SkPMColor src, SkPMColor dst, in SkFourByteInterp256() function 443 return SkFourByteInterp256(src, dst, scale); in SkFourByteInterp()
|
/external/skia/src/effects/ |
D | SkAvoidXfermode.cpp | 109 dst[i] = SkFourByteInterp256(src[i], dst[i], d); in xfer32()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 240 *(dst_row-1) = SkFourByteInterp256(*(dst_row-1), SK_ColorWHITE, 0x40); in copyFTBitmap()
|
/external/skia/src/core/ |
D | SkBlitter_ARGB32.cpp | 318 device[i] = SkFourByteInterp256(span[i], device[i], aa256); in blend_srcmode()
|