/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_path_test.cpp | 57 auto rsPath = RSPath::CreateRSPath(); in HWTEST_F() local 69 auto rsPath = RSPath::CreateRSPath(path1); in HWTEST_F() local 80 auto rsPath = RSPath::CreateRSPath(); in HWTEST_F() local 93 auto rsPath = RSPath::CreateRSPath(path); in HWTEST_F() local 106 auto rsPath = RSPath::CreateRSPath(path); HWTEST_F() local 118 RSPath rsPath; HWTEST_F() local 130 auto rsPath = RSPath::CreateRSPath(); HWTEST_F() local 143 auto rsPath = RSPath::CreateRSPath(); HWTEST_F() local 157 RSPath rsPath; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_path.cpp | 33 auto rsPath = std::make_shared<RSPath>(); in CreateRSPath() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | sk_painter.cpp | 264 RSPath rsPath; in DrawPath() local
|
H A D | rosen_render_context.cpp | 4560 auto rsPath = DrawingDecorationPainter::DrawingCreatePath(basicShape, frameSize); local 4591 auto rsPath = DrawingDecorationPainter::DrawingCreatePath(basicShape, frameSize); local 4655 RSRecordingPath rsPath; local 4669 RSRecordingPath rsPath; local 4692 RSRecordingPath rsPath; global() local 4700 RSRecordingPath rsPath; global() local 4708 RSRecordingPath rsPath; global() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_overlay_modifier.cpp | 50 RSRecordingPath rsPath; in PaintShadow() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 368 std::shared_ptr<RSPath> rsPath= RSPath::CreateRSPath(path); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/ |
H A D | rs_marshalling_test.cpp | 178 std::shared_ptr<RSPath> rsPath; in HWTEST_F() local 448 auto rsPath = RSPath::CreateRSPath(path); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_utils_test.cpp | 55 std::shared_ptr<RSPath> rsPath = RSPath::CreateRSPath(path); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_painter_test.cpp | 231 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); in HWTEST_F() local 251 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); in HWTEST_F() local 341 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); in HWTEST_F() local 361 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); in HWTEST_F() local 663 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); HWTEST_F() local 1453 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); HWTEST_F() local [all...] |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 914 auto rsPath = std::make_shared<RSPath>(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/ |
H A D | rs_property_drawable_utils_test.cpp | 55 std::shared_ptr<RSPath> rsPath = RSPath::CreateRSPath(path); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 333 RSPath rsPath = path; in PaintShadow() local 335 RSRecordingPath rsPath; in PaintShadow() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_overlay_modifier.cpp | 305 RSRecordingPath rsPath; in PaintShadow() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test.cpp | 610 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_decoration_painter.cpp | 727 RSRecordingPath rsPath; in DrawingCreatePath() local 768 DrawingCreateInset( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateInset() argument 799 DrawingCreateCircle( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateCircle() argument 818 DrawingCreateEllipse( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateEllipse() argument 840 DrawingCreatePolygon( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreatePolygon() argument 857 DrawingCreatePath( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreatePath() argument 876 DrawingCreateRect( const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) DrawingCreateRect() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 909 Drawing::Path RSPropertyDrawableUtils::CreateShadowPath(const std::shared_ptr<RSPath> rsPath, in CreateShadowPath() argument
|