/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_loading_progress_bridge.h | 29 static ArkUINativeModuleValue ResetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_shape_bridge.h | 52 static ArkUINativeModuleValue ResetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.h | 85 static ArkUINativeModuleValue ResetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_loading_progress_bridge.cpp | 100 ArkUINativeModuleValue LoadingProgressBridge::ResetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetForegroundColor() function in OHOS::Ace::NG::LoadingProgressBridge
|
H A D | arkts_native_common_shape_bridge.cpp | 453 ArkUINativeModuleValue CommonShapeBridge::ResetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetForegroundColor() function in OHOS::Ace::NG::CommonShapeBridge
|
H A D | arkts_native_common_bridge.h | 136 static ArkUINativeModuleValue ResetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_text_bridge.cpp | 199 ArkUINativeModuleValue TextBridge::ResetForegroundColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in ResetForegroundColor() function in OHOS::Ace::NG::TextBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 649 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::ResetForegroundColor)); in GetArkUINativeModule() 1303 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), TextBridge::ResetForegroundColor)); in GetArkUINativeModule() 4768 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonShapeBridge::ResetForegroundColor)); in RegisterCommonShapeAttributes() 5110 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), LoadingProgressBridge::ResetForegroundColor)); in RegisterLoadingProgressAttributes()
|
H A D | arkts_native_common_bridge.cpp | 3640 ArkUINativeModuleValue CommonBridge::ResetForegroundColor(ArkUIRuntimeCallInfo *runtimeCallInfo) in ResetForegroundColor() function in OHOS::Ace::NG::CommonBridge
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_pattern.h | 106 childRenderContext->ResetForegroundColor(); in UpdateForeground() 117 childRenderContext->ResetForegroundColor(); in UpdateForeground()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | pattern.h | 255 childRenderContext->ResetForegroundColor(); in UpdateChildRenderContext() 271 childRenderContext->ResetForegroundColor(); in UpdateChildRenderContext()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 2575 void ResetForegroundColor(ArkUINodeHandle node) in ResetForegroundColor() function 6217 ResetForegroundColor, SetMotionPath, ResetMotionPath, SetMotionBlur, ResetMotionBlur, SetGroupDefaultFocus, in GetCommonModifier() 6291 ResetForegroundColor, SetMotionPath, ResetMotionPath, SetMotionBlur, ResetMotionBlur, SetGroupDefaultFocus, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 3153 void ResetForegroundColor(ArkUI_NodeHandle node) in ResetForegroundColor() function 12936 ResetForegroundColor, in ResetCommonAttribute()
|