Lines Matching refs:src
15 #include "src/gpu/GrBufferAllocPool.h"
16 #include "src/gpu/GrDeferredUpload.h"
17 #include "src/gpu/GrHashMapWithCache.h"
18 #include "src/gpu/GrResourceCache.h"
19 #include "src/gpu/GrSurfaceProxy.h"
22 #include "src/gpu/v1/PathRenderer.h"
23 #include "src/gpu/v1/PathRendererChain.h"
88 // Creates a new render task which copies a pixel rectangle from srcView into dstView. The src
90 // dstProxy with top left at dstPoint. If the src rect is clipped by the src bounds then pixel
91 // values in the dst rect corresponding to the area clipped by the src rect are not overwritten.
95 sk_sp<GrRenderTask> newCopyRenderTask(sk_sp<GrSurfaceProxy> src,