Searched defs:CopySurface (Results 1 – 2 of 2) sorted by relevance
206 struct CopySurface : public Cmd { struct207 CopySurface(GrSurface* dst, GrSurface* src) in CopySurface() argument213 GrSurface* dst() const { return fDst.get(); } in dst()214 GrSurface* src() const { return fSrc.get(); } in src()218 SkIPoint fDstPoint;219 SkIRect fSrcRect;223 GrPendingIOResource<GrSurface, kRead_GrIOType> fSrc;
69 typedef GrTargetCommands::CopySurface CopySurface; typedef