Searched refs:STYLE_LETTER_SPACE (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | text_tdd_test.cpp | 230 if (uilabelView->GetStyle(STYLE_LETTER_SPACE) == expectLetterSpacingValue) { in ComponentTextStyleSetLetterSpacingTest004() 235 EXPECT_EQ(uilabelView->GetStyle(STYLE_LETTER_SPACE), expectLetterSpacingValue); in ComponentTextStyleSetLetterSpacingTest004() 244 if (uilabelView->GetStyle(STYLE_LETTER_SPACE) == expectLetterSpacingValue2) { in ComponentTextStyleSetLetterSpacingTest004() 249 EXPECT_EQ(uilabelView->GetStyle(STYLE_LETTER_SPACE), expectLetterSpacingValue2); in ComponentTextStyleSetLetterSpacingTest004() 257 if (uilabelView->GetStyle(STYLE_LETTER_SPACE) != expectLetterSpacingValue3) { in ComponentTextStyleSetLetterSpacingTest004() 262 EXPECT_NE(uilabelView->GetStyle(STYLE_LETTER_SPACE), expectLetterSpacingValue3); in ComponentTextStyleSetLetterSpacingTest004()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_arc_label/ |
H A D | ui_test_arc_label.cpp | 134 label->SetStyle(STYLE_LETTER_SPACE, 10); // 10: space in TestArcLabelDisplay() 342 label->SetStyle(STYLE_LETTER_SPACE, 6); // 6: space in UIKitUIArcLabelTestAlign001() 368 label->SetStyle(STYLE_LETTER_SPACE, 6); // 6: space in UIKitUIArcLabelTestAlign002() 394 label->SetStyle(STYLE_LETTER_SPACE, 6); // 6: space in UIKitUIArcLabelTestAlign003()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/test/ |
H A D | style_unit_test.cpp | 332 style_->SetStyle(STYLE_LETTER_SPACE, letterSpace); 333 EXPECT_EQ(style_->GetStyle(STYLE_LETTER_SPACE), letterSpace);
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | style.cpp | 104 case STYLE_LETTER_SPACE: in GetStyle() 180 case STYLE_LETTER_SPACE: in SetStyle()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | style.h | 85 STYLE_LETTER_SPACE, enumerator
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | text_component.cpp | 229 label.SetStyle(STYLE_LETTER_SPACE, (int16_t)GetStylePixelValue(styleItem)); in SetTextLetterSpace()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-common-guide.md | 274 label->SetStyle(STYLE_LETTER_SPACE, 5);
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/ |
H A D | ui_test_dump_dom.cpp | 409 label3->SetStyle(STYLE_LETTER_SPACE, 30); // 30: letter space in UIKitTestDumpDom005()
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/ |
H A D | ui_test_opacity.cpp | 221 label->SetStyle(STYLE_LETTER_SPACE, 30); // 30: space in CreateTestCaseUIArcLabel()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 669 label->SetStyle(STYLE_LETTER_SPACE, fontStyle.letterSpace); in DrawLabel() 1452 drawStyle.SetStyle(STYLE_LETTER_SPACE, fontStyle.letterSpace); in MeasureText() 1511 drawStyle.SetStyle(STYLE_LETTER_SPACE, textParam->fontStyle.letterSpace); in DoDrawText()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-common-guide.md | 434 label->SetStyle(STYLE_LETTER_SPACE, 5);
|