Searched refs:premulColors (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 104 bool premulColors, bool reverse, in addMirrorIntervals() argument 115 buffer->emplace_back(pack_color(c0, premulColors, componentScale), mirror_t0, in addMirrorIntervals() 116 pack_color(c1, premulColors, componentScale), mirror_t1); in addMirrorIntervals() 144 SkShader::TileMode tileMode, bool premulColors, in init() argument 193 const Sk4f componentScale = premulColors in init() 204 premulColors, componentScale); in init() 210 addMirrorIntervals(shader, dstCS, componentScale, premulColors, false, &fIntervals); in init() 217 fIntervals.emplace_back(pack_color(c0, premulColors, componentScale), t0, in init() 218 pack_color(c1, premulColors, componentScale), t1); in init() 224 premulColors, componentScale); in init() [all …]
|
D | Sk4fGradientBase.h | 41 bool premulColors, SkScalar alpha, bool reverse);
|