Searched refs:fYInvMax (Results 1 – 1 of 1) sorted by relevance
392 RepeatStrategy(Y max) : fYMax{max}, fYInvMax{1.0f/max} { } in RepeatStrategy()397 , fYInvMax{1.0f / Y(max)} { }401 Sk4f divY = (*ys * fYInvMax).floor(); in processPoints()417 const Sk4f fYInvMax{0.0f}; member in __anon16939db40111::RepeatStrategy