Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.cpp55 int32_t OH_NativeXComponent::GetXComponentSize(const void* window, uint64_t* width, uint64_t* heigh… in GetXComponentSize() function in OH_NativeXComponent
H A Dnative_interface_xcomponent_impl.h487 int32_t GetXComponentSize(const void* window, uint64_t* width, uint64_t* height);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp48 return component->GetXComponentSize(window, width, height); in OH_NativeXComponent_GetXComponentSize()