Home
last modified time | relevance | path

Searched defs:srcRect (Results 126 - 150 of 181) sorted by relevance

12345678

/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/core/
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/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
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp906 auto srcRect = RSRect(scaledSrcRect.Left(), scaledSrcRect.Top(), scaledSrcRect.Right(), scaledSrcRect.Bottom()); local
917 DrawImageOnCanvas( const Rect& srcRect, const Rect& dstRect, const SkPaint& paint, SkCanvas* canvas) const global() argument
956 DrawImageOnCanvas( const Rect& srcRect, const Rect& dstRect, const RSBrush& brush, RSCanvas* canvas) const global() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_content_modifier.cpp341 RectF srcRect; in DrawImage() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h37 GraphicIRect srcRect; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_client.cpp173 CreatePixelMapFromSurfaceId(uint64_t surfaceId, const Rect &srcRect) CreatePixelMapFromSurfaceId() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1106 auto srcRect = Rect { in OnRemoteRequest() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp363 Drawing::Rect srcRect = Drawing::Rect(0, 0, imageSnapshot->GetWidth(), imageSnapshot->GetHeight()); in DrawFilter() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1511 auto srcRect = Drawing::Rect(0, 0, image->GetWidth(), image->GetHeight()); in DrawWatermarkIfNeed() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp123 CreatePixelMapFromSurfaceId(uint64_t surfaceId, const Rect &srcRect) CreatePixelMapFromSurfaceId() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp493 std::shared_ptr<Media::PixelMap> RSInterfaces::CreatePixelMapFromSurfaceId(uint64_t surfaceId, const Rect &srcRect) in CreatePixelMapFromSurfaceId() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp123 CreatePixelMapFromSurfaceId(uint64_t surfaceId, const Rect &srcRect) CreatePixelMapFromSurfaceId() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp802 const SkRect* srcRect = reinterpret_cast<const SkRect*>(&src); in DrawImageRect() local
1238 SkRect srcRect = SkRect::MakeLTRB(blurParams.src.GetLeft(), blurParams.src.GetTop(), in DrawBlurImage() local
1254 SkRect srcRect = SkRect::MakeLTRB(blurParams.src.GetLeft(), blurParams.src.GetTop(), in CalcHpsBluredImageDimension() 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/v1/
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/d3d/
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/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

Completed in 61 milliseconds

12345678