Lines Matching refs:fReadView
63 GrImageInfo imageInfo() const { return {fColorInfo, fReadView.proxy()->dimensions()}; }
65 GrSurfaceOrigin origin() const { return fReadView.origin(); }
66 GrSwizzle readSwizzle() const { return fReadView.swizzle(); }
69 GrSurfaceProxyView readSurfaceView() { return fReadView; }
71 SkISize dimensions() const { return fReadView.dimensions(); }
72 int width() const { return fReadView.proxy()->width(); }
73 int height() const { return fReadView.proxy()->height(); }
75 GrMipmapped mipmapped() const { return fReadView.mipmapped(); }
134 GrSurfaceProxy* asSurfaceProxy() { return fReadView.proxy(); }
135 const GrSurfaceProxy* asSurfaceProxy() const { return fReadView.proxy(); }
136 sk_sp<GrSurfaceProxy> asSurfaceProxyRef() { return fReadView.refProxy(); }
138 GrTextureProxy* asTextureProxy() { return fReadView.asTextureProxy(); }
139 const GrTextureProxy* asTextureProxy() const { return fReadView.asTextureProxy(); }
140 sk_sp<GrTextureProxy> asTextureProxyRef() { return fReadView.asTextureProxyRef(); }
142 GrRenderTargetProxy* asRenderTargetProxy() { return fReadView.asRenderTargetProxy(); }
144 return fReadView.asRenderTargetProxy();
147 return fReadView.asRenderTargetProxyRef();
196 GrSurfaceProxyView fReadView;