/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | path_painter.cpp | 25 void PathPainter::DrawPath(RSCanvas& canvas, const PathPaintProperty& pathPaintProperty) in DrawPath() function in OHOS::Ace::NG::PathPainter 31 SkPainter::DrawPath(canvas, pathPaintProperty.GetCommandsValue(), pathPaintProperty); in DrawPath() 33 DrawingPainter::DrawPath(canvas, pathPaintProperty.GetCommandsValue(), pathPaintProperty); in DrawPath() 37 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() function in OHOS::Ace::NG::PathPainter 40 SkPainter::DrawPath(canvas, commands, offset); in DrawPath() 42 DrawingPainter::DrawPath(canvas, commands, offset); in DrawPath()
|
H A D | sk_painter.h | 33 static void DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty); 42 static void DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset);
|
H A D | sk_painter.cpp | 28 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty) in DrawPath() function in OHOS::Ace::NG::SkPainter 58 canvas.DrawPath(rsPath); in DrawPath() 62 canvas.DrawPath(rsPath); in DrawPath() 256 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() function in OHOS::Ace::NG::SkPainter 269 canvas.DrawPath(rsPath); in DrawPath()
|
H A D | moon_progress_modifier.cpp | 236 canvas.DrawPath(path); in PaintSquareMoon() 247 canvas.DrawPath(path); in PaintSquareMoon() 251 canvas.DrawPath(path); in PaintSquareMoon() 281 canvas.DrawPath(path); in PaintSquareMoonShadow()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/ |
H A D | draw_path_test.cpp | 28 canvas->DrawPath(path); in OnTestFunctionCpu() 36 canvas->DrawPath(path); in OnTestFunctionGpuUpScreen() 48 canvas->DrawPath(path); in OnTestPerformance()
|
/foundation/arkui/ace_engine/frameworks/core/components/checkable/ |
H A D | rosen_render_checkbox.cpp | 164 canvas->DrawPath(path); in DrawPartSelect() 167 canvas->DrawPath(path); in DrawPartSelect() 214 canvas->DrawPath(path); in DrawCheck() 218 canvas->DrawPath(path); in DrawCheck() 225 canvas->DrawPath(path); in DrawCheck() 229 canvas->DrawPath(path); in DrawCheck() 268 canvas->DrawPath(path); in DrawAnimationOffToOn() 272 canvas->DrawPath(path); in DrawAnimationOffToOn() 286 canvas->DrawPath(path); in DrawAnimationOffToOn() 290 canvas->DrawPath(pat in DrawAnimationOffToOn() [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_test.cpp | 67 canvas.AttachPen(pen).AttachBrush(brush).DrawPath(path); in TestDrawStar() 125 canvas.AttachPen(pen).DrawPath(path); in TestMoveTo() 157 canvas.AttachPen(pen).DrawPath(path); in TestLineTo() 178 canvas.AttachPen(pen).DrawPath(path); in TestArcTo() 199 canvas.AttachPen(pen).DrawPath(path2); in TestCubicTo() 202 canvas.AttachPen(pen).DrawPath(path); in TestCubicTo() 224 canvas.AttachPen(pen).DrawPath(path2); in TestQuadTo() 227 canvas.AttachPen(pen).DrawPath(path); in TestQuadTo() 245 canvas.AttachPen(pen).DrawPath(path); in TestAddRect() 256 canvas.DetachPen().AttachBrush(brush).DrawPath(path in TestAddRect() [all...] |
/foundation/arkui/ace_engine/test/mock/core/render/ |
H A D | mock_path_painter.cpp | 23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath() function in OHOS::Ace::NG::PathPainter 24 void PathPainter::DrawPath(RSCanvas& canvas, const PathPaintProperty& shapePaintProperty) {} in DrawPath() function in OHOS::Ace::NG::PathPainter
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | path_painter.h | 28 static void DrawPath(RSCanvas& canvas, const PathPaintProperty& shapePaintProperty); 29 static void DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset);
|
H A D | polygon_painter.cpp | 47 canvas.DrawPath(path); in DrawPolygon()
|
/foundation/arkui/ui_lite/test/uitest/test_canvas/ |
H A D | ui_test_canvas.cpp | 446 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath001() 460 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath002() 474 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath003() 488 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath004() 502 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath005() 517 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath006() 532 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath007() 547 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath008() 564 canvas->DrawPath(paint); in UIKitCanvasTestDrawPath009() 582 canvas->DrawPath(pain in UIKitCanvasTestDrawPath010() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_painter.cpp | 19 void DrawingPainter::DrawPath( in DrawPath() function in OHOS::Ace::NG::DrawingPainter 32 canvas.DrawPath(path); in DrawPath() 36 canvas.DrawPath(path); in DrawPath() 132 void DrawingPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath() function in OHOS::Ace::NG::DrawingPainter 141 canvas.DrawPath(path); in DrawPath()
|
H A D | drawing_painter.h | 30 static void DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& shapePaintProperty); 34 static void DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_gpu_overdraw_canvas_listener.cpp | 92 overdrawCanvas_->DrawPath(path); in DrawLine() 131 overdrawCanvas_->DrawPath(path); in DrawArc() 143 overdrawCanvas_->DrawPath(path); in DrawPie() 154 overdrawCanvas_->DrawPath(path); in DrawOval() 165 overdrawCanvas_->DrawPath(path); in DrawCircle() 168 void RSGPUOverdrawCanvasListener::DrawPath(const Drawing::Path& path) in DrawPath() function in OHOS::Rosen::RSGPUOverdrawCanvasListener 174 overdrawCanvas_->DrawPath(path); in DrawPath()
|
H A D | rs_listened_canvas.cpp | 106 void RSListenedCanvas::DrawPath(const Path& path) in DrawPath() function in OHOS::Rosen::RSListenedCanvas 108 RSPaintFilterCanvas::DrawPath(path); in DrawPath() 110 listener_->DrawPath(path); in DrawPath()
|
/foundation/arkui/ace_engine/frameworks/core/components/option/ |
H A D | rosen_render_option.cpp | 85 canvas->DrawPath(path); in PaintBackground() 92 canvas->DrawPath(path); in PaintBackground() 96 canvas->DrawPath(path); in PaintBackground() 159 canvas->DrawPath(path); in PaintLine()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.h | 79 rsCanvas_->DrawPath(path_); in OnGraphicFill() 83 rsCanvas_->DrawPath(path_); in OnGraphicFill() 123 rsCanvas_->DrawPath(path_); in OnGraphicStroke() 127 rsCanvas_->DrawPath(path_); in OnGraphicStroke()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_canvas.cpp | 134 void TexgineCanvas::DrawPath(const RSPath &path, const TexginePaint &paint) in DrawPath() function in OHOS::Rosen::TextEngine::TexgineCanvas 141 canvas_->DrawPath(path); in DrawPath() 145 canvas_->DrawPath(path); in DrawPath() 150 canvas_->DrawPath(path); in DrawPath()
|
H A D | texgine_canvas.h | 60 void DrawPath(const RSPath &path, const TexginePaint &paint);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/option/ |
H A D | option_paint_method_test_ng.cpp | 151 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 193 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 235 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 277 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 320 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 363 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 406 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 449 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 492 EXPECT_CALL(canvas, DrawPath(_)).Times(AtLeast(1)); in HWTEST_F() 535 EXPECT_CALL(canvas, DrawPath( in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_moon_track.cpp | 99 canvas->DrawPath(path); in Paint() 111 canvas->DrawPath(path); in Paint()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | path_paint_method.h | 67 PathPainter::DrawPath(canvas, *shapePaintProperty);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testsix_ng.cpp | 173 EXPECT_CALL(rsCanvas, DrawPath(_)).WillRepeatedly(Return()); in HWTEST_F() 211 EXPECT_CALL(rsCanvas, DrawPath(_)).WillRepeatedly(Return()); in HWTEST_F() 215 ON_CALL(rsCanvas, DrawPath(_)) in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/ |
H A D | checkboxgroup_modifier.cpp | 170 canvas.DrawPath(path); in DrawCheck() 172 canvas.DrawPath(path); in DrawCheck() 249 canvas.DrawPath(path); in DrawPart() 253 canvas.DrawPath(path); in DrawPart()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_overlay_modifier.cpp | 78 canvas.DrawPath(path); in PaintBackground() 94 canvas.DrawPath(*selPath); in PaintBackground()
|