Home
last modified time | relevance | path

Searched refs:INSIDE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_arc_label_unit_test.cpp195 arcLabel_->SetArcTextOrientation(TextOrientation::INSIDE);
197 TextOrientation::INSIDE);
/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()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_arc_label.cpp149 orientation_(TextOrientation::INSIDE)
344 …arcTextInfo_.radius = ((orientation_ == TextOrientation::INSIDE) ? radius_ : (radius_ - letterHeig… in MeasureArcTextInfo()
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp96 … bool xorFlag = (orientation == TextOrientation::INSIDE) ^ (arcTextInfo.direct == TEXT_DIRECT_LTR); in GetArcTextRect()
131 (orientation == TextOrientation::INSIDE) ? angle : (angle - SEMICIRCLE_IN_DEGREE); in GetArcTextRect()
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp172 bool orientationFlag = (orientation == TextOrientation::INSIDE); in DrawArcText()
237 … rotateAngle = (orientation == TextOrientation::INSIDE) ? angle : (angle - SEMICIRCLE_IN_DEGREE); in CalculateAngle()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h159 INSIDE, enumerator