Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
Drs_properties_painter_test.cpp112 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
132 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
222 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
242 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
336 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
429 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_path.cpp42 auto rsPath = std::make_shared<RSPath>(); in CreateRSPath() local
49 auto rsPath = std::make_shared<RSPath>(); in CreateRSPath() local
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
Dsvg_node.cpp73 auto rsPath = refSvgNode->AsPath(viewPort); in AsClipPathCommands() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dsk_painter.cpp150 RSPath rsPath; in DrawPath() local
Drosen_render_context.cpp2810 auto rsPath = DrawingDecorationPainter::DrawingCreatePath(basicShape, frameSize); local
2846 auto rsPath = DrawingDecorationPainter::DrawingCreatePath(basicShape, frameSize); local
2905 RSRecordingPath rsPath; local
2919 RSRecordingPath rsPath; local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_decoration_painter.cpp728 RSRecordingPath rsPath; in DrawingCreatePath() local
770 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateInset()
801 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateCircle()
820 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateEllipse()
842 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePolygon()
859 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreatePath()
878 … const RefPtr<BasicShape>& basicShape, const SizeF& size, const OffsetF& position, RSPath& rsPath) in DrawingCreateRect()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
Drs_marshalling_test.cpp214 std::shared_ptr<RSPath> rsPath; variable
576 auto rsPath = RSPath::CreateRSPath(path); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_paint_method.cpp202 RSPath rsPath = path; in PaintShadow() local
204 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