Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp163 …: id_(id), type_(type), xcomponentController_(xcomponentController), initSize_(initWidth, initHeig… in XComponentPattern()
238 InitNativeWindow(initSize_.Width(), initSize_.Height()); in InitSurface()
599 initSize_ = paintRect_.GetSize(); in BeforeSyncGeometryProperties()
688 InitNativeWindow(initSize_.Width(), initSize_.Height()); in XComponentSizeInit()
1638 auto width = initSize_.Width(); in OnSurfaceCreated()
1639 auto height = initSize_.Height(); in OnSurfaceCreated()
H A Dxcomponent_pattern.h426 SizeF initSize_; variable