Home | History | Annotate | Download | only in gradients

Lines Matching refs:SkPM4f

13     const float alpha = c[SkPM4f::A];
33 void fill<SkPM4f, false>(const Sk4f& c, SkPM4f* dst, int n) {
41 void fill<SkPM4f, true>(const Sk4f& c, SkPM4f* dst, int n) {
42 fill<SkPM4f, false>(premul_4f(c), dst, n);
59 void store<SkPM4f, false>(const Sk4f& c, SkPM4f* dst) {
64 void store<SkPM4f, true>(const Sk4f& c, SkPM4f* dst) {
65 store<SkPM4f, false>(premul_4f(c), dst);
155 float dst_component_scale<SkPM4f>() {
183 LinearGradient4fContext::shadeSpan4f(int x, int y, SkPM4f dst[], int count) {
187 this->shadePremulSpan<SkPM4f, false>(x, y, dst, count);
189 this->shadePremulSpan<SkPM4f, true>(x, y, dst, count);