Home
last modified time | relevance | path

Searched refs:SetFontFeature (Results 1 - 25 of 56) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_clock_modifier.cpp152 void SetFontFeature(ArkUINodeHandle node, ArkUI_CharPtr value) in SetFontFeature() function
157 TextClockModelNG::SetFontFeature(frameNode, ParseFontFeatureSettings(strValue)); in SetFontFeature()
165 TextClockModelNG::SetFontFeature(frameNode, ParseFontFeatureSettings(strValue)); in ResetFontFeature()
210 TextClockModifier::SetFontFeature, in GetTextClockModifier()
237 TextClockModifier::SetFontFeature, in GetCJUITextClockModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.h46 void SetFontFeature(const FONT_FEATURES_LIST& value) override;
60 static void SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value);
H A Dtext_clock_model.h42 virtual void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) = 0;
H A Dtext_clock_model_ng.cpp58 void TextClockModelNG::SetFontFeature(const FONT_FEATURES_LIST& value) in SetFontFeature() function in OHOS::Ace::NG::TextClockModelNG
183 void TextClockModelNG::SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value) in SetFontFeature() function in OHOS::Ace::NG::TextClockModelNG
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_clock_model_impl.h37 void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) override {};
H A Dtext_model_impl.h75 void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) override {};
H A Dsearch_model_impl.h77 void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) override {};
H A Dtext_field_model_impl.h97 void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) override {};
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_clock.h36 static void SetFontFeature(const JSCallbackInfo& info);
H A Djs_text_clock.cpp141 JSClass<JSTextClock>::StaticMethod("fontFeature", &JSTextClock::SetFontFeature, opt); in JSBind()
279 void JSTextClock::SetFontFeature(const JSCallbackInfo& info) in SetFontFeature() function in OHOS::OHOS::Ace::Framework::JSTextClock
289 TextClockModel::GetInstance()->SetFontFeature(ParseFontFeatureSettings(fontFeatureSettings)); in SetFontFeature()
H A Djs_text.h86 static void SetFontFeature(const JSCallbackInfo &info);
H A Djs_search.h74 static void SetFontFeature(const JSCallbackInfo& info);
H A Djs_textarea.cpp91 JSClass<JSTextArea>::StaticMethod("fontFeature", &JSTextField::SetFontFeature); in JSBind()
H A Djs_textfield.h122 static void SetFontFeature(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_clock_bridge.h36 static ArkUINativeModuleValue SetFontFeature(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_bridge.h82 static ArkUINativeModuleValue SetFontFeature(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_search_bridge.h54 static ArkUINativeModuleValue SetFontFeature(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_model_ng.h83 void SetFontFeature(const FONT_FEATURES_LIST& value) override;
125 static void SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value);
H A Dtext_model.h150 virtual void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_model_ng.h86 void SetFontFeature(const FONT_FEATURES_LIST& value) override;
135 static void SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value);
H A Dsearch_model.h88 virtual void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.cpp219 TextClockModel::GetInstance()->SetFontFeature(ParseFontFeatureSettings(fontFeatureSettings)); in FfiOHOSAceFrameworkTextClockFontFeature()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_controller_test.cpp737 textFieldModelNG.SetFontFeature(FONT_FEATURE_VALUE_0); in HWTEST_F()
741 TextFieldModelNG::SetFontFeature(frameNode, FONT_FEATURE_VALUE_0); in HWTEST_F()
761 textFieldModelNG.SetFontFeature(FONT_FEATURE_VALUE_1); in HWTEST_F()
765 TextFieldModelNG::SetFontFeature(frameNode, FONT_FEATURE_VALUE_1); in HWTEST_F()
H A Dtext_area_test.cpp1355 textFieldModelNG.SetFontFeature(FONT_FEATURE_VALUE_0); in HWTEST_F()
1359 TextFieldModelNG::SetFontFeature(frameNode, FONT_FEATURE_VALUE_0); in HWTEST_F()
1379 textFieldModelNG.SetFontFeature(FONT_FEATURE_VALUE_1); in HWTEST_F()
1383 TextFieldModelNG::SetFontFeature(frameNode, FONT_FEATURE_VALUE_1); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h107 void SetFontFeature(const FONT_FEATURES_LIST& value) override;
230 static void SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value);

Completed in 16 milliseconds

123