Home
last modified time | relevance | path

Searched defs:dstRect (Results 1 - 25 of 60) sorted by relevance

123

/foundation/arkui/ace_engine/test/mock/core/svg/
H A Dmock_image_painter_utils.cpp19 void NG::ImagePainterUtils::ClipRRect(RSCanvas& canvas, const RSRect& dstRect, const BorderRadiusArray& radiusXY) {} in ClipRRect() argument
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_pixmap_image.cpp44 void PixelMapImage::DrawRect(RSCanvas& canvas, const RSRect& dstRect) {} in DrawRect() argument
46 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
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dimage_painter_utils.cpp147 void ImagePainterUtils::ClipRRect(RSCanvas& canvas, const RSRect& dstRect, const BorderRadiusArray& radiusXY) in ClipRRect() argument
H A Dsvg_canvas_image.cpp34 void SvgCanvasImage::DrawRect(RSCanvas& canvas, const RSRect& /* srcRect */, const RSRect& dstRect) in DrawRect() argument
[all...]
H A Dskia_image.cpp186 DrawToRSCanvas( RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect, const BorderRadiusArray& radiusXY) DrawToRSCanvas() argument
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Dmock_pixmap_image.cpp44 void PixelMapImage::DrawRect(RSCanvas& canvas, const RSRect& dstRect) {} in DrawRect() argument
46 void PixelMapImage::DrawRect(RSCanvas& canvas, const RSRect& srcRect, const RSRect& dstRect) {} in DrawRect() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp50 GraphicIRect dstRect = {0, 0, width, height}; in SetUpTestCase() local
H A Dhdioutput_test.cpp46 GraphicIRect dstRect = {0, 0, width, height}; in SetUpTestCase() local
H A Dhdilayer_context_systest.cpp28 HdiLayerContext::HdiLayerContext(GraphicIRect dstRect, GraphicIRect srcRect, uint32_t zOrder) in HdiLayerContext() 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.cpp252 Drawing::RectI dstRect; in HWTEST_F() local
287 Drawing::RectI dstRect; in HWTEST_F() local
405 std::optional<Drawing::RectI> dstRect; HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_engine.cpp78 auto dstRect = layer->GetLayerSize(); in DrawLayers() local
[all...]
H A Drs_uni_hwc_prevalidate_util.h43 RequestRect dstRect; /**< Destination Rect of Surface */ member
H A Drs_uni_render_processor.cpp247 GraphicIRect dstRect = layerInfo.dstRect; GetLayerInfo() local
[all...]
H A Drs_base_render_util.h38 GraphicIRect dstRect; member
69 Drawing::Rect dstRect; // surface's boundsSize member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_base_test.cpp127 RectF dstRect; in HWTEST_F() local
H A Drs_kawase_blur_test.cpp93 Drawing::Rect dstRect; in HWTEST_F() local
112 Drawing::Rect dstRect; in HWTEST_F() local
160 Drawing::Rect dstRect; in HWTEST_F() local
179 Drawing::Rect dstRect; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayer_test.cpp47 GraphicIRect dstRect = {0, 0, WIDTH_VAL, HEIGHT_VAL}; in SetUpTestCase() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_paint_method.cpp130 auto dstRect = RSRect(0.0, 0.0, dirtyWidth, dirtyHeight); in GetImageData() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H A Ddrag_window_ohos.cpp103 auto dstRect = RSRect(0, 0, width, height); in DrawDrawingImage() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_image.cpp61 auto dstRect = CalcDstRect(Size(image.GetWidth(), image.GetHeight()), Rect(x, y, width, height)); in OnDraw() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp194 void RSImageBase::SetDstRect(const RectF& dstRect) in SetDstRect() argument
321 static bool UnmarshallingIdAndRect(Parcel& parcel, uint64_t& uniqueId, RectF& srcRect, RectF& dstRect) in UnmarshallingIdAndRect() argument
401 RectF dstRect; in Unmarshalling() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_filter_cache_manager.cpp145 Drawing::Rect dstRect = clipIBounds; in DrawFilterWithoutSnapshot() local
154 DrawFilter(RSPaintFilterCanvas& canvas, const std::shared_ptr<RSDrawingFilter>& filter, bool shouldClearFilteredCache, const std::optional<Drawing::RectI>& srcRect, const std::optional<Drawing::RectI>& dstRect) DrawFilter() argument
181 GeneratedCachedEffectData( RSPaintFilterCanvas& canvas, const std::shared_ptr<RSDrawingFilter>& filter, const std::optional<Drawing::RectI>& srcRect, const std::optional<Drawing::RectI>& dstRect) GeneratedCachedEffectData() argument
244 GenerateFilteredSnapshot( RSPaintFilterCanvas& canvas, const std::shared_ptr<RSDrawingFilter>& filter, const Drawing::RectI& dstRect) GenerateFilteredSnapshot() argument
290 DrawCachedFilteredSnapshot(RSPaintFilterCanvas& canvas, const Drawing::RectI& dstRect, const std::shared_ptr<RSDrawingFilter>& filter) const DrawCachedFilteredSnapshot() argument
409 ValidateParams(RSPaintFilterCanvas& canvas, const std::optional<Drawing::RectI>& srcRect, const std::optional<Drawing::RectI>& dstRect) ValidateParams() argument
[all...]

Completed in 14 milliseconds

123