Searched refs:cachedColor_ (Results 1 – 5 of 5) sorted by relevance
80 return cachedColor_; in GetCachedColor()85 cachedColor_ = color; in SetCachedColor()184 Color cachedColor_; variable
192 return cachedColor_; in GetCachedColor()197 cachedColor_ = color; in SetCachedColor()371 Color cachedColor_; variable
45 cachedColor_ = track->GetCachedColor(); in Update()
183 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()
61 std::pair<Color, bool> cachedColor_ { Color(), false };