/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_model_ng.cpp | 39 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, value); in SetColor() 59 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, value, frameNode); in SetColor() 80 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, value, frameNode); in SetForegroundColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_model_ng.cpp | 43 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, value); in SetColor() 85 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, value, frameNode); in SetColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_model_ng.cpp | 51 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, color); in SetQRCodeColor() 98 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, color, frameNode); in SetQRCodeColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_abstract_model_ng.cpp | 36 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, color); in SetFill() 43 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, color, frameNode); in SetFill()
|
H A D | shape_model_ng.cpp | 120 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, color, frameNode); in SetFill()
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | text.h | 170 struct ForegroundColor : public HeapBase { struct 504 List<ForegroundColor> GetForegroundColorSpan() in GetForegroundColorSpan() 617 List<ForegroundColor> foregroundColor_;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/ |
H A D | text_timer_model_ng.cpp | 68 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, value); in SetTextColor() 141 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, value, frameNode); in SetFontColor()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | text_component.h | 98 ForegroundColor foregroundColorSpan_;
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_label.h | 61 static void GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor);
|
H A D | draw_label.cpp | 522 void DrawLabel::GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor) in GetForegroundColor() 525 ListNode<ForegroundColor>* fColor = foregroundColor->Begin(); in GetForegroundColor()
|
H A D | draw_utils.h | 80 List<ForegroundColor>* foregroundColor;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_model_ng.cpp | 85 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, value); in SetTextColor() 191 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, value, frameNode); in SetFontColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_model_ng.cpp | 104 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, textColor.value_or(Color())); in SetTextColor() 242 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, textColor.value_or(Color()), frameNode); in SetTextColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_styles.h | 169 ACE_DEFINE_PROPERTY_GROUP_ITEM(ForegroundColor, Color);
|
H A D | text_model_ng.cpp | 146 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, value); in SetTextColor() 160 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, value, frameNode); in SetTextColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/ |
H A D | button_model_ng.cpp | 51 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, textColor); in SetFontColor() 467 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, textColor, frameNode); in SetFontColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | atomic_service_pattern.cpp | 282 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, color, icon); in UpdateIconColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.cpp | 455 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, color); in SetImageFill() 725 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, color, frameNode); in SetImageFill()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 557 ACE_DEFINE_PROPERTY_ITEM_FUNC_WITHOUT_GROUP(ForegroundColor, Color);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_model_ng.cpp | 424 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, value); in SetTextColor() 1116 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, value, frameNode); in SetTextColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | title_bar_pattern.cpp | 94 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColor, textNode); in SetTextColor()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 2696 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColor); in SetForegroundColorStrategy() 3104 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColor, frameNode); in SetForegroundColorStrategy()
|