Home
last modified time | relevance | path

Searched refs:foregroundColor (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/interaction/
H A Dinteraction_data.h95 uint32_t foregroundColor = 0; member
102 return types == other.types && foregroundColor == other.foregroundColor && opacity == other.opacity && in operator ==()
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/
H A Ddrag_preview.h61 Color foregroundColor; in SetForegroundColor() local
62 if (!ParseColor(env, argv[0], foregroundColor)) { in SetForegroundColor()
63 LOGE("Parse foregroundColor failed"); in SetForegroundColor()
75 dragPreview->SetColor(foregroundColor); in SetForegroundColor()
76 LOGI("foregroundColor is %{public}x", dragPreview->previewStyle_.foregroundColor); in SetForegroundColor()
173 previewStyle_.foregroundColor = color.GetValue(); in SetColor()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_slider.h212 * @param foregroundColor Indicates the foreground color to set.
216 void SetSliderColor(const ColorType backgroundColor, const ColorType foregroundColor) in SetSliderColor() argument
219 SetForegroundStyle(STYLE_BACKGROUND_COLOR, foregroundColor.full); in SetSliderColor()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_label.cpp57 ColorType foregroundColor = labelLine.style.textColor_; in DrawTextOneLine() local
63 labelLine.spannableString->GetForegroundColor(letterIndex, foregroundColor); in DrawTextOneLine()
72 foregroundColor, in DrawTextOneLine() local
522 void DrawLabel::GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor) in GetForegroundColor() argument
524 if (foregroundColor->Size() > 0) { in GetForegroundColor()
525 ListNode<ForegroundColor>* fColor = foregroundColor->Begin(); in GetForegroundColor()
526 for (; fColor != foregroundColor->End(); fColor = fColor->next_) { in GetForegroundColor()
H A Ddraw_label.h61 static void GetForegroundColor(uint16_t letterIndex, List<ForegroundColor>* foregroundColor, ColorType& fgColor);
H A Ddraw_utils.h80 List<ForegroundColor>* foregroundColor; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_loading_progress_bridge.cpp90 Color foregroundColor; in SetForegroundColor() local
91 if (!ArkTSUtils::ParseJsColorAlpha(vm, colorArg, foregroundColor)) { in SetForegroundColor()
95 nativeNode, foregroundColor.GetValue()); in SetForegroundColor()
H A Darkts_native_common_shape_bridge.cpp443 Color foregroundColor; in SetForegroundColor() local
444 if (!ArkTSUtils::ParseJsColorAlpha(vm, colorArg, foregroundColor)) { in SetForegroundColor()
448 nativeNode, true, foregroundColor.GetValue()); in SetForegroundColor()
H A Darkts_native_text_bridge.cpp189 Color foregroundColor; in SetForegroundColor() local
190 if (!ArkTSUtils::ParseJsColorAlpha(vm, colorArg, foregroundColor)) { in SetForegroundColor()
194 nativeNode, true, foregroundColor.GetValue()); in SetForegroundColor()
H A Darkts_native_common_bridge.cpp3634 Color foregroundColor = Color::TRANSPARENT; in SetForegroundColor() local
3635 ArkTSUtils::ParseJsColorAlpha(vm, colorArg, foregroundColor); in SetForegroundColor()
3636 GetArkUINodeModifiers()->getCommonModifier()->setForegroundColor(nativeNode, true, foregroundColor.GetValue()); in SetForegroundColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.cpp395 JSClass<JSShapeAbstract>::StaticMethod("foregroundColor", &JSShapeAbstract::SetForegroundColor, opt); in JSBind()
452 Color foregroundColor; in SetForegroundColor() local
459 if (!ParseJsColor(info[0], foregroundColor)) { in SetForegroundColor()
464 ShapeAbstractModel::GetInstance()->SetFill(foregroundColor); in SetForegroundColor()
465 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor()
H A Djs_shape.cpp336 Color foregroundColor; in SetForegroundColor() local
343 if (!ParseJsColor(info[0], foregroundColor)) { in SetForegroundColor()
346 ShapeModel::GetInstance()->SetFill(foregroundColor); in SetForegroundColor()
347 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor()
372 JSClass<JSShape>::StaticMethod("foregroundColor", &JSShape::SetForegroundColor); in JSBind()
H A Djs_textfield.cpp572 Color foregroundColor; in SetForegroundColor() local
573 if (!ParseJsColor(jsValue, foregroundColor)) { in SetForegroundColor()
576 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor()
577 TextFieldModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor()
H A Djs_view_abstract.cpp8614 JSClass<JSViewAbstract>::StaticMethod("foregroundColor", &JSViewAbstract::JsForegroundColor); in JSBind()
10048 Color foregroundColor = Color::TRANSPARENT; in JsForegroundColor() local
10054 ParseJsColor(info[0], foregroundColor); in JsForegroundColor()
10055 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in JsForegroundColor()
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h101 void SetForegroundColor(const Color& foregroundColor) in SetForegroundColor() argument
103 foregroundColor_ = foregroundColor; in SetForegroundColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.h92 void SetForegroundColor(const Color& foregroundColor) in SetForegroundColor() argument
94 foregroundColor_ = foregroundColor; in SetForegroundColor()
/foundation/arkui/ace_engine/adapter/ohos/capability/interaction/
H A Dinteraction_impl.cpp218 msdpPreviewStyle.foregroundColor = previewStyle.foregroundColor; in TranslatePreviewStyle()
/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js938 Button.foregroundColor(this.getFgColor());
1060 Button.foregroundColor(this.getFgColor());
/foundation/arkui/ace_engine/advanced_ui_component/selecttitlebar/interfaces/
H A Dselecttitlebar.js780 Row.foregroundColor(this.getMoreIconFgColor());
1189 Row.foregroundColor(this.getFgColor());
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js653 Row.foregroundColor(this.getMoreIconFgColor());
1038 Row.foregroundColor(this.getFgColor());
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp268 Color foregroundColor = scrollBarTheme->GetForegroundColor(); in ResetScrollScrollBarColor() local
269 ScrollModelNG::SetScrollBarColor(frameNode, foregroundColor); in ResetScrollScrollBarColor()
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/
H A Dtabtitlebar.js647 Row.foregroundColor(this.getMoreIconFgColor());
1213 Row.foregroundColor(this.getFgColor());
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js1647 ForegroundColorModifier.identity = Symbol('foregroundColor');
3581 foregroundColor(value) {
10125 foregroundColor(value) {
11981 foregroundColor(value) {
17030 foregroundColor(value) {
25738 foregroundColor(value) {
29783 foregroundColor(value) {

Completed in 92 milliseconds