Searched refs:SkFourByteInterp256 (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tests/ |
H A D | ColorPrivTest.cpp | 33 ASSERT(SkFourByteInterp256(src, dst, scale) == SkFastFourByteInterp256(src, dst, scale)); in DEF_TEST()
|
/third_party/skia/bench/ |
H A D | ColorPrivBench.cpp | 67 junk ^= SkFourByteInterp256(src, dst, scale);
|
/third_party/skia/include/private/ |
H A D | SkColorData.h | 163 static inline SkPMColor SkFourByteInterp256(SkPMColor src, SkPMColor dst, int scale) { in SkFourByteInterp256() function 180 return SkFourByteInterp256(src, dst, scale); in SkFourByteInterp() 246 * Same as SkFourByteInterp256, but faster.
|
/third_party/skia/src/core/ |
H A D | SkBlitter_ARGB32.cpp | 960 device[i] = SkFourByteInterp256(span[i], device[i], aa256); in blend_srcmode()
|
/third_party/skia/src/ports/ |
H A D | SkFontHost_FreeType_common.cpp | 285 *(dst_row-1) = SkFourByteInterp256(*(dst_row-1), SK_ColorWHITE, 0x40); in copyFTBitmap()
|
Completed in 7 milliseconds