Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_marshalling_test.cpp178 std::shared_ptr<RSPath> rsPath; variable
448 auto rsPath = RSPath::CreateRSPath(path); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_node.cpp70 auto rsPath = refSvgNode->AsPath(viewPort); in AsClipPathCommands() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_path.cpp33 auto rsPath = std::make_shared<RSPath>(); in CreateRSPath() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/
H A Drspath_fuzzer.cpp35 auto rsPath = std::make_shared<RSPath>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_overlay_modifier.cpp50 RSRecordingPath rsPath; in PaintShadow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp264 RSPath rsPath; in DrawPath() local
H A Drosen_render_context.cpp4616 auto rsPath = DrawingDecorationPainter::DrawingCreatePath(basicShape, frameSize); local
4647 auto rsPath = DrawingDecorationPainter::DrawingCreatePath(basicShape, frameSize); local
4711 RSRecordingPath rsPath; local
4725 RSRecordingPath rsPath; local
4748 RSRecordingPath rsPath; local
4756 RSRecordingPath rsPath; local
4764 RSRecordingPath rsPath; local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp319 RSPath rsPath = path; in PaintShadow() local
321 RSRecordingPath rsPath; in PaintShadow() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/test/unittest/animation/
H A Drs_animation_test.cpp368 std::shared_ptr<RSPath> rsPath= RSPath::CreateRSPath(path); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.cpp305 RSRecordingPath rsPath; in PaintShadow() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp55 std::shared_ptr<RSPath> rsPath = RSPath::CreateRSPath(path); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp607 std::shared_ptr<RSPath> rsPath = std::make_shared<RSPath>(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp948 Drawing::Path RSPropertyDrawableUtils::CreateShadowPath(const std::shared_ptr<RSPath> rsPath, in CreateShadowPath()
/ohos5.0/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp2902 auto rsPath = Rosen::RSPath::CreateRSPath(filterInfo.path); in Draw() local