Home
last modified time | relevance | path

Searched refs:initialBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_transition_effect.h107 void SetInitialBackgroundColor(const Color& initialBackgroundColor) in SetInitialBackgroundColor() argument
109 initialBackgroundColor_ = initialBackgroundColor; in SetInitialBackgroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h246 void MaskAnimation(const Color& initialBackgroundColor, const Color& backgroundColor);
H A Drosen_render_context.cpp4886 auto initialBackgroundColor = DEFAULT_MASK_COLOR; local
4894 initialBackgroundColor = DEFAULT_MASK_COLOR;
4909 initialBackgroundColor = MASK_COLOR;
4922 initialBackgroundColor = DEFAULT_MASK_COLOR;
4941 resultEffect->SetInitialBackgroundColor(initialBackgroundColor);
5058 void RosenRenderContext::MaskAnimation(const Color& initialBackgroundColor, const Color& background… argument
5063 SetActualForegroundColor(initialBackgroundColor);