/foundation/graphic/graphic_2d/graphic_test/graphic_test/rs_display_effect/property_display/ |
H A D | fg_fgcolor_test.cpp | 44 testNode->SetForegroundColor(colorList[i]); in GRAPHIC_TEST() 54 testNode1->SetForegroundColor(0xff00ff00); in GRAPHIC_TEST() 58 testNode2->SetForegroundColor(0xff0000ff); in GRAPHIC_TEST()
|
H A D | fg_colorbrightness_test.cpp | 55 testNode->SetForegroundColor(0xff7d112c); in GRAPHIC_TEST() 83 testNode->SetForegroundColor(0xff7d112c); in GRAPHIC_TEST() 111 testNode->SetForegroundColor(0xff7d112c); in GRAPHIC_TEST() 146 testNode->SetForegroundColor(0xff7d112c); in GRAPHIC_TEST() 180 testNode->SetForegroundColor(0xff7d112c); in GRAPHIC_TEST() 214 testNode->SetForegroundColor(0xff7d112c); in GRAPHIC_TEST()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/ |
H A D | js_counter_theme.h | 35 ViewAbstractModel::GetInstance()->SetForegroundColor(themeColors->FontPrimary()); in ApplyTheme()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_loading_progress.h | 30 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_loading_progress.cpp | 62 JSClass<JSLoadingProgress>::StaticMethod("foregroundColor", &JSLoadingProgress::SetForegroundColor, opt); in JSBind() 94 void JSLoadingProgress::SetForegroundColor(const JSCallbackInfo& info) in SetForegroundColor() function in OHOS::OHOS::Ace::Framework::JSLoadingProgress
|
H A D | js_shape.h | 49 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_shape_abstract.cpp | 395 JSClass<JSShapeAbstract>::StaticMethod("foregroundColor", &JSShapeAbstract::SetForegroundColor, opt); in JSBind() 447 void JSShapeAbstract::SetForegroundColor(const JSCallbackInfo& info) in SetForegroundColor() function in OHOS::OHOS::Ace::Framework::JSShapeAbstract 461 ViewAbstractModel::GetInstance()->SetForegroundColor(Color::BLACK); in SetForegroundColor() 465 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor()
|
H A D | js_shape_abstract.h | 43 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_shape.cpp | 331 void JSShape::SetForegroundColor(const JSCallbackInfo& info) in SetForegroundColor() function in OHOS::OHOS::Ace::Framework::JSShape 347 ViewAbstractModel::GetInstance()->SetForegroundColor(foregroundColor); in SetForegroundColor() 372 JSClass<JSShape>::StaticMethod("foregroundColor", &JSShape::SetForegroundColor); in JSBind()
|
H A D | js_text.h | 87 static void SetForegroundColor(const JSCallbackInfo& info);
|
H A D | js_textarea.cpp | 84 JSClass<JSTextArea>::StaticMethod("foregroundColor", &JSTextField::SetForegroundColor); in JSBind()
|
H A D | js_textfield.h | 97 static void SetForegroundColor(const JSCallbackInfo& info);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_loading_progress_bridge.h | 28 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.h | 51 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 84 static ArkUINativeModuleValue SetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/loading_progress/ |
H A D | loading_progress_model_ng.h | 45 static void SetForegroundColor(FrameNode* frameNode, const Color& value);
|
H A D | loading_progress_model_ng.cpp | 77 void LoadingProgressModelNG::SetForegroundColor(FrameNode* frameNode, const Color& value) in SetForegroundColor() function in OHOS::Ace::NG::LoadingProgressModelNG
|
/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | drag_preview.h | 49 static napi_value SetForegroundColor(napi_env env, napi_callback_info info) in SetForegroundColor() function in OHOS::Ace::Napi::DragPreview 158 napi_create_function(env, funName, NAPI_AUTO_LENGTH, SetForegroundColor, nullptr, &funcValue); in NapiSerializer()
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_component.cpp | 70 scrollBar_->SetForegroundColor(scrollBarColor.first ? scrollBarColor.second : theme->GetForegroundColor()); in InitScrollBar()
|
H A D | scroll_component.h | 214 scrollBar_->SetForegroundColor(scrollBarColor); in SetScrollBarColor()
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | rosen_render_tab_bar_item.cpp | 47 rsNode->SetForegroundColor(Color::BLACK.BlendOpacity(hoverOpacity_).GetValue()); in Paint()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_loading_progress_modifier.cpp | 75 LoadingProgressModelNG::SetForegroundColor(frameNode, Color(colorValue)); in SetLoadingProgressForegroundColor()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | scroll_bar.h | 101 void SetForegroundColor(const Color& foregroundColor) in SetForegroundColor() function in OHOS::Ace::final
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | text_field_model_impl.h | 73 void SetForegroundColor(const Color& value) override {};
|
/foundation/arkui/ui_lite/interfaces/kits/common/ |
H A D | spannable_string.h | 91 void SetForegroundColor(ColorType inputForegroundColor, uint16_t startIndex, uint16_t endIndex);
|