Home
last modified time | relevance | path

Searched refs:SetSelectedFont (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_model_ng.h32 void SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight,
70 static void SetSelectedFont(FrameNode* frameNode, std::optional<Dimension>& fontSize,
H A Dindexer_model.h44 …virtual void SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWe…
H A Dindexer_model_ng.cpp94 void IndexerModelNG::SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>&… in SetSelectedFont() function in OHOS::Ace::NG::IndexerModelNG
397 void IndexerModelNG::SetSelectedFont(FrameNode* frameNode, std::optional<Dimension>& fontSize, in SetSelectedFont() function in OHOS::Ace::NG::IndexerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indexer.h36 static void SetSelectedFont(const JSCallbackInfo& args);
H A Djs_indexer.cpp182 void JSIndexer::SetSelectedFont(const JSCallbackInfo& args) in SetSelectedFont() function in OHOS::Ace::Framework::JSIndexer
194 IndexerModel::GetInstance()->SetSelectedFont(fontSize, fontWeight, fontFamily, fontStyle); in SetSelectedFont()
565 JSClass<JSIndexer>::StaticMethod("selectedFont", &JSIndexer::SetSelectedFont); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dalphabet_indexer_modifier.cpp65 void SetSelectedFont(ArkUINodeHandle node, const char* fontInfo, int32_t style) in SetSelectedFont() function
80 IndexerModelNG::SetSelectedFont(frameNode, fontSize, fontWeight, fontFamily, fontStyle); in SetSelectedFont()
96 IndexerModelNG::SetSelectedFont(frameNode, fontSize, fontWeight, fontFamily, fontStyle); in ResetSelectedFont()
554 …st ArkUIAlphabetIndexerModifier modifier = { SetPopupItemFont, ResetPopupItemFont, SetSelectedFont, in GetAlphabetIndexerModifier()
572 …nst CJUIAlphabetIndexerModifier modifier = { SetPopupItemFont, ResetPopupItemFont, SetSelectedFont, in GetCJUIAlphabetIndexerModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dindexer_model_impl.h31 void SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight>& fontWeight,
H A Dindexer_model_impl.cpp96 void IndexerModelImpl::SetSelectedFont(std::optional<Dimension>& fontSize, std::optional<FontWeight… in SetSelectedFont() function in OHOS::Ace::Framework::IndexerModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_alphabet_indexer_bridge.h26 static ArkUINativeModuleValue SetSelectedFont(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_alphabet_indexer_bridge.cpp80 ArkUINativeModuleValue AlphabetIndexerBridge::SetSelectedFont(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetSelectedFont() function in OHOS::Ace::NG::AlphabetIndexerBridge
H A Darkts_native_api_impl_bridge.cpp4300 … panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), AlphabetIndexerBridge::SetSelectedFont)); in RegisterAlphabetIndexerAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_alphabet_indexer_ffi.cpp72 IndexerModel::GetInstance()->SetSelectedFont(fontSize, fontWeight, fontFamily, fontStyle); in FfiOHOSAceFrameworkAlphabetIndexerSelectedFont()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp248 model.SetSelectedFont(fontSize, fontWeight, fontFamily, fontStyle);
336 model.SetSelectedFont(fontSize, fontWeight, fontFamily, fontStyle);