Kanzi surface client, native Android Surface Client implementation. More...
#include <kanzi/core/legacy/kzs_types.hpp>
#include <kanzi/core.ui/platform/graphics_context/egl/kzs_egl.h>
Typedefs | |
typedef struct KzSurfaceClient * | KzSurfaceClientHandle |
Functions | |
KzSurfaceClientHandle | kzscCreateSurfaceClient () |
void | kzscDestroySurfaceClient (KzSurfaceClientHandle surfaceClientHandler) |
uint32_t | kzscGetDisplayHeight () |
uint32_t | kzscGetDisplayWidth () |
EGLNativeWindowType | kzscGetNativeWindow (KzSurfaceClientHandle surfaceClientHandler) |
void | kzscSetSurfacePropertiesPosition (KzSurfaceClientHandle surfaceClientHandler, kzUint positionX, kzUint positionY) |
void | kzscSetSurfacePropertiesResolution (KzSurfaceClientHandle surfaceClientHandler, kzUint width, kzUint height) |
void | kzscSetSurfacePropertiesWindowOrder (KzSurfaceClientHandle surfaceClientHandler, kzUint windowOrder) |
void | kzscWindowNativeShow (KzSurfaceClientHandle surfaceClientHandler) |
Kanzi surface client, native Android Surface Client implementation.
Copyright 2008-2022 by Rightware. All rights reserved.
typedef struct KzSurfaceClient* KzSurfaceClientHandle |
uint32_t kzscGetDisplayWidth | ( | ) |
uint32_t kzscGetDisplayHeight | ( | ) |
EGLNativeWindowType kzscGetNativeWindow | ( | KzSurfaceClientHandle | surfaceClientHandler | ) |
void kzscSetSurfacePropertiesPosition | ( | KzSurfaceClientHandle | surfaceClientHandler, |
kzUint | positionX, | ||
kzUint | positionY | ||
) |
void kzscSetSurfacePropertiesResolution | ( | KzSurfaceClientHandle | surfaceClientHandler, |
kzUint | width, | ||
kzUint | height | ||
) |
void kzscSetSurfacePropertiesWindowOrder | ( | KzSurfaceClientHandle | surfaceClientHandler, |
kzUint | windowOrder | ||
) |
KzSurfaceClientHandle kzscCreateSurfaceClient | ( | ) |
void kzscDestroySurfaceClient | ( | KzSurfaceClientHandle | surfaceClientHandler | ) |
void kzscWindowNativeShow | ( | KzSurfaceClientHandle | surfaceClientHandler | ) |