Lines Matching refs:GrSurface
41 class GrSurface; variable
239 bool readPixels(GrSurface* surface, int left, int top, int width, int height,
270 bool writePixels(GrSurface* surface, int left, int top, int width, int height,
277 bool writePixels(GrSurface* surface, int left, int top, int width, int height,
327 bool transferPixelsFrom(GrSurface* surface, int left, int top, int width, int height,
337 bool copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,
644 void didWriteToSurface(GrSurface* surface, GrSurfaceOrigin origin, const SkIRect* bounds,
719 virtual bool onReadPixels(GrSurface*, int left, int top, int width, int height,
724 virtual bool onWritePixels(GrSurface*, int left, int top, int width, int height,
735 virtual bool onTransferPixelsFrom(GrSurface*, int left, int top, int width, int height,
747 virtual bool onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect,