Home
last modified time | relevance | path

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 Dtext_tdd_test.cpp230 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 Dui_test_arc_label.cpp134 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 Dstyle_unit_test.cpp332 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 Dstyle.cpp104 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 Dstyle.h85 STYLE_LETTER_SPACE, enumerator
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtext_component.cpp229 label.SetStyle(STYLE_LETTER_SPACE, (int16_t)GetStylePixelValue(styleItem)); in SetTextLetterSpace()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-common-guide.md274 label->SetStyle(STYLE_LETTER_SPACE, 5);
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_dump_dom_tree/
H A Dui_test_dump_dom.cpp409 label3->SetStyle(STYLE_LETTER_SPACE, 30); // 30: letter space in UIKitTestDumpDom005()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp221 label->SetStyle(STYLE_LETTER_SPACE, 30); // 30: space in CreateTestCaseUIArcLabel()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp669 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 Dsubsys-graphics-common-guide.md434 label->SetStyle(STYLE_LETTER_SPACE, 5);