Home
last modified time | relevance | path

Searched refs:ForegroundColor (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/
H A Dloading_progress_model_ng.cpp39 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 Dhyperlink_model_ng.cpp43 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 Dqrcode_model_ng.cpp51 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 Dshape_abstract_model_ng.cpp36 ACE_UPDATE_RENDER_CONTEXT(ForegroundColor, color); in SetFill()
43 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, color, frameNode); in SetFill()
H A Dshape_model_ng.cpp120 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, color, frameNode); in SetFill()
/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h170 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 Dtext_timer_model_ng.cpp68 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 Dtext_component.h98 ForegroundColor foregroundColorSpan_;
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.h61 static void GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor);
H A Ddraw_label.cpp522 void DrawLabel::GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor) in GetForegroundColor()
525 ListNode<ForegroundColor>* fColor = foregroundColor->Begin(); in GetForegroundColor()
H A Ddraw_utils.h80 List<ForegroundColor>* foregroundColor;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.cpp85 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 Dmarquee_model_ng.cpp104 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 Dtext_styles.h169 ACE_DEFINE_PROPERTY_GROUP_ITEM(ForegroundColor, Color);
H A Dtext_model_ng.cpp146 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 Dbutton_model_ng.cpp51 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 Datomic_service_pattern.cpp282 ACE_UPDATE_NODE_RENDER_CONTEXT(ForegroundColor, color, icon); in UpdateIconColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.cpp455 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 Drender_context.h557 ACE_DEFINE_PROPERTY_ITEM_FUNC_WITHOUT_GROUP(ForegroundColor, Color);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.cpp424 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 Dtitle_bar_pattern.cpp94 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColor, textNode); in SetTextColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp2696 ACE_RESET_RENDER_CONTEXT(RenderContext, ForegroundColor); in SetForegroundColorStrategy()
3104 ACE_RESET_NODE_RENDER_CONTEXT(RenderContext, ForegroundColor, frameNode); in SetForegroundColorStrategy()

Completed in 37 milliseconds