Searched defs:clamp_pos (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/effects/gradients/
H A DSk4fGradientBase.cpp200 const SkScalar clamp_pos = reverse ? SK_ScalarInfinity : SK_ScalarNegativeInfinity; local
201 fIntervals.emplace_back(clamp_color, clamp_pos,
219 const SkScalar clamp_pos = reverse ? SK_ScalarNegativeInfinity : SK_ScalarInfinity; local
221 clamp_color, clamp_pos);

Completed in 68 milliseconds