Home
last modified time | relevance | path

Searched refs:cachedColor_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drender_track.h80 return cachedColor_; in GetCachedColor()
85 cachedColor_ = color; in SetCachedColor()
184 Color cachedColor_; variable
H A Dtrack_component.h192 return cachedColor_; in GetCachedColor()
197 cachedColor_ = color; in SetCachedColor()
371 Color cachedColor_; variable
H A Drender_track.cpp45 cachedColor_ = track->GetCachedColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_progress.cpp183 progress.cachedColor_.first = progress.ParseColor(val); in SetSpecializedStyle()
184 progress.cachedColor_.second = true; in SetSpecializedStyle()
222 progressChild_->GetTrack()->SetCachedColor(cachedColor_.first); in PrepareSpecializedComponent()
325 if (!cachedColor_.second) { in InitProgressIfNeed()
326 cachedColor_.first = theme->GetTrackCachedColor(); in InitProgressIfNeed()
H A Ddom_progress.h61 std::pair<Color, bool> cachedColor_ { Color(), false };