/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.h | 39 static void GetFontContent(const JSCallbackInfo& args, std::optional<Dimension>& fontSize,
|
H A D | js_tab_content.h | 68 static void GetFontContent(JSRef<JSVal> font, LabelStyle& labelStyle, bool isSubTabStyle);
|
H A D | js_button.h | 64 static void GetFontContent(JSRef<JSVal>& font, ButtonParameters& buttonParameters);
|
H A D | js_indicator.cpp | 111 void JSIndicator::GetFontContent(const JSRef<JSVal>& font, bool isSelected, SwiperDigitalParameters& digitalParameters) in GetFontContent() function in OHOS::OHOS::Ace::Framework::JSIndicator 266 GetFontContent(digitFontValue, false, digitalParameters); in GetDigitIndicatorInfo() 269 GetFontContent(selectedDigitFontValue, true, digitalParameters); in GetDigitIndicatorInfo()
|
H A D | js_indicator.h | 40 static void GetFontContent(const JSRef<JSVal>& font, bool isSelected, SwiperDigitalParameters& digitalParameters);
|
H A D | js_swiper.h | 60 static void GetFontContent(const JSRef<JSVal>& font, bool isSelected, SwiperDigitalParameters& digitalParameters);
|
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::OHOS::Ace::Framework::JSIndexer
|
H A D | js_tab_content.cpp | 245 void JSTabContent::GetFontContent(const JSRef<JSVal> font, LabelStyle& labelStyle, bool isSubTabStyle) in GetFontContent() function in OHOS::OHOS::Ace::Framework::JSTabContent 323 GetFontContent(font, labelStyle, isSubTabStyle); in SetLabelStyle()
|
H A D | js_button.cpp | 246 void JSButton::GetFontContent(JSRef<JSVal>& font, ButtonParameters& buttonParameters) in GetFontContent() function in OHOS::OHOS::Ace::Framework::JSButton 348 GetFontContent(font, buttonParameters); in SetLableStyle()
|
H A D | js_swiper.cpp | 376 void JSSwiper::GetFontContent(const JSRef<JSVal>& font, bool isSelected, SwiperDigitalParameters& digitalParameters) 573 GetFontContent(digitFontValue, false, digitalParameters); 576 GetFontContent(selectedDigitFontValue, true, digitalParameters);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 325 void GetFontContent( in GetFontContent() function 398 GetFontContent(digitFontSize, digitFontWeight, false, digitalParameters); in GetDigitIndicatorInfo() 399 GetFontContent(selectedDigitFontSize, selectedDigitFontWeight, true, digitalParameters); in GetDigitIndicatorInfo()
|