Lines Matching refs:fStrategy
133 , fStrategy{std::forward<Args>(args)...}{ }
136 fStrategy.processPoints(&xs, &ys); in pointListFew()
141 fStrategy.processPoints(&xs, &ys); in pointList4()
146 if (!fStrategy.maybeProcessSpan(start, length, count, fNext)) { in pointSpan()
153 Strategy fStrategy; member in __anon16939db40111::PointProcessor
163 , fStrategy{std::forward<Args>(args)...}{ }
166 fStrategy.processPoints(&xs, &ys); in pointListFew()
171 fStrategy.processPoints(&xs, &ys); in pointList4()
176 fStrategy.processPoints(&xs, &ys); in bilerpList()
181 if (!fStrategy.maybeProcessSpan(start, length, count, fNext)) { in pointSpan()
188 Strategy fStrategy; member in __anon16939db40111::BilerpProcessor
565 , fStrategy{std::forward<Args>(args)...} { }
570 fStrategy.getFewPixels(n, xs, ys, &px0, &px1, &px2); in pointListFew()
578 fStrategy.get4Pixels(xs, ys, &px0, &px1, &px2, &px3); in pointList4()
584 fStrategy.get4Pixels(xs, ys, &px00, &px10, &px01, &px11); in bilerpList()
595 SourceStrategy fStrategy; member in __anon16939db40111::Sampler