/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_surface_pattern.h | 35 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override in BeforeSyncGeometryProperties() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 293 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 D | xcomponent_property_test_ng.cpp | 669 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 D | page_pattern.h | 269 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override;
|
H A D | page_pattern.cpp | 80 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 D | xcomponent_pattern.h | 331 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override;
|
H A D | xcomponent_pattern.cpp | 577 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 D | navigation_pattern.h | 75 void BeforeSyncGeometryProperties(const DirtySwapConfig& /* config */) override;
|
H A D | navigation_pattern.cpp | 1819 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 D | pattern.h | 314 virtual void BeforeSyncGeometryProperties(const DirtySwapConfig& config) {} in BeforeSyncGeometryProperties() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_focus_test_ng.cpp | 729 webPattern->BeforeSyncGeometryProperties(dirtySwapConfig); 753 webPattern->BeforeSyncGeometryProperties(dirtySwapConfig);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.h | 704 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override;
|
H A D | text_pattern.cpp | 4329 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 D | web_pattern.h | 752 void BeforeSyncGeometryProperties(const DirtySwapConfig& config) override;
|
H A D | web_pattern.cpp | 2172 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 D | frame_node.cpp | 4405 pattern_->BeforeSyncGeometryProperties(config); in SyncGeometryNode()
|