Home
last modified time | relevance | path

Searched defs:srcRect (Results 51 - 75 of 93) sorted by relevance

1234

/third_party/skia/src/gpu/
H A DGrDrawingManager.cpp818 newTransferFromRenderTask(sk_sp<GrSurfaceProxy> srcProxy, const SkIRect& srcRect, GrColorType surfaceColorType, GrColorType dstColorType, sk_sp<GrGpuBuffer> dstBuffer, size_t dstOffset) newTransferFromRenderTask() argument
846 newCopyRenderTask(sk_sp<GrSurfaceProxy> src, SkIRect srcRect, sk_sp<GrSurfaceProxy> dst, SkIPoint dstPoint, GrSurfaceOrigin origin) newCopyRenderTask() argument
H A DGrGpu.cpp427 bool GrGpu::copySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in copySurface() argument
H A DSurfaceContext.cpp194 auto srcRect = SkIRect::MakePtSize(pt, dst.dimensions()); in readPixels() local
469 SkIRect srcRect = SkIRect::MakeSize(srcBase.dimensions()); in internalWritePixels() local
543 asyncRescaleAndReadPixels(GrDirectContext* dContext, const SkImageInfo& info, const SkIRect& srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext callbackContext) asyncRescaleAndReadPixels() argument
789 asyncRescaleAndReadPixelsYUV420(GrDirectContext* dContext, SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, SkISize dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext callbackContext) asyncRescaleAndReadPixelsYUV420() argument
1035 copy(sk_sp<GrSurfaceProxy> src, SkIRect srcRect, SkIPoint dstPoint) copy() argument
1063 rescale(const GrImageInfo& info, GrSurfaceOrigin origin, SkIRect srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode) rescale() argument
1084 rescaleInto(skgpu::SurfaceFillContext* dst, SkIRect dstRect, SkIRect srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode) rescaleInto() argument
1275 auto srcRect = rect; transferPixels() local
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp99 onCanCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, const SkIRect& srcRect, const SkIPoint& dstPoint) const onCanCopySurface() argument
H A DGrD3DCommandList.cpp504 resolveSubresourceRegion(const GrD3DTextureResource* dstTexture, unsigned int dstX, unsigned int dstY, const GrD3DTextureResource* srcTexture, D3D12_RECT* srcRect) resolveSubresourceRegion() argument
H A DGrD3DGpu.cpp431 bool GrD3DGpu::onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, in onCopySurface() argument
477 copySurfaceAsCopyTexture(GrSurface* dst, GrSurface* src, GrD3DTextureResource* dstResource, GrD3DTextureResource* srcResource, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsCopyTexture() argument
528 copySurfaceAsResolve(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) copySurfaceAsResolve() argument
545 D3D12_RECT srcRect = { srcIRect.fLeft, srcIRect.fTop, srcIRect.fRight, srcIRect.fBottom }; resolveTexture() local
[all...]
/third_party/skia/src/core/
H A DSkBitmap.cpp433 SkIRect srcRect, r; in extractSubset() local
H A DSkGpuBlurUtils.cpp80 auto srcRect = dstRect.makeOffset(dstToSrcOffset); in convolve_gaussian_1d() local
H A DSkBlurMF.cpp1592 SkIRect srcRect = devSpaceShapeBounds.makeOutset(sigma3, sigma3); in canFilterMaskGPU() local
917 make_rect_blur(GrRecordingContext* context, const GrShaderCaps& caps, const SkRect& srcRect, const SkMatrix& viewMatrix, float transformedSigma) make_rect_blur() argument
[all...]
H A DSkCanvas.cpp560 SkIRect srcRect = SkIRect::MakeXYWH(x, y, srcInfo.width(), srcInfo.height()); in writePixels() local
909 SkRect srcRect; in internalDrawDeviceWithFilter() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp903 bool Device::ClipDstRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bool flipY) in ClipDstRect() argument
976 ClipSrcRect(sw::RectF &srcRect, sw::Rect &dstRect, sw::Rect &clipRect, bool flipX, bool flipY) ClipSrcRect() argument
[all...]
/third_party/skia/tests/
H A DReadPixelsTest.cpp175 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bw, bh); in check_read() local
320 bool read_should_succeed(const SkIRect& srcRect, const SkImageInfo& dstInfo, in read_should_succeed() argument
330 const SkIRect& srcRect = gReadPixelsTestRects[rect]; in test_readpixels() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp59 BlitRectCase (Context& context, const char* name, const char* desc, deUint32 filter, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect, int cellSize = 8) in BlitRectCase() argument
175 BlitNearestFilterConsistencyCase::BlitNearestFilterConsistencyCase (Context& context, const char* name, const char* desc, const IVec2& srcSize, const IVec4& srcRect, const IVec2& dstSize, const IVec4& dstRect) in BlitNearestFilterConsistencyCase() argument
462 BlitDepthStencilCase (Context& context, const char* name, const char* desc, deUint32 depthFormat, deUint32 stencilFormat, deUint32 srcBuffers, const IVec2& srcSize, const IVec4& srcRect, deUint32 dstBuffers, const IVec2& dstSize, const IVec4& dstRect, deUint32 copyBuffers) in BlitDepthStencilCase() argument
[all...]
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp44 bool has_aligned_samples(const SkRect& srcRect, const SkRect& transformedRect) { in has_aligned_samples() argument
55 bool may_color_bleed(const SkRect& srcRect, in may_color_bleed() argument
105 inline int get_tile_count(const SkIRect& srcRect, int tileSize) { in get_tile_count() argument
340 draw_texture(skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const SkMatrix& ctm, const SkPaint& paint, GrSamplerState::Filter filter, const SkRect& srcRect, const SkRect& dstRect, const SkPoint dstClip[4], GrAA aa, GrQuadAAFlags aaFlags, SkCanvas::SrcRectConstraint constraint, GrSurfaceProxyView view, const GrColorInfo& srcColorInfo) draw_texture() argument
569 draw_tiled_bitmap(GrRecordingContext* rContext, skgpu::v1::SurfaceDrawContext* sdc, const GrClip* clip, const SkBitmap& bitmap, int tileSize, const SkMatrixProvider& matrixProvider, const SkMatrix& srcToDst, const SkRect& srcRect, const SkIRect& clippedSrcIRect, const SkPaint& paint, GrAA aa, SkCanvas::SrcRectConstraint constraint, SkSamplingOptions sampling, SkTileMode tileMode) draw_tiled_bitmap() argument
751 drawImageQuad(const SkImage* image, const SkRect* srcRect, const SkRect* dstRect, const SkPoint dstClip[4], GrAA aa, GrQuadAAFlags aaFlags, const SkMatrix* preViewMatrix, const SkSamplingOptions& origSampling, const SkPaint& paint, SkCanvas::SrcRectConstraint constraint) drawImageQuad() argument
[all...]
H A DDevice.cpp951 asyncRescaleAndReadPixels(const SkImageInfo& info, const SkIRect& srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) asyncRescaleAndReadPixels() argument
967 asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, SkISize dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) asyncRescaleAndReadPixelsYUV420() argument
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp204 onCanCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, const SkIRect& srcRect, const SkIPoint& dstPoint) const onCanCopySurface() argument
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp330 onAsyncRescaleAndReadPixels(const SkImageInfo& info, const SkIRect& srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) const onAsyncRescaleAndReadPixels() argument
351 onAsyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, const SkISize& dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) const onAsyncRescaleAndReadPixelsYUV420() argument
H A DSkImage.cpp268 SkIRect srcRect; in onAsyncRescaleAndReadPixels() local
73 asyncRescaleAndReadPixels(const SkImageInfo& info, const SkIRect& srcRect, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) const asyncRescaleAndReadPixels() argument
88 asyncRescaleAndReadPixelsYUV420(SkYUVColorSpace yuvColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, const SkISize& dstSize, RescaleGamma rescaleGamma, RescaleMode rescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) const asyncRescaleAndReadPixelsYUV420() argument
286 onAsyncRescaleAndReadPixelsYUV420(SkYUVColorSpace, sk_sp<SkColorSpace> dstColorSpace, const SkIRect& srcRect, const SkISize& dstSize, RescaleGamma, RescaleMode, ReadPixelsCallback callback, ReadPixelsContext context) const onAsyncRescaleAndReadPixelsYUV420() argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkMorphologyImageFilter.cpp366 apply_morphology_rect(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, const float range[2], MorphDirection direction) apply_morphology_rect() argument
385 apply_morphology_rect_no_bounds(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, MorphDirection direction) apply_morphology_rect_no_bounds() argument
398 apply_morphology_pass(skgpu::SurfaceFillContext* sfc, GrSurfaceProxyView view, SkAlphaType srcAlphaType, const SkIRect& srcRect, const SkIRect& dstRect, int radius, MorphType morphType, MorphDirection direction) apply_morphology_pass() argument
456 SkIRect srcRect = rect; apply_morphology() local
[all...]
H A DSkLightingImageFilter.cpp465 SkIRect srcRect = dstRect.makeOffset(bounds.topLeft()); in drawRect() local
/third_party/skia/fuzz/
H A DFuzzCanvas.cpp642 SkRect srcRect, dstRect; in make_fuzz_imageFilter() local
649 SkRect srcRect; in make_fuzz_imageFilter() local
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp72 SkRect srcRect; in filter_and_mm_have_effect() local
1409 SkRect srcRect; GR_DRAW_OP_TEST_DEFINE() local
[all...]
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp593 onCopySurface(GrSurface* dst, GrSurface* src, const SkIRect& srcRect, const SkIPoint& dstPoint) onCopySurface() argument
/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp3404 canCopyAsBlit(GrGLFormat dstFormat, int dstSampleCnt, const GrTextureType* dstTypeIfTexture, GrGLFormat srcFormat, int srcSampleCnt, const GrTextureType* srcTypeIfTexture, const SkRect& srcBounds, bool srcBoundsExact, const SkIRect& srcRect, const SkIPoint& dstPoint) const canCopyAsBlit() argument
3482 onCanCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src, const SkIRect& srcRect, const SkIPoint& dstPoint) const onCanCopySurface() argument
/third_party/skia/gm/
H A Dwacky_yuv_formats.cpp908 SkRect srcRect = SkRect::Make(fOriginalBMs[0].dimensions()); variable
[all...]

Completed in 51 milliseconds

1234