| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
| D | loading_progress_model_ng.cpp | 44 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/ |
| D | arkts_native_loading_progress_bridge.cpp | 74 …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()
|
| D | arkts_utils.h | 93 const EcmaVM* vm, const Local<JSValueRef>& value, ForegroundColorStrategy& strategy);
|
| D | arkts_utils.cpp | 980 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/ |
| D | qrcode_model_ng.cpp | 54 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/ |
| D | text_timer_model_ng.cpp | 70 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/ |
| D | text_clock_model_ng.cpp | 84 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/ |
| D | marquee_model_ng.cpp | 107 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/ |
| D | js_loading_progress.cpp | 92 ForegroundColorStrategy strategy; in SetForegroundColor()
|
| D | js_shape.cpp | 342 ForegroundColorStrategy strategy; in SetForegroundColor()
|
| D | js_shape_abstract.cpp | 458 ForegroundColorStrategy strategy; in SetForegroundColor()
|
| D | js_view_abstract.h | 221 … static bool ParseJsColorStrategy(const JSRef<JSVal>& jsValue, ForegroundColorStrategy& strategy);
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| D | render_context.h | 460 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/ |
| D | text_model_ng.cpp | 124 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/ |
| D | common_shape_modifier.cpp | 235 auto strategy = static_cast<ForegroundColorStrategy>(color); in SetShapeForegroundColor()
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| D | color.h | 48 enum class ForegroundColorStrategy : char { enum
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| D | view_abstract.h | 325 static void SetForegroundColorStrategy(const ForegroundColorStrategy& strategy); 418 …static void SetForegroundColorStrategy(FrameNode* frameNode, const ForegroundColorStrategy& strate…
|
| D | view_abstract.cpp | 1999 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()
|
| D | view_abstract_model.h | 310 virtual void SetForegroundColorStrategy(const ForegroundColorStrategy& strategy) = 0;
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| D | text_field_model_ng.cpp | 345 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/ |
| D | view_abstract_model_impl.h | 245 void SetForegroundColorStrategy(const ForegroundColorStrategy& strategy) override {} in SetForegroundColorStrategy()
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| D | view_abstract_test_ng.cpp | 937 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/ |
| D | qrcode_test_ng.cpp | 631 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy::INVERT);
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/loading_progress/ |
| D | loading_progress_test_ng.cpp | 329 renderContext->UpdateForegroundColorStrategy(ForegroundColorStrategy());
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
| D | rosen_render_context.h | 358 void OnForegroundColorStrategyUpdate(const ForegroundColorStrategy& value) override;
|