Searched refs:pack_color (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fGradientBase.cpp | 14 Sk4f pack_color(const SkColor4f& c4f, bool premul, const Sk4f& component_scale) { in pack_color() function 112 buffer->emplace_back(pack_color(c0, premulColors, componentScale), mirror_t0, in addMirrorIntervals() 113 pack_color(c1, premulColors, componentScale), mirror_t1); in addMirrorIntervals() 203 const Sk4f clamp_color = pack_color(xformedColors.fColors[first_index], in init() 219 fIntervals.emplace_back(pack_color(c0, premulColors, componentScale), t0, in init() 220 pack_color(c1, premulColors, componentScale), t1); in init() 225 const Sk4f clamp_color = pack_color(xformedColors.fColors[last_index], in init()
|
Completed in 2 milliseconds