Home
last modified time | relevance | path

Searched refs:SkFourByteInterp256 (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DColorPrivTest.cpp33 ASSERT(SkFourByteInterp256(src, dst, scale) == SkFastFourByteInterp256(src, dst, scale)); in DEF_TEST()
/third_party/skia/bench/
H A DColorPrivBench.cpp67 junk ^= SkFourByteInterp256(src, dst, scale);
/third_party/skia/include/private/
H A DSkColorData.h163 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 DSkBlitter_ARGB32.cpp960 device[i] = SkFourByteInterp256(span[i], device[i], aa256); in blend_srcmode()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp285 *(dst_row-1) = SkFourByteInterp256(*(dst_row-1), SK_ColorWHITE, 0x40); in copyFTBitmap()

Completed in 7 milliseconds