Home
last modified time | relevance | path

Searched refs:TestArcLabelDisplay (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/
H A Dui_test_arc_label.cpp93 TestArcLabelDisplay(title, 0, 270, TextOrientation::INSIDE, VIEW_DISTANCE_TO_LEFT_SIDE, in UIKitUIArcLabelTestDisplay001()
101 TestArcLabelDisplay(title, 0, -270, TextOrientation::INSIDE, VIEW_DISTANCE_TO_LEFT_SIDE, 100); in UIKitUIArcLabelTestDisplay002()
108 TestArcLabelDisplay(title, 0, 270, TextOrientation::OUTSIDE, VIEW_DISTANCE_TO_LEFT_SIDE, 200); in UIKitUIArcLabelTestDisplay003()
115 TestArcLabelDisplay(title, 0, -270, TextOrientation::OUTSIDE, VIEW_DISTANCE_TO_LEFT_SIDE, 300); in UIKitUIArcLabelTestDisplay004()
118 void UITestArcLabel::TestArcLabelDisplay(const char* title, in TestArcLabelDisplay() function in OHOS::UITestArcLabel
H A Dui_test_arc_label.h95 void TestArcLabelDisplay(const char* title, const int16_t startAngle, const int16_t endAngle,