Searched defs:dstPoint (Results 1 – 17 of 17) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrCopyRenderTask.cpp | 19 SkIPoint dstPoint, in Make() 45 SkIPoint dstPoint, in GrCopyRenderTask() 89 SkIPoint dstPoint = fDstPoint; in onExecute() local
|
D | SurfaceContext.h | 176 bool testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) { in testCopy()
|
D | GrSurfaceProxy.cpp | 273 SkIPoint dstPoint; in Copy() local
|
D | SurfaceContext.cpp | 470 SkIPoint dstPoint = SkIPoint::Make(pt.fX, pt.fY); in internalWritePixels() local 1037 SkIPoint dstPoint) { in copy()
|
D | GrDrawingManager.cpp | 849 SkIPoint dstPoint, in newCopyRenderTask()
|
D | GrGpu.cpp | 395 const SkIPoint& dstPoint) { in copySurface()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnCaps.h | 62 const SkIRect& srcRect, const SkIPoint& dstPoint) const override { in onCanCopySurface()
|
D | GrDawnGpu.cpp | 588 const SkIPoint& dstPoint) { in onCopySurface()
|
/third_party/skia/tests/ |
D | CopySurfaceTest.cpp | 78 for (const SkIPoint& dstPoint : kDstPoints) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
|
/third_party/skia/src/gpu/geometry/ |
D | GrRect.h | 108 const SkIPoint& dstPoint, in GrClipSrcRectAndDstPoint()
|
/third_party/skia/src/gpu/mock/ |
D | GrMockCaps.h | 151 const SkIRect& srcRect, const SkIPoint& dstPoint) const override { in onCanCopySurface()
|
D | GrMockGpu.h | 131 const SkIPoint& dstPoint) override { in onCopySurface()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceFillContext_v1.cpp | 236 const SkIPoint& dstPoint) { in blitTexture()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 689 const SkIPoint& dstPoint) { in resolveImage() 2156 const SkIPoint& dstPoint) { in copySurfaceAsCopyImage() 2220 const SkIPoint& dstPoint) { in copySurfaceAsBlit() 2287 const SkIPoint& dstPoint) { in copySurfaceAsResolve() 2301 const SkIPoint& dstPoint) { in onCopySurface()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 421 const SkIPoint& dstPoint) { in onCopySurface() 469 const SkIRect& srcRect, const SkIPoint& dstPoint) { in copySurfaceAsCopyTexture() 518 const SkIPoint& dstPoint) { in copySurfaceAsResolve()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2860 const SkIPoint& dstPoint, in can_blit_framebuffer_for_copy_surface() 3023 const SkIPoint& dstPoint) { in onCopySurface() 3324 const SkIRect& srcRect, const SkIPoint& dstPoint) { in copySurfaceAsDraw() 3403 const SkIPoint& dstPoint) { in copySurfaceAsCopyTexSubImage() 3424 const SkIPoint& dstPoint) { in copySurfaceAsBlitFramebuffer()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 107349 Point4DTyped<UnknownUnits, F>* dstPoint = points[0]; in TransformAndClipRect() local
|