/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_font_style.cpp | 54 int TexgineFontStyle::GetWeight() const in GetWeight() function in OHOS::Rosen::TextEngine::TexgineFontStyle 59 return fontStyle_->GetWeight(); in GetWeight()
|
H A D | texgine_font_style.h | 58 int GetWeight() const;
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyle_fuzzer/ |
H A D | fontstyle_fuzzer.cpp | 50 fontStyleOne.GetWeight(); in FontStyleFuzzTest() 51 fontStyleTwo.GetWeight(); in FontStyleFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/ |
H A D | font_style.h | 82 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 D | intf_animation_system.h | 66 virtual float GetWeight() const = 0;
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_playback.h | 45 float GetWeight() const override;
|
H A D | animation_playback.cpp | 99 float AnimationPlayback::GetWeight() const in GetWeight() function in AnimationPlayback
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_parser.cpp | 307 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 D | calendar_picker_layout_property.h | 83 font->Put("weight", V2::ConvertWrapFontWeightToStirng(GetWeight().value_or(FontWeight::NORMAL)).c_str());
|
H A D | calendar_picker_pattern.cpp | 1245 textLayoutProperty->UpdateFontWeight(layoutProperty->GetWeight().value()); in FlushTextStyle()
|
H A D | calendar_picker_model_ng.cpp | 462 calendarPickerProperty->HasWeight() ? calendarPickerProperty->GetWeight() : FontWeight::NORMAL; in GetTextStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_row_layout_property.h | 86 normalFont->Put("weight", V2::ConvertWrapFontWeightToStirng(GetWeight().value_or(FontWeight::NORMAL)).c_str());
|
H A D | datepicker_column_pattern.cpp | 507 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 D | timepicker_layout_property.h | 79 normalFont->Put("weight", V2::ConvertWrapFontWeightToStirng(GetWeight().value_or(FontWeight::NORMAL)).c_str());
|
H A D | timepicker_column_pattern.cpp | 541 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 D | skia_convert_utils.h | 111 skFontStyle = SkFontStyle{fontStyle.GetWeight(), fontStyle.GetWidth(), in DrawingFontStyleCastToSkFontStyle()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_layout_property.h | 131 normalFont->Put("weight", V2::ConvertWrapFontWeightToStirng(GetWeight().value_or(FontWeight::NORMAL)).c_str());
|
H A D | textpicker_column_pattern.cpp | 744 textPickerLayoutProperty->GetWeight().value_or(pickerTheme->GetOptionStyle(false, false).GetFontWeight())); in UpdateCandidateTextProperties()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font_mgr.cpp | 250 fontStyleStruct.weight = static_cast<OH_Drawing_FontWeight>(tempFontStyle.GetWeight());
in OH_Drawing_FontStyleSetGetStyle()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_update.cpp | 1256 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 D | date_picker_test_ng.cpp | 383 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 D | paragraph_impl.cpp | 305 txt.fontWeight = GetTxtFontWeight(skStyle.getFontStyle().GetWeight()); in SkStyleToTextStyle()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_test_ng.cpp | 858 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 D | time_picker_test_ng.cpp | 382 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetWeight().value()); in HWTEST_F()
|