Searched refs:fYMax (Results 1 – 1 of 1) sorted by relevance
363 , fYMax{max - 1.0f} { }368 , fYMax{Y(max) - 1.0f} { }372 *ys = Sk4f::Min(Sk4f::Max(*ys, fYMin), fYMax); in processPoints()384 const Sk4f fYMax{SK_FloatInfinity}; member in __anon16939db40111::ClampStrategy392 RepeatStrategy(Y max) : fYMax{max}, fYInvMax{1.0f/max} { } in RepeatStrategy()396 , fYMax{Y(max)}403 Sk4f baseY = (divY * fYMax); in processPoints()416 const Sk4f fYMax{0.0f}; member in __anon16939db40111::RepeatStrategy