Searched refs:componentScale (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fGradientBase.cpp | 100 const Sk4f& componentScale, in addMirrorIntervals() 112 buffer->emplace_back(pack_color(c0, premulColors, componentScale), mirror_t0, in addMirrorIntervals() 113 pack_color(c1, premulColors, componentScale), mirror_t1); in addMirrorIntervals() 190 const Sk4f componentScale = premulColors in init() local 204 premulColors, componentScale); in init() 210 addMirrorIntervals(shader, xformedColors.fColors, componentScale, premulColors, false, in init() 219 fIntervals.emplace_back(pack_color(c0, premulColors, componentScale), t0, in init() 220 pack_color(c1, premulColors, componentScale), t1); in init() 226 premulColors, componentScale); in init() 232 addMirrorIntervals(shader, xformedColors.fColors, componentScale, premulColor in init() 98 addMirrorIntervals(const SkGradientShaderBase& shader, const SkColor4f* colors, const Sk4f& componentScale, bool premulColors, bool reverse, Sk4fGradientIntervalBuffer::BufferType* buffer) addMirrorIntervals() argument [all...] |
H A D | Sk4fGradientBase.h | 76 const Sk4f& componentScale, bool reverse);
|
Completed in 1 milliseconds