Home
last modified time | relevance | path

Searched refs:pre_bias (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/shaders/gradients/
DSkLinearGradient.cpp522 Sk4f pre_bias(const Sk4f& x, const Sk4f& bias) { in pre_bias() function
555 const SkPMColor c0 = trunc_from_255<apply_alpha>(pre_bias<apply_alpha>(c4, bias0), bias0); in fill()
556 const SkPMColor c1 = trunc_from_255<apply_alpha>(pre_bias<apply_alpha>(c4, bias1), bias1); in fill()
592 Sk4f cd0 = pre_bias<apply_alpha>(c , dither0); in ramp()
593 Sk4f cd1 = pre_bias<apply_alpha>(c + dc, dither1); in ramp()