Searched defs:window (Results 1 – 2 of 2) sorted by relevance
| /napi_generator/examples/napitutorials/entry/src/main/cpp/ncpp/ffmpegcase/render/ |
| D | plugin_render.cpp | 174 void OnSurfaceCreatedCB(OH_NativeXComponent *component, void *window) in OnSurfaceCreatedCB() 203 void OnSurfaceChangedCB(OH_NativeXComponent* component, void* window) in OnSurfaceChangedCB() 228 void OnSurfaceDestroyedCB(OH_NativeXComponent* component, void* window) in OnSurfaceDestroyedCB() 249 void DispatchTouchEventCB(OH_NativeXComponent* component, void* window) in DispatchTouchEventCB() 273 void DispatchMouseEventCB(OH_NativeXComponent* component, void* window) in DispatchMouseEventCB() 309 void OnFocusEventCB(OH_NativeXComponent* component, void* window) in OnFocusEventCB() 327 void OnBlurEventCB(OH_NativeXComponent* component, void* window) in OnBlurEventCB() 345 void OnKeyEventCB(OH_NativeXComponent* component, void* window) in OnKeyEventCB() 890 void PluginRender::OnSurfaceChanged(OH_NativeXComponent* component, void* window) in OnSurfaceChanged() 914 void PluginRender::OnTouchEvent(OH_NativeXComponent* component, void* window) in OnTouchEvent() [all …]
|
| D | egl_core.cpp | 247 bool EGLCore::EglContextInit(void* window, int width, int height) in EglContextInit()
|