Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h341 Size previousLayoutSize_; variable
H A Drender_image.cpp73 previousLayoutSize_ = Size(); in Update()
388 previousLayoutSize_ = GetLayoutSize(); in PerformLayout()
H A Drosen_render_image.cpp191 bool layoutSizeNotChanged = (previousLayoutSize_ == GetLayoutSize()); in ImageObjReady()