Searched refs:GetXComponentSize (Results 1 – 3 of 3) sorted by relevance
55 int32_t OH_NativeXComponent::GetXComponentSize(const void* window, uint64_t* width, uint64_t* heigh… in GetXComponentSize() function in OH_NativeXComponent
487 int32_t GetXComponentSize(const void* window, uint64_t* width, uint64_t* height);
48 return component->GetXComponentSize(window, width, height); in OH_NativeXComponent_GetXComponentSize()