Searched defs:component (Results 1 – 1 of 1) 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() 291 void DispatchHoverEventCB(OH_NativeXComponent* component, bool isHover) in DispatchHoverEventCB() 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() [all …]
|