Home
last modified time | relevance | path

Searched refs:ForegroundColorStrategy (Results 1 – 25 of 33) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
Dloading_progress_model_ng.cpp44 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy); in SetColor()
57 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetColor()
70 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetForegroundColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_loading_progress_bridge.cpp74 …olorStrategy(const EcmaVM* vm, const Local<JSValueRef>& jsValue, ForegroundColorStrategy& strategy) in ParseJsColorStrategy()
79 strategy = ForegroundColorStrategy::INVERT; in ParseJsColorStrategy()
94 ForegroundColorStrategy strategy; in SetForegroundColor()
96 auto strategyInt = static_cast<uint32_t>(ForegroundColorStrategy::INVERT); in SetForegroundColor()
Darkts_utils.h93 const EcmaVM* vm, const Local<JSValueRef>& value, ForegroundColorStrategy& strategy);
Darkts_utils.cpp980 const EcmaVM* vm, const Local<JSValueRef>& value, ForegroundColorStrategy& strategy) in ParseJsColorStrategy()
985 strategy = ForegroundColorStrategy::INVERT; in ParseJsColorStrategy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
Dqrcode_model_ng.cpp54 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy); in SetQRCodeColor()
73 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetQRCodeColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
Dtext_timer_model_ng.cpp70 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy); in SetTextColor()
107 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetFontColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
Dtext_clock_model_ng.cpp84 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy); in SetTextColor()
135 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetFontColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
Dmarquee_model_ng.cpp107 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy); in SetTextColor()
216 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetTextColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_loading_progress.cpp92 ForegroundColorStrategy strategy; in SetForegroundColor()
Djs_shape.cpp342 ForegroundColorStrategy strategy; in SetForegroundColor()
Djs_shape_abstract.cpp458 ForegroundColorStrategy strategy; in SetForegroundColor()
Djs_view_abstract.h221 … static bool ParseJsColorStrategy(const JSRef<JSVal>& jsValue, ForegroundColorStrategy& strategy);
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Drender_context.h460 ACE_DEFINE_PROPERTY_ITEM_FUNC_WITHOUT_GROUP(ForegroundColorStrategy, ForegroundColorStrategy);
604 virtual void OnForegroundColorStrategyUpdate(const ForegroundColorStrategy& value) {} in OnForegroundColorStrategyUpdate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_model_ng.cpp124 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy); in SetTextColor()
133 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetTextColor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dcommon_shape_modifier.cpp235 auto strategy = static_cast<ForegroundColorStrategy>(color); in SetShapeForegroundColor()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dcolor.h48 enum class ForegroundColorStrategy : char { enum
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_abstract.h325 static void SetForegroundColorStrategy(const ForegroundColorStrategy& strategy);
418 …static void SetForegroundColorStrategy(FrameNode* frameNode, const ForegroundColorStrategy& strate…
Dview_abstract.cpp1999 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy); in SetForegroundColor()
2003 void ViewAbstract::SetForegroundColorStrategy(const ForegroundColorStrategy &strategy) in SetForegroundColorStrategy()
2008 ACE_UPDATE_RENDER_CONTEXT(ForegroundColorStrategy, strategy); in SetForegroundColorStrategy()
2332 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetForegroundColor()
2336 void ViewAbstract::SetForegroundColorStrategy(FrameNode* frameNode, const ForegroundColorStrategy& … in SetForegroundColorStrategy()
2338 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColorStrategy, strategy, frameNode); in SetForegroundColorStrategy()
Dview_abstract_model.h310 virtual void SetForegroundColorStrategy(const ForegroundColorStrategy& strategy) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_model_ng.cpp345 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy); in SetTextColor()
793 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColorStrategy, frameNode); in SetTextColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.h245 void SetForegroundColorStrategy(const ForegroundColorStrategy& strategy) override {} in SetForegroundColorStrategy()
/foundation/arkui/ace_engine/test/unittest/core/base/
Dview_abstract_test_ng.cpp937 auto strategy = static_cast<ForegroundColorStrategy>(INDEX);
973 auto strategy = static_cast<ForegroundColorStrategy>(INDEX);
1593 auto strategy = static_cast<ForegroundColorStrategy>(INDEX);
/foundation/arkui/ace_engine/test/unittest/core/pattern/qrcode/
Dqrcode_test_ng.cpp631 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
/foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/
Dloading_progress_test_ng.cpp329 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy());
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Drosen_render_context.h358 void OnForegroundColorStrategyUpdate(const ForegroundColorStrategy& value) override;

12