/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | text_clock_modifier.cpp | 152 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 D | text_clock_model_ng.h | 46 void SetFontFeature(const FONT_FEATURES_LIST& value) override; 60 static void SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value);
|
H A D | text_clock_model.h | 42 virtual void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) = 0;
|
H A D | text_clock_model_ng.cpp | 58 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 D | text_clock_model_impl.h | 37 void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) override {};
|
H A D | text_model_impl.h | 75 void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) override {};
|
H A D | search_model_impl.h | 77 void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) override {};
|
H A D | text_field_model_impl.h | 97 void SetFontFeature(const std::list<std::pair<std::string, int32_t>>& value) override {};
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_text_clock.h | 36 static void SetFontFeature(const JSCallbackInfo& info);
|
H A D | js_text_clock.cpp | 141 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 D | js_text.h | 86 static void SetFontFeature(const JSCallbackInfo &info);
|
H A D | js_search.h | 74 static void SetFontFeature(const JSCallbackInfo& info);
|
H A D | js_textarea.cpp | 91 JSClass<JSTextArea>::StaticMethod("fontFeature", &JSTextField::SetFontFeature); in JSBind()
|
H A D | js_textfield.h | 122 static void SetFontFeature(const JSCallbackInfo& info);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_clock_bridge.h | 36 static ArkUINativeModuleValue SetFontFeature(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 82 static ArkUINativeModuleValue SetFontFeature(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_search_bridge.h | 54 static ArkUINativeModuleValue SetFontFeature(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_model_ng.h | 83 void SetFontFeature(const FONT_FEATURES_LIST& value) override; 125 static void SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value);
|
H A D | text_model.h | 150 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 D | search_model_ng.h | 86 void SetFontFeature(const FONT_FEATURES_LIST& value) override; 135 static void SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value);
|
H A D | search_model.h | 88 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 D | cj_text_clock_ffi.cpp | 219 TextClockModel::GetInstance()->SetFontFeature(ParseFontFeatureSettings(fontFeatureSettings)); in FfiOHOSAceFrameworkTextClockFontFeature()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_controller_test.cpp | 737 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 D | text_area_test.cpp | 1355 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 D | text_field_model_ng.h | 107 void SetFontFeature(const FONT_FEATURES_LIST& value) override; 230 static void SetFontFeature(FrameNode* frameNode, const FONT_FEATURES_LIST& value);
|