Searched refs:dstPoint (Results 26 - 36 of 36) sorted by relevance
12
/third_party/skia/src/gpu/mock/ |
H A D | GrMockGpu.h | 139 const SkIPoint& dstPoint) override {
|
/third_party/skia/src/gpu/ |
H A D | SurfaceContext.cpp | 470 SkIPoint dstPoint = SkIPoint::Make(pt.fX, pt.fY); in internalWritePixels() local 471 if (!this->copy(std::move(tempProxy), srcRect, dstPoint)) { in internalWritePixels() 1037 SkIPoint dstPoint) { in copy() 1052 if (!caps->canCopySurface(this->asSurfaceProxy(), src.get(), srcRect, dstPoint)) { in copy() 1059 dstPoint, in copy() 1035 copy(sk_sp<GrSurfaceProxy> src, SkIRect srcRect, SkIPoint dstPoint) copy() argument
|
H A D | GrGpu.cpp | 428 const SkIPoint& dstPoint) { in copySurface() 439 return this->onCopySurface(dst, src, srcRect, dstPoint); in copySurface() 427 copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurface() argument
|
H A D | GrDrawingManager.cpp | 849 SkIPoint dstPoint, in newCopyRenderTask() 870 dstPoint, in newCopyRenderTask() 846 newCopyRenderTask(sk_sp<GrSurfaceProxy> src, SkIRect srcRect, sk_sp<GrSurfaceProxy> dst, SkIPoint dstPoint, GrSurfaceOrigin origin) newCopyRenderTask() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCaps.h | 310 const SkIRect& srcRect, const SkIPoint& dstPoint) const override;
|
H A D | GrVkCaps.cpp | 205 const SkIRect& srcRect, const SkIPoint& dstPoint) const { in onCanCopySurface()
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnGpu.h | 208 const SkIRect& srcRect, const SkIPoint& dstPoint) override;
|
H A D | GrDawnGpu.cpp | 596 const SkIPoint& dstPoint) { in onCopySurface() 609 dstTextureView.origin = {(uint32_t) dstPoint.x(), (uint32_t) dstPoint.y(), 0}; in onCopySurface() 593 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLCaps.cpp | 3409 const SkIRect& srcRect, const SkIPoint& dstPoint) const { in canCopyAsBlit() 3456 if (dstPoint.fX != srcRect.fLeft || dstPoint.fY != srcRect.fTop) { in canCopyAsBlit() 3483 const SkIRect& srcRect, const SkIPoint& dstPoint) const { in onCanCopySurface() 3517 dstPoint) || in onCanCopySurface()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCaps.cpp | 100 const SkIRect& srcRect, const SkIPoint& dstPoint) const { in onCanCopySurface()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 50 milliseconds
12