Home
last modified time | relevance | path

Searched refs:GetBoundingRectData (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_component_api_bridge.cpp92 Rect boundingRect = delegate->GetBoundingRectData(nodeId); in JsGetBoundingRect()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp240 Rect PluginFrontendDelegate::GetBoundingRectData(NodeId nodeId) in GetBoundingRectData() function in OHOS::Ace::Framework::PluginFrontendDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate.h209 virtual Rect GetBoundingRectData(NodeId nodeId) = 0;
H A Dfrontend_delegate_impl.h272 Rect GetBoundingRectData(NodeId nodeId) override;
H A Dfrontend_delegate_impl.cpp962 Rect FrontendDelegateImpl::GetBoundingRectData(NodeId nodeId) in GetBoundingRectData() function in OHOS::Ace::Framework::FrontendDelegateImpl
966 context->GetBoundingRectData(nodeId, rect); in GetBoundingRectData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.h163 Rect GetBoundingRectData(NodeId nodeId) override;
H A Dplugin_frontend_delegate.cpp997 Rect PluginFrontendDelegate::GetBoundingRectData(NodeId nodeId) in GetBoundingRectData() function in OHOS::Ace::Framework::PluginFrontendDelegate
1001 context->GetBoundingRectData(nodeId, rect); in GetBoundingRectData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.h186 Rect GetBoundingRectData(NodeId nodeId) override in GetBoundingRectData() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h236 Rect GetBoundingRectData(NodeId nodeId) override;
H A Dfrontend_delegate_declarative.cpp2121 Rect FrontendDelegateDeclarative::GetBoundingRectData(NodeId nodeId) in GetBoundingRectData() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
2125 context->GetBoundingRectData(nodeId, rect); in GetBoundingRectData()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/
H A Daccessibility_node_manager.cpp580 pipeline->GetBoundingRectData(visibleNodeId, globalRect); in TriggerVisibleChangeEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h130 void GetBoundingRectData(int32_t nodeId, Rect& rect) override;
H A Dpipeline_base.h414 virtual void GetBoundingRectData(int32_t nodeId, Rect& rect) {} in GetBoundingRectData() function
H A Dpipeline_context.cpp1108 void PipelineContext::GetBoundingRectData(int32_t nodeId, Rect& rect) in GetBoundingRectData() function in OHOS::Ace::PipelineContext