Home
last modified time | relevance | path

Searched defs:rsPath (Results 1 – 16 of 16) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
Drs_path_test.cpp57 auto rsPath = RSPath::CreateRSPath(); variable
69 auto rsPath = RSPath::CreateRSPath(path1); variable
80 auto rsPath = RSPath::CreateRSPath(); variable
93 auto rsPath = RSPath::CreateRSPath(path); variable
106 auto rsPath = RSPath::CreateRSPath(path); variable
118 RSPath rsPath; variable
131 auto rsPath = RSPath::CreateRSPath(); variable
144 auto rsPath = RSPath::CreateRSPath(); variable
158 RSPath rsPath; variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
Drs_marshalling_test.cpp178 std::shared_ptr<RSPath> rsPath; variable
448 auto rsPath = RSPath::CreateRSPath(path); variable
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
Dsvg_node.cpp70 auto rsPath = refSvgNode->AsPath(viewPort); in AsClipPathCommands() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_path.cpp33 auto rsPath = std::make_shared<RSPath>(); in CreateRSPath() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
Drs_properties_painter_test.cpp232 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
253 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
350 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
371 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
685 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
1477 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/
Drspath_fuzzer.cpp35 auto rsPath = std::make_shared<RSPath>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_decoration_painter.cpp727 RSRecordingPath rsPath; in DrawingCreatePath() local
769 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateInset()
800 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateCircle()
819 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateEllipse()
841 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePolygon()
858 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePath()
877 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateRect()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
Dtext_drag_overlay_modifier.cpp50 RSRecordingPath rsPath; in PaintShadow() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dsk_painter.cpp264 RSPath rsPath; in DrawPath() local
Drosen_render_context.cpp4645 auto rsPath = DrawingDecorationPainter::DrawingCreatePath(basicShape, frameSize); local
4676 auto rsPath = DrawingDecorationPainter::DrawingCreatePath(basicShape, frameSize); local
4740 RSRecordingPath rsPath; local
4754 RSRecordingPath rsPath; local
4777 RSRecordingPath rsPath; local
4785 RSRecordingPath rsPath; local
4793 RSRecordingPath rsPath; local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_paint_method.cpp319 RSPath rsPath = path; in PaintShadow() local
321 RSRecordingPath rsPath; in PaintShadow() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
Drs_animation_test.cpp368 std::shared_ptr<RSPath> rsPath= RSPath::CreateRSPath(path); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
Drich_editor_drag_overlay_modifier.cpp305 RSRecordingPath rsPath; in PaintShadow() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
Drs_property_drawable_utils_test.cpp55 std::shared_ptr<RSPath> rsPath = RSPath::CreateRSPath(path); variable
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
Drs_render_node_test.cpp607 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
Drs_property_drawable_utils.cpp929 Drawing::Path RSPropertyDrawableUtils::CreateShadowPath(const std::shared_ptr<RSPath> rsPath, in CreateShadowPath()