Home
last modified time | relevance | path

Searched refs:GetFontContent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.h68 static void GetFontContent(JSRef<JSVal> font, LabelStyle& labelStyle, bool isSubTabStyle);
H A Djs_indexer.h39 static void GetFontContent(const JSCallbackInfo& args, std::optional<Dimension>& fontSize,
H A Djs_indexer.cpp192 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 Djs_button.h64 static void GetFontContent(JSRef<JSVal>& font, ButtonParameters& buttonParameters);
H A Djs_swiper.h60 …static void GetFontContent(const JSRef<JSVal>& font, bool isSelected, SwiperDigitalParameters& dig…
H A Djs_button.cpp215 void JSButton::GetFontContent(JSRef<JSVal>& font, ButtonParameters& buttonParameters) in GetFontContent() function in OHOS::Ace::Framework::JSButton
317 GetFontContent(font, buttonParameters); in SetLableStyle()
H A Djs_tab_content.cpp245 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 Djs_swiper.cpp375 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 Dnode_swiper_modifier.cpp339 void GetFontContent( in GetFontContent() function
412 GetFontContent(digitFontSize, digitFontWeight, false, digitalParameters); in GetDigitIndicatorInfo()
413 GetFontContent(selectedDigitFontSize, selectedDigitFontWeight, true, digitalParameters); in GetDigitIndicatorInfo()