Home
last modified time | relevance | path

Searched refs:bias0 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/shaders/gradients/
H A DSk4fLinearGradient.cpp19 const Sk4f& bias0, const Sk4f& bias1) { in ramp()
25 Sk4f c0 = c + DstTraits<premul>::pre_lerp_bias(bias0), in ramp()
31 DstTraits<premul>::store4x(c0, c1, c2, c3, dst, bias0, bias1); in ramp()
41 DstTraits<premul>::store(c0, dst++, bias0); in ramp()
46 DstTraits<premul>::store(c0, dst, bias0); in ramp()
152 float bias0 = 0, in shadeSpan() local
162 bias0 = dither_cell[rowIndex + 0]; in shadeSpan()
167 swap(bias0, bias1); in shadeSpan()
174 bias0 += 0.5f; in shadeSpan()
177 this->shadePremulSpan<ApplyPremul::False>(x, y, dst, count, bias0, bias in shadeSpan()
18 ramp(const Sk4f& c, const Sk4f& dc, SkPMColor dst[], int n, const Sk4f& bias0, const Sk4f& bias1) ramp() argument
189 shadePremulSpan(int x, int y, SkPMColor dst[], int count, float bias0, float bias1) const shadePremulSpan() argument
210 shadeSpanInternal(int x, int y, SkPMColor dst[], int count, float bias0, float bias1) const shadeSpanInternal() argument
[all...]
H A DSk4fGradientPriv.h84 const Sk4f& bias0, in store4x()
90 store(c0, dst + 0, bias0); in store4x()
92 store(c2, dst + 2, bias0); in store4x()
H A DSk4fLinearGradient.h29 float bias0, float bias1) const;
33 float bias0, float bias1) const;
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Denc_neon.c827 const uint32x4_t bias0 = vld1q_u32(&mtx->bias_[offset + 0]); in Quantize_NEON() local
836 const uint32x4_t m2 = vhaddq_u32(m0, bias0); in Quantize_NEON()

Completed in 4 milliseconds