Home
last modified time | relevance | path

Searched refs:widthIter (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/composer/
Dhello_composer.cpp382 auto widthIter = displayWidthsMap_.begin(); in RemoveOffScreenData() local
383 while (widthIter != displayWidthsMap_.end()) { in RemoveOffScreenData()
384 uint32_t screenId = widthIter->first; in RemoveOffScreenData()
386 displayWidthsMap_.erase(widthIter++); in RemoveOffScreenData()
388 ++widthIter; in RemoveOffScreenData()
/foundation/arkui/ace_engine/frameworks/core/animation/
Dshared_transition_effect.cpp285 auto widthIter = propertyMap.find(PropertyAnimatableType::PROPERTY_WIDTH); in CreateSizeAnimation() local
286 …if (((isLazy && autoWidth_) || (widthIter == propertyMap.end())) && !NearEqual(destSize.Width(), s… in CreateSizeAnimation()