Lines Matching refs:fViews
52 fViews[i] = std::move(views[i]); in SkImage_GpuYUVA()
80 fViews[i] = image->fViews[i]; // we ref in this case, not move in SkImage_GpuYUVA()
89 SkASSERT(fViews[0].proxy() && !fRGBView.proxy()); in setupMipmapsForPlanes()
96 int mipCount = SkMipMap::ComputeLevelCount(fViews[i].proxy()->width(), in setupMipmapsForPlanes()
97 fViews[i].proxy()->height()); in setupMipmapsForPlanes()
99 fViews[i].asTextureProxy(), in setupMipmapsForPlanes()
102 auto mippedView = GrCopyBaseMipMapToTextureProxy(context, fViews[i].asTextureProxy(), in setupMipmapsForPlanes()
107 fViews[i] = std::move(mippedView); in setupMipmapsForPlanes()
120 GrSurfaceProxy* proxies[4] = {fViews[0].proxy(), fViews[1].proxy(), fViews[2].proxy(), in onFlush()
121 fViews[3].proxy()}; in onFlush()
159 std::move(colorSpaceXform), fViews, fYUVAIndices)) { in flattenToRGB()
166 for (auto& v : fViews) { in flattenToRGB()
220 fYUVColorSpace, fViews, fProxyColorTypes, fNumViews, in onReinterpretColorSpace()