Home
last modified time | relevance | path

Searched defs:srcRect (Results 1 - 25 of 174) sorted by relevance

1234567

/third_party/skia/include/core/
H A DSkBlurTypes.h33 SkRect srcRect; member
/third_party/skia/modules/svg/src/
H A DSkSVGFeImage.cpp34 const SkRect srcRect = SkRect::Make(imgInfo.fImage->bounds()); in onMakeImageFilter() local
/third_party/skia/gm/
H A Dimagesource.cpp56 const SkRect srcRect = SkRect::MakeXYWH(20, 20, 30, 30); variable
H A Dmatriximagefilter.cpp55 SkRect srcRect = SkRect::MakeWH(96, 96); in DEF_SIMPLE_GM_BG() local
H A Dimagemagnifier.cpp85 SkRect srcRect = SkRect::MakeWH(SkIntToScalar(WIDTH_HEIGHT-32), in DEF_SIMPLE_GM_BG() local
H A Dtileimagefilter.cpp69 SkRect srcRect = SkRect::MakeXYWH(SkIntToScalar(image->width()/4), variable
102 SkRect srcRect = SkRect::MakeWH(SkIntToScalar(fBitmap->width()), variable
126 SkRect srcRect = SkRect::MakeXYWH(0, 0, 50, 50); variable
H A Dimagesource2.cpp74 const SkRect srcRect = SkRect::MakeLTRB(0, 0, variable
H A Dresizeimagefilter.cpp81 const SkRect srcRect = SkRect::MakeWH(96, 96); variable
[all...]
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_pixmap_image.cpp46 void PixelMapImage::DrawRect(RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect) {} in DrawRect() argument
H A Dmock_skia_image.cpp41 void DrawingImage::DrawRect(RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect) {} in DrawRect() argument
37 DrawToRSCanvas( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) DrawToRSCanvas() argument
H A Dmock_svg_canvas_image.cpp28 void SvgCanvasImage::DrawRect(RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect) {} in DrawRect() argument
24 DrawToRSCanvas( RSCanvas& canvas, const RSRect& srcRect, const RSRect& , const BorderRadiusArray& ) DrawToRSCanvas() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsvg_canvas_image.cpp26 DrawToRSCanvas( RSCanvas& canvas, const RSRect& srcRect, const RSRect& , const BorderRadiusArray& radiusXY) DrawToRSCanvas() argument
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Dmock_pixmap_image.cpp46 void PixelMapImage::DrawRect(RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect) {} in DrawRect() argument
/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/test/unittest/
H A Dpixel_map_from_surface_test.cpp50 OHOS::Media::Rect srcRect = {0, 0, 100, 100}; in HWTEST_F() local
[all...]
/third_party/skia/src/gpu/
H A DGrTransferFromRenderTask.h15 GrTransferFromRenderTask(sk_sp<GrSurfaceProxy> srcProxy, const SkIRect& srcRect, GrColorType surfaceColorType, GrColorType dstColorType, sk_sp<GrGpuBuffer> dstBuffer, size_t dstOffset) GrTransferFromRenderTask() argument
H A DGrCopyRenderTask.cpp88 SkIRect srcRect = GrNativeRect::MakeIRectRelativeTo(fOrigin, srcSurface->height(), fSrcRect); in onExecute() local
15 Make(GrDrawingManager* drawingMgr, sk_sp<GrSurfaceProxy> src, SkIRect srcRect, sk_sp<GrSurfaceProxy> dst, SkIPoint dstPoint, GrSurfaceOrigin origin) Make() argument
41 GrCopyRenderTask(GrDrawingManager* drawingMgr, sk_sp<GrSurfaceProxy> src, SkIRect srcRect, sk_sp<GrSurfaceProxy> dst, SkIPoint dstPoint, GrSurfaceOrigin origin) GrCopyRenderTask() argument
/third_party/skia/experimental/graphite/src/
H A DCopyTask.cpp16 Make(sk_sp<Texture> texture, SkIRect srcRect, sk_sp<Buffer> buffer, size_t bufferOffset, size_t bufferRowBytes) Make() argument
28 CopyTextureToBufferTask(sk_sp<Texture> texture, SkIRect srcRect, sk_sp<Buffer> buffer, size_t bufferOffset, size_t bufferRowBytes) CopyTextureToBufferTask() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp49 GraphicIRect srcRect = {0, 0, width, height}; in SetUpTestCase() local
/third_party/skia/tests/
H A DGrOpListFlushTest.cpp50 SkRect srcRect = SkRect::MakeWH(1, 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlBlitCommandEncoder.h43 copyFromTexture(id<MTLTexture> texture, SkIRect srcRect, id<MTLBuffer> buffer, size_t bufferOffset, size_t bufferRowBytes) copyFromTexture() argument
/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_painter.cpp29 ApplyImageFit( ImageFit imageFit, const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) ApplyImageFit() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_filter_cache_manager_test.cpp404 std::optional<Drawing::RectI> srcRect; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_hwc_prevalidate_util.h42 RequestRect srcRect; /**< Source Rect of Surface */ member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_base_test.cpp112 RectF srcRect; in HWTEST_F() local
H A Drs_kawase_blur_test.cpp92 Drawing::Rect srcRect; in HWTEST_F() local
111 Drawing::Rect srcRect; in HWTEST_F() local
159 Drawing::Rect srcRect; in HWTEST_F() local
178 Drawing::Rect srcRect; in HWTEST_F() local

Completed in 7 milliseconds

1234567