![]() |
Flutter Engine
The Flutter Engine
|
#include <GrCopyRenderTask.h>
Static Public Member Functions | |
static sk_sp< GrRenderTask > | Make (GrDrawingManager *, sk_sp< GrSurfaceProxy > dst, SkIRect dstRect, sk_sp< GrSurfaceProxy > src, SkIRect srcRect, GrSamplerState::Filter filter, GrSurfaceOrigin) |
Definition at line 14 of file GrCopyRenderTask.h.
|
static |
Copies pixels from srcRect in src to dstRect in dst. srcRect and dstRect must both be contained in their respective surface dimensions; they do not have to have the same size if the GPU supports scaling and filtering while copying. The src/dst share a common origin.
Definition at line 15 of file GrCopyRenderTask.cpp.