Searched refs:shade4_dx_clamp (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/gradients/ |
D | SkLinearGradient.cpp | 617 void SkLinearGradient::LinearGradientContext::shade4_dx_clamp(SkPMColor dstC[], int count, in shade4_dx_clamp() function in SkLinearGradient::LinearGradientContext 760 this->shade4_dx_clamp<true, true>(dstC, count, fx, dx, invDx, dither); in shade4_clamp() 762 this->shade4_dx_clamp<false, true>(dstC, count, fx, dx, invDx, dither); in shade4_clamp() 766 this->shade4_dx_clamp<true, false>(dstC, count, fx, dx, invDx, dither); in shade4_clamp() 768 this->shade4_dx_clamp<false, false>(dstC, count, fx, dx, invDx, dither); in shade4_clamp()
|
D | SkLinearGradient.h | 54 template <bool, bool> void shade4_dx_clamp(SkPMColor dstC[], int count, float fx, float dx,
|