Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h411 return rootLayerWidth_; in GetRootLayerWidth()
665 int32_t rootLayerWidth_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h601 return rootLayerWidth_; in GetRootLayerWidth()
1126 int32_t rootLayerWidth_ = 0; variable
H A Dweb_pattern.cpp5830 if ((rootLayerWidth_ == width) && (rootLayerHeight_ == height)) { in OnRootLayerChanged()
5834 rootLayerWidth_ = width; in OnRootLayerChanged()