Searched refs:RepeatStrategy (Results 1 – 1 of 1) sorted by relevance
389 class RepeatStrategy { class391 RepeatStrategy(X max) : fXMax{max}, fXInvMax{1.0f/max} { } in RepeatStrategy() function in __anon16939db40111::RepeatStrategy392 RepeatStrategy(Y max) : fYMax{max}, fYInvMax{1.0f/max} { } in RepeatStrategy() function in __anon16939db40111::RepeatStrategy393 RepeatStrategy(SkSize max) in RepeatStrategy() function in __anon16939db40111::RepeatStrategy421 using Repeat = BilerpProcessor<RepeatStrategy, Next>;