Searched refs:GetNativeWindowBufferSize (Results 1 – 9 of 9) sorted by relevance
109 void ArkNativeImageAdapterWrapper::GetNativeWindowBufferSize( in GetNativeWindowBufferSize() function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper114 return ctocpp_->GetNativeWindowBufferSize(windowBuffer, width, height); in GetNativeWindowBufferSize()
63 void GetNativeWindowBufferSize(
107 void ArkNativeImageAdapterImpl::GetNativeWindowBufferSize( in GetNativeWindowBufferSize() function in OHOS::ArkWeb::ArkNativeImageAdapterImpl112 return real_->GetNativeWindowBufferSize(windowBuffer, width, height); in GetNativeWindowBufferSize()
167 void NativeImageAdapterImpl::GetNativeWindowBufferSize(void* windowBuffer, uint32_t* width, uint32_… in GetNativeWindowBufferSize() function in OHOS::NWeb::NativeImageAdapterImpl
265 virtual void GetNativeWindowBufferSize(
290 virtual void GetNativeWindowBufferSize(
270 imagerAdapter->GetNativeWindowBufferSize(windowBuffer, &width, &height);