Home
last modified time | relevance | path

Searched refs:W200 (Results 1 – 25 of 44) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dtext_types.h32 W200 = 1, // weight value 200. enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.cpp27 } else if (weight == FontWeight::W200) { in GetTextStyleInJson()
H A Dtextarea_composed_element.cpp107 } else if (weight == FontWeight::W200) { in GetPlaceholderFont()
186 } else if (weight == FontWeight::W200) { in GetTextFontWeight()
H A Dtextinput_composed_element.cpp111 } else if (weight == FontWeight::W200) { in GetPlaceholderFont()
182 } else if (weight == FontWeight::W200) { in GetTextInputFontWeight()
H A Dutils.h445 { 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 Dtypography_types.h66 W200, enumerator
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_text_style.h29 W200, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
H A Dtypography_types.h54 W200 = 1, // weight value 200. enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_prop_convertor.cpp114 case FontWeight::W200: in ToRSFontWeight()
115 rsFontWeight = RSFontWeight::W200; in ToRSFontWeight()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtext_style.h38 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 Dtext_base.cpp265 textContentModifier.SetFontWeight(Ace::FontWeight::W200); in SetContentModifier()
297 textLayoutProperty->UpdateFontWeight(Ace::FontWeight::W200); in UpdateTextLayoutProperty()
H A Dtext_testsix_ng.cpp51 fontStyle->UpdateFontWeight(Ace::FontWeight::W200);
H A Dspan_test_ng.cpp963 symbolSpanModelNG.SetFontWeight(FontWeight::W200);
964 EXPECT_EQ(spanNode->GetFontWeight().value(), FontWeight::W200);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Ddrawing_prop_convertor_test_ng.cpp254 case FontWeight::W200:
255 EXPECT_EQ(retFontWeight, RSFontWeight::W200);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/marquee/
H A Dmarquee_test_ng.cpp1111 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 Dnode_symbol_glyph_modifier.cpp40 {200, FontWeight::W200}, in ConvertIntToFontWeight()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontdescriptor_napi/src/
H A Djs_fontdescriptor.cpp26 {200, static_cast<int>(FontWeight::W200)},
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/
H A Dtext_enum_napi.cpp48 { "W200", static_cast<size_t>(FontWeight::W200) },
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp1170 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 Dsearch_testtwo_ng.cpp1038 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 Dconstants_converter.cpp52 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 Ddrawing_text_typography_test.cpp264 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 Dtext_field_content_modifier.cpp32 FontWeight::W200,
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/html/
H A Dspan_to_html.cpp57 { FontWeight::W200, "200" }, in FontWeightToHtml()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp221 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()

12