Home
last modified time | relevance | path

Searched refs:BeforeSyncGeometryProperties (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_surface_pattern.h35 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override in BeforeSyncGeometryProperties() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp293 pattern->BeforeSyncGeometryProperties(config); // IsSurfaceValid=true
322 pattern->BeforeSyncGeometryProperties(config);
332 pattern->BeforeSyncGeometryProperties(config);
339 pattern->BeforeSyncGeometryProperties(config);
341 pattern->BeforeSyncGeometryProperties(config);
343 pattern->BeforeSyncGeometryProperties(config);
1326 pattern->BeforeSyncGeometryProperties(config);
H A Dxcomponent_property_test_ng.cpp669 pattern->BeforeSyncGeometryProperties(config); // IsSurfaceValid=true
739 pattern->BeforeSyncGeometryProperties(config); // IsSurfaceValid=true
1079 pattern->BeforeSyncGeometryProperties(config);
1648 pattern->BeforeSyncGeometryProperties(config);
1712 pattern->BeforeSyncGeometryProperties(config);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.h269 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override;
H A Dpage_pattern.cpp80 void PagePattern::BeforeSyncGeometryProperties(const DirtySwapConfig& config) in BeforeSyncGeometryProperties() function in OHOS::Ace::NG::PagePattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.h331 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override;
H A Dxcomponent_pattern.cpp577 void XComponentPattern::BeforeSyncGeometryProperties(const DirtySwapConfig& config) in BeforeSyncGeometryProperties() function in OHOS::Ace::NG::XComponentPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_pattern.h75 void BeforeSyncGeometryProperties(const DirtySwapConfig& /* config */) override;
H A Dnavigation_pattern.cpp1819 void NavigationPattern::BeforeSyncGeometryProperties(const DirtySwapConfig& /* config */) in BeforeSyncGeometryProperties() function in OHOS::Ace::NG::NavigationPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/
H A Dpattern.h314 virtual void BeforeSyncGeometryProperties(const DirtySwapConfig& config) {} in BeforeSyncGeometryProperties() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_focus_test_ng.cpp729 webPattern->BeforeSyncGeometryProperties(dirtySwapConfig);
753 webPattern->BeforeSyncGeometryProperties(dirtySwapConfig);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.h704 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override;
H A Dtext_pattern.cpp4329 void TextPattern::BeforeSyncGeometryProperties(const DirtySwapConfig& config) in BeforeSyncGeometryProperties() function in OHOS::Ace::NG::TextPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h752 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override;
H A Dweb_pattern.cpp2172 void WebPattern::BeforeSyncGeometryProperties(const DirtySwapConfig& config) in BeforeSyncGeometryProperties() function in OHOS::Ace::NG::WebPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4405 pattern_->BeforeSyncGeometryProperties(config); in SyncGeometryNode()