/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | text_types.h | 32 W200 = 1, // weight value 200. enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | utils.cpp | 27 } else if (weight == FontWeight::W200) { in GetTextStyleInJson()
|
H A D | textarea_composed_element.cpp | 107 } else if (weight == FontWeight::W200) { in GetPlaceholderFont() 186 } else if (weight == FontWeight::W200) { in GetTextFontWeight()
|
H A D | textinput_composed_element.cpp | 111 } else if (weight == FontWeight::W200) { in GetPlaceholderFont() 182 } else if (weight == FontWeight::W200) { in GetTextInputFontWeight()
|
H A D | utils.h | 445 { FontWeight::W200, "200" }, in ConvertWrapFontWeightToStirng() 469 { "FontWeight.200", FontWeight::W200 }, in ConvertWrapStringToFontWeight()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography_types.h | 66 W200, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_text_style.h | 29 W200, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
H A D | typography_types.h | 54 W200 = 1, // weight value 200. enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing_prop_convertor.cpp | 114 case FontWeight::W200: in ToRSFontWeight() 115 rsFontWeight = RSFontWeight::W200; in ToRSFontWeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | text_style.h | 38 W200, enumerator 831 { "200", FontWeight::W200 }, 870 { FontWeight::W100, "100" }, { FontWeight::W200, "200" }, { FontWeight::W300, "300" }, in FontWeightToString()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_base.cpp | 265 textContentModifier.SetFontWeight(Ace::FontWeight::W200); in SetContentModifier() 297 textLayoutProperty->UpdateFontWeight(Ace::FontWeight::W200); in UpdateTextLayoutProperty()
|
H A D | text_testsix_ng.cpp | 51 fontStyle->UpdateFontWeight(Ace::FontWeight::W200);
|
H A D | span_test_ng.cpp | 963 symbolSpanModelNG.SetFontWeight(FontWeight::W200); 964 EXPECT_EQ(spanNode->GetFontWeight().value(), FontWeight::W200);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/ |
H A D | drawing_prop_convertor_test_ng.cpp | 254 case FontWeight::W200: 255 EXPECT_EQ(retFontWeight, RSFontWeight::W200);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/ |
H A D | marquee_test_ng.cpp | 1111 marqueeModel.SetFontWeight(Ace::FontWeight::W200); 1112 EXPECT_EQ(marqueeLayoutProperty->GetFontWeight(), Ace::FontWeight::W200); 1174 marqueeModel.SetFontWeight(&frameNode, Ace::FontWeight::W200); 1175 EXPECT_EQ(marqueeLayoutProperty->GetFontWeight(), Ace::FontWeight::W200); 1259 marqueeLayoutProperty->UpdateFontWeight(Ace::FontWeight::W200); 1267 EXPECT_EQ(textLayoutProperty->GetFontWeight().value(), Ace::FontWeight::W200);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_symbol_glyph_modifier.cpp | 40 {200, FontWeight::W200}, in ConvertIntToFontWeight()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/ |
H A D | js_fontdescriptor.cpp | 26 {200, static_cast<int>(FontWeight::W200)},
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/ |
H A D | text_enum_napi.cpp | 48 { "W200", static_cast<size_t>(FontWeight::W200) },
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 1170 Font otherFont { FontWeight::W200, Dimension(12), OHOS::Ace::FontStyle::ITALIC, fontFamilies }; 1172 EXPECT_EQ(textFieldLayoutProperty->GetPlaceholderFontWeight(), FontWeight::W200); 1194 Font otherFont { FontWeight::W200, Dimension(12), OHOS::Ace::FontStyle::ITALIC, fontFamilies }; 1196 EXPECT_EQ(textFieldLayoutProperty->GetFontWeight(), FontWeight::W200); 1257 … Font otherFont { FontWeight::W200, Dimension(12), OHOS::Ace::FontStyle::ITALIC, fontFamilies }; in __anonc0046c010702() 1259 EXPECT_EQ(textFieldLayoutProperty->GetFontWeight(), FontWeight::W200); in __anonc0046c010702()
|
H A D | search_testtwo_ng.cpp | 1038 font.fontWeight = FontWeight::W200; 1042 EXPECT_EQ(textFieldLayoutProperty->GetPlaceholderFontWeight(), FontWeight::W200); 1111 font.fontWeight = FontWeight::W200; 1115 EXPECT_EQ(textFieldLayoutProperty->GetFontWeight(), FontWeight::W200);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | constants_converter.cpp | 52 case FontWeight::W200: in ConvertTxtFontWeight() 97 case FontWeight::W200: in ConvertTxtFontWeight() 98 convertValue = Rosen::FontWeight::W200; in ConvertTxtFontWeight()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 264 EXPECT_EQ(ConvertToOriginalText(txtStyle)->fontWeight_, FontWeight::W200); 266 EXPECT_EQ(ConvertToOriginalText(txtStyle)->fontWeight, FontWeight::W200); 939 EXPECT_EQ(ConvertToOriginalText(typoStyle)->fontWeight_, FontWeight::W200); 941 EXPECT_EQ(ConvertToOriginalText(typoStyle)->fontWeight, FontWeight::W200); 1084 EXPECT_EQ(ConvertToOriginalText(typoStyle)->lineStyleFontWeight_, FontWeight::W200); 1086 EXPECT_EQ(ConvertToOriginalText(typoStyle)->lineStyleFontWeight, FontWeight::W200);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_content_modifier.cpp | 32 FontWeight::W200,
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | span_to_html.cpp | 57 { FontWeight::W200, "200" }, in FontWeightToHtml()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 221 rosenFontWeight = FontWeight::W200; in GetFontWeight() 1766 fontWeight = FontWeight::W200; in OH_Drawing_SetTypographyTextFontWeight() 1874 fontWeight = FontWeight::W200; in OH_Drawing_SetTypographyTextLineStyleFontWeight() 3580 fontWeight = FontWeight::W200; in GetFontWeight()
|