Home
last modified time | relevance | path

Searched refs:DrawImageRect (Results 1 - 25 of 110) sorted by relevance

12345

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dborder_image_painter.cpp242 canvas.DrawImageRect(image_, srcRectCenter, desRectCenter, options); in FillBorderImageCenter()
267 canvas.DrawImageRect(image_, srcRectLeftTop, desRectLeftTop, options); in PaintBorderImageCorners()
272 canvas.DrawImageRect(image_, srcRectRightTop, desRectRightTop, options); in PaintBorderImageCorners()
277 canvas.DrawImageRect(image_, srcRectLeftBottom, desRectLeftBottom, options); in PaintBorderImageCorners()
282 canvas.DrawImageRect(image_, srcRectRightBottom, desRectRightBottom, options); in PaintBorderImageCorners()
295 canvas.DrawImageRect(image_, srcRectLeft_, desRectLeft, options); in PaintBorderImageStretch()
299 canvas.DrawImageRect(image_, srcRectRight_, desRectRight, options); in PaintBorderImageStretch()
303 canvas.DrawImageRect(image_, srcRectTop_, desRectTop, options); in PaintBorderImageStretch()
307 canvas.DrawImageRect(image_, srcRectBottom_, desRectBottom, options); in PaintBorderImageStretch()
340 canvas.DrawImageRect(image in PaintBorderImageRound()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_colorful_shadow_filter_test.cpp57 * @tc.desc: test DrawImageRect
72 shadowFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
78 * @tc.desc: test DrawImageRect
93 shadowFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
96 shadowFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
H A Drs_spherize_effect_filter_test.cpp44 * @tc.desc: test results of DrawImageRect
55 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
60 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
73 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
H A Drs_distortion_shader_filter_test.cpp44 * @tc.desc: test results of DrawImageRect
57 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
63 * @tc.desc: test results of DrawImageRect
87 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
93 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
99 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
106 * @tc.desc: test results of DrawImageRect
130 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
137 * @tc.desc: test results of DrawImageRect
161 effectFilter.DrawImageRect(canva in HWTEST_F()
[all...]
H A Drs_fly_out_shader_filter_test.cpp44 * @tc.desc: test results of DrawImageRect
57 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
62 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
68 * @tc.desc: test results of DrawImageRect
92 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
98 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
105 * @tc.desc: test results of DrawImageRect
129 effectFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
136 * @tc.desc: test results of DrawImageRect
160 effectFilter.DrawImageRect(canva in HWTEST_F()
[all...]
H A Drs_skia_filter_test.cpp55 * @tc.desc: Verify function DrawImageRect
65 rsBlurFilter.DrawImageRect(canvas, image, src, dst); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_skia_filter.cpp42 void RSDrawingFilterOriginal::DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image, in DrawImageRect() function in OHOS::Rosen::RSDrawingFilterOriginal
47 canvas.DrawImageRect(*image, src, dst, Drawing::SamplingOptions()); in DrawImageRect()
H A Drs_colorful_shadow_filter.cpp42 void RSColorfulShadowFilter::DrawImageRect(Drawing::Canvas &canvas, const std::shared_ptr<Drawing::Image> &image, in DrawImageRect() function in OHOS::Rosen::RSColorfulShadowFilter
46 ROSEN_LOGE("RSColorfulShadowFilter::DrawImageRect error"); in DrawImageRect()
52 RSForegroundEffectFilter::DrawImageRect(canvas, image, src, dst); in DrawImageRect()
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Dborder_image_painter.cpp297 canvas->DrawImageRect(*image_, srcRectCenter, desRectCenter, samplingOpetions); in FillBorderImageCenter()
367 canvas->DrawImageRect(*image_, srcRectLeftTop, desRectLeftTop, samplingOpetions); in PaintBorderImageCorners()
372 canvas->DrawImageRect(*image_, srcRectRightTop, desRectRightTop, samplingOpetions); in PaintBorderImageCorners()
377 canvas->DrawImageRect(*image_, srcRectLeftBottom, desRectLeftBottom, samplingOpetions); in PaintBorderImageCorners()
382 canvas->DrawImageRect(*image_, srcRectRightBottom, desRectRightBottom, samplingOpetions); in PaintBorderImageCorners()
431 canvas->DrawImageRect(*image_, srcRectLeft_, desRectLeft, samplingOpetions); in PaintBorderImageStretch()
435 canvas->DrawImageRect(*image_, srcRectRight_, desRectRight, samplingOpetions); in PaintBorderImageStretch()
439 canvas->DrawImageRect(*image_, srcRectTop_, desRectTop, samplingOpetions); in PaintBorderImageStretch()
443 canvas->DrawImageRect(*image_, srcRectBottom_, desRectBottom, samplingOpetions); in PaintBorderImageStretch()
542 canvas->DrawImageRect(*image in PaintBorderImageRound()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_listened_canvas.cpp174 void RSListenedCanvas::DrawImageRect(const Image& image, const Rect& src, const Rect& dst, in DrawImageRect() function in OHOS::Rosen::RSListenedCanvas
177 RSPaintFilterCanvas::DrawImageRect(image, src, dst, sampling, constraint); in DrawImageRect()
179 listener_->DrawImageRect(image, src, dst, sampling, constraint); in DrawImageRect()
183 void RSListenedCanvas::DrawImageRect(const Image& image, const Rect& dst, const SamplingOptions& sampling) in DrawImageRect() function in OHOS::Rosen::RSListenedCanvas
185 RSPaintFilterCanvas::DrawImageRect(image, dst, sampling); in DrawImageRect()
187 listener_->DrawImageRect(image, dst, sampling); in DrawImageRect()
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dmock_canvas.h61 DrawImageRect, void(const TestingImage& image, const TestingRect& dst, const TestingSamplingOptions& sampling));
62 MOCK_METHOD5(DrawImageRect, void(const TestingImage& image, const TestingRect& src, const TestingRect& dst,
H A Dtesting_canvas.h110 virtual void DrawImageRect( in DrawImageRect() function in OHOS::Ace::Testing::TestingCanvas
113 virtual void DrawImageRect(const TestingImage& image, const TestingRect& src, const TestingRect& dst, in DrawImageRect() function in OHOS::Ace::Testing::TestingCanvas
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H A Drs_canvas_listener.h63 virtual void DrawImageRect(const Drawing::Image& image, in DrawImageRect() function in OHOS::Rosen::RSCanvasListener
66 virtual void DrawImageRect(const Drawing::Image& image, in DrawImageRect() function in OHOS::Rosen::RSCanvasListener
H A Drs_gpu_overdraw_canvas_listener.h60 void DrawImageRect(const Drawing::Image& image,
63 void DrawImageRect(const Drawing::Image& image,
H A Drs_cpu_overdraw_canvas_listener.h62 void DrawImageRect(const Drawing::Image& image,
65 void DrawImageRect(const Drawing::Image& image,
H A Drs_listened_canvas.h56 void DrawImageRect(const Drawing::Image& image,
59 void DrawImageRect(const Drawing::Image& image,
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_colorful_shadow_filter.h35 void DrawImageRect(Drawing::Canvas &canvas, const std::shared_ptr<Drawing::Image> &image, const Drawing::Rect &src,
H A Drs_spherize_effect_filter.h36 void DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image,
H A Drs_distortion_shader_filter.h33 void DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image,
H A Drs_fly_out_shader_filter.h35 void DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image,
H A Drs_skia_filter.h34 virtual void DrawImageRect(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image>& image,
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_player.cpp397 blendCanvas_->DrawImageRect(*unblendImage, unBlendRect, sampling); in BlendImage()
403 blendCanvas_->DrawImageRect(*unblendImage, unBlendRect, sampling); in BlendImage()
594 blendCanvas_->DrawImageRect(*unblendImage, unBlendRect, sampling); in GetImage()
608 blendCanvas_->DrawImageRect(*unblendImage, unBlendRect, sampling); in GetImage()
626 blendCanvas_->DrawImageRect(*unblendImage, in GetImage()
639 blendCanvas_->DrawImageRect(*unblendImage, unBlendRect, sampling); in GetImage()
653 blendCanvas_->DrawImageRect(*unblendImage, unBlendRect, sampling); in GetImage()
663 blendCanvas_->DrawImageRect(*unblendImage, unBlendRect, sampling); in GetImage()
803 blendCanvas_->DrawImageRect(*unblendImage, unBlendRect, sampling); in DecodeFrameImage()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/
H A Ddrawing_canvas_utils.cpp47 canvas->DrawImageRect(*image, src ? *src : Drawing::Rect(0, 0, pixelMap->GetWidth(), pixelMap->GetHeight()), in DrawPixelMapRect()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_engine.cpp497 canvas.DrawImageRect(drImage, params.srcRect, params.dstRect, Drawing::SamplingOptions(), in DrawBuffer()
709 canvas.DrawImageRect(*image, params.srcRect, params.dstRect, samplingOptions, in DrawImage()
728 DrawImageRect(canvas, image, params, samplingOptions); in DrawImage()
734 DrawImageRect(canvas, image, params, samplingOptions); in DrawImage()
741 DrawImageRect(canvas, image, params, samplingOptions); in DrawImage()
767 DrawImageRect(canvas, image, params, samplingOptions); in DrawImage()
772 void RSBaseRenderEngine::DrawImageRect(RSPaintFilterCanvas& canvas, std::shared_ptr<Drawing::Image> image, in DrawImageRect() function in OHOS::Rosen::RSBaseRenderEngine
776 canvas.DrawImageRect(*image, params.srcRect, params.dstRect, samplingOptions, in DrawImageRect()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Drecording_canvas_test.cpp719 * @tc.desc: Test the playback of the DrawImageRect function.
735 recordingCanvas1->DrawImageRect(image, dstRect, samplingOptions); in HWTEST_F()
736 recordingCanvas2->DrawImageRect(image, dstRect, samplingOptions); in HWTEST_F()
741 recordingCanvas1->DrawImageRect(image, dstRect, samplingOptions); in HWTEST_F()
742 recordingCanvas2->DrawImageRect(image, dstRect, samplingOptions); in HWTEST_F()
747 recordingCanvas1->DrawImageRect(image, dstRect, samplingOptions); in HWTEST_F()
748 recordingCanvas2->DrawImageRect(image, dstRect, samplingOptions); in HWTEST_F()
752 recordingCanvas1->DrawImageRect(image, dstRect, samplingOptions); in HWTEST_F()
753 recordingCanvas2->DrawImageRect(image, dstRect, samplingOptions); in HWTEST_F()
765 * @tc.desc: Test the playback of the DrawImageRect functio
[all...]

Completed in 12 milliseconds

12345