/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tab_content.h | 68 static void GetFontContent(JSRef<JSVal> font, LabelStyle& labelStyle, bool isSubTabStyle);
|
H A D | js_indexer.h | 39 static void GetFontContent(const JSCallbackInfo& args, std::optional<Dimension>& fontSize,
|
H A D | js_indexer.cpp | 192 GetFontContent(args, fontSize, fontWeight, fontFamily, fontStyle); in SetSelectedFont() 207 GetFontContent(args, fontSize, fontWeight, fontFamily, fontStyle); in SetPopupFont() 222 GetFontContent(args, fontSize, fontWeight, fontFamily, fontStyle); in SetFont() 282 void JSIndexer::GetFontContent(const JSCallbackInfo& args, std::optional<Dimension>& fontSize, in GetFontContent() function in OHOS::Ace::Framework::JSIndexer
|
H A D | js_button.h | 64 static void GetFontContent(JSRef<JSVal>& font, ButtonParameters& buttonParameters);
|
H A D | js_swiper.h | 60 …static void GetFontContent(const JSRef<JSVal>& font, bool isSelected, SwiperDigitalParameters& dig…
|
H A D | js_button.cpp | 215 void JSButton::GetFontContent(JSRef<JSVal>& font, ButtonParameters& buttonParameters) in GetFontContent() function in OHOS::Ace::Framework::JSButton 317 GetFontContent(font, buttonParameters); in SetLableStyle()
|
H A D | js_tab_content.cpp | 245 void JSTabContent::GetFontContent(const JSRef<JSVal> font, LabelStyle& labelStyle, bool isSubTabSty… in GetFontContent() function in OHOS::Ace::Framework::JSTabContent 323 GetFontContent(font, labelStyle, isSubTabStyle); in SetLabelStyle()
|
H A D | js_swiper.cpp | 375 void JSSwiper::GetFontContent(const JSRef<JSVal>& font, bool isSelected, SwiperDigitalParameters& d… in GetFontContent() function in OHOS::Ace::Framework::JSSwiper 568 GetFontContent(digitFontValue, false, digitalParameters); in GetDigitIndicatorInfo() 571 GetFontContent(selectedDigitFontValue, true, digitalParameters); in GetDigitIndicatorInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 339 void GetFontContent( in GetFontContent() function 412 GetFontContent(digitFontSize, digitFontWeight, false, digitalParameters); in GetDigitIndicatorInfo() 413 GetFontContent(selectedDigitFontSize, selectedDigitFontWeight, true, digitalParameters); in GetDigitIndicatorInfo()
|