Lines Matching refs:fView
166 , fView(std::move(view))
183 func(fView.proxy(), GrMipmapped::kNo);
219 auto gp = LatticeGP::Make(arena, fView, fColorSpaceXform, fFilter, fWideColor);
278 Sk4f scales(1.f / fView.proxy()->width(), 1.f / fView.proxy()->height(),
279 1.f / fView.proxy()->width(), 1.f / fView.proxy()->height());
289 if (fView.origin() == kBottomLeft_GrSurfaceOrigin) {
341 *fView.proxy(),
348 if (fView != that->fView) {
390 GrSurfaceProxyView fView;