Searched refs:OUTSIDE (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_arc_label_unit_test.cpp | 198 arcLabel_->SetArcTextOrientation(TextOrientation::OUTSIDE); 200 TextOrientation::OUTSIDE);
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/ |
H A D | ui_test_arc_label.cpp | 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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_def.h | 63 OUTSIDE, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/ |
H A D | rs_node_command_test.cpp | 268 OutOfParentType outOfParent = OutOfParentType::OUTSIDE;
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 161 OUTSIDE, enumerator
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/ |
H A D | typed_text.cpp | 155 static_cast<float>((orientation == TextOrientation::OUTSIDE) ? (radius + height) : radius); in GetAngleForArcLen()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 6729 outOfParent = OutOfParentType::OUTSIDE;
|