Searched refs:shadePremulSpan (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/shaders/gradients/ |
D | Sk4fLinearGradient.h | 28 void shadePremulSpan(int x, int y, SkPM4f[], int count) const;
|
D | Sk4fLinearGradient.cpp | 148 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count); in shadeSpan4f() 150 this->shadePremulSpan<ApplyPremul::True>(x, y, dst, count); in shadeSpan4f() 156 LinearGradient4fContext::shadePremulSpan(int x, int y, SkPM4f dst[], int count) const { in shadePremulSpan() function in SkLinearGradient::LinearGradient4fContext
|