Home
last modified time | relevance | path

Searched refs:dstPoint (Results 26 - 36 of 36) sorted by relevance

12

/third_party/skia/src/gpu/mock/
H A DGrMockGpu.h139 const SkIPoint& dstPoint) override {
/third_party/skia/src/gpu/
H A DSurfaceContext.cpp470 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 DGrGpu.cpp428 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 DGrDrawingManager.cpp849 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 DGrVkCaps.h310 const SkIRect& srcRect, const SkIPoint& dstPoint) const override;
H A DGrVkCaps.cpp205 const SkIRect& srcRect, const SkIPoint& dstPoint) const { in onCanCopySurface()
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.h208 const SkIRect& srcRect, const SkIPoint& dstPoint) override;
H A DGrDawnGpu.cpp596 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 DGrGLCaps.cpp3409 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 DGrD3DCaps.cpp100 const SkIRect& srcRect, const SkIPoint& dstPoint) const { in onCanCopySurface()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 50 milliseconds

12