Home
last modified time | relevance | path

Searched refs:GetWeight (Results 1 - 24 of 24) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style.cpp54 int TexgineFontStyle::GetWeight() const in GetWeight() function in OHOS::Rosen::TextEngine::TexgineFontStyle
59 return fontStyle_->GetWeight(); in GetWeight()
H A Dtexgine_font_style.h58 int GetWeight() const;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyle_fuzzer/
H A Dfontstyle_fuzzer.cpp50 fontStyleOne.GetWeight(); in FontStyleFuzzTest()
51 fontStyleTwo.GetWeight(); in FontStyleFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h82 int GetWeight() const { return fValue & 0xFFFF; } in GetWeight() function in OHOS::Rosen::Drawing::FontStyle
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_animation_system.h66 virtual float GetWeight() const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_playback.h45 float GetWeight() const override;
H A Danimation_playback.cpp99 float AnimationPlayback::GetWeight() const in GetWeight() function in AnimationPlayback
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp307 fontDescriptor.weight = fontStyle.GetWeight(); in SetFontDescriptor()
411 desc.weight = fontStyle.GetWeight(); in GetSystemFonts()
432 desc.weight = fontStyle.GetWeight(); in ParserFontDescriptorFromPath()
474 fontDescriptor.weight = fontStyle.GetWeight(); in ParseFontDescriptor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_layout_property.h83 font->Put("weight", V2::ConvertWrapFontWeightToStirng(GetWeight().value_or(FontWeight::NORMAL)).c_str());
H A Dcalendar_picker_pattern.cpp1245 textLayoutProperty->UpdateFontWeight(layoutProperty->GetWeight().value()); in FlushTextStyle()
H A Dcalendar_picker_model_ng.cpp462 calendarPickerProperty->HasWeight() ? calendarPickerProperty->GetWeight() : FontWeight::NORMAL; in GetTextStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_row_layout_property.h86 normalFont->Put("weight", V2::ConvertWrapFontWeightToStirng(GetWeight().value_or(FontWeight::NORMAL)).c_str());
H A Ddatepicker_column_pattern.cpp507 dataPickerRowLayoutProperty->GetWeight().value_or(pickerTheme->GetOptionStyle(false, false).GetFontWeight())); in UpdateCandidateTextProperties()
509 dataPickerRowLayoutProperty->GetWeight().value_or(pickerTheme->GetOptionStyle(false, false).GetFontWeight()); in UpdateCandidateTextProperties()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_layout_property.h79 normalFont->Put("weight", V2::ConvertWrapFontWeightToStirng(GetWeight().value_or(FontWeight::NORMAL)).c_str());
H A Dtimepicker_column_pattern.cpp541 timePickerLayoutProperty->GetWeight().value_or(pickerTheme->GetOptionStyle(false, false).GetFontWeight())); in UpdateCandidateTextProperties()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_convert_utils.h111 skFontStyle = SkFontStyle{fontStyle.GetWeight(), fontStyle.GetWidth(), in DrawingFontStyleCastToSkFontStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_layout_property.h131 normalFont->Put("weight", V2::ConvertWrapFontWeightToStirng(GetWeight().value_or(FontWeight::NORMAL)).c_str());
H A Dtextpicker_column_pattern.cpp744 textPickerLayoutProperty->GetWeight().value_or(pickerTheme->GetOptionStyle(false, false).GetFontWeight())); in UpdateCandidateTextProperties()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp250 fontStyleStruct.weight = static_cast<OH_Drawing_FontWeight>(tempFontStyle.GetWeight()); in OH_Drawing_FontStyleSetGetStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp1256 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetWeight().value()); in HWTEST_F()
1272 EXPECT_EQ(Ace::FontWeight::MEDIUM, pickerProperty->GetWeight().value()); in HWTEST_F()
1287 EXPECT_EQ(Ace::FontWeight::MEDIUM, pickerProperty->GetWeight().value()); in HWTEST_F()
1871 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetWeight().value()); in HWTEST_F()
1887 EXPECT_EQ(Ace::FontWeight::MEDIUM, pickerProperty->GetWeight().value()); in HWTEST_F()
1902 EXPECT_EQ(Ace::FontWeight::MEDIUM, pickerProperty->GetWeight().value()); in HWTEST_F()
H A Ddate_picker_test_ng.cpp383 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetWeight().value()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp305 txt.fontWeight = GetTxtFontWeight(skStyle.getFontStyle().GetWeight()); in SkStyleToTextStyle()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp858 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetWeight().value()); in HWTEST_F()
1086 EXPECT_EQ(FontWeight::REGULAR, pickerProperty->GetWeight().value()); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_test_ng.cpp382 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetWeight().value()); in HWTEST_F()

Completed in 62 milliseconds