Home
last modified time | relevance | path

Searched refs:cbfun (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/glfw/src/
Dinput.c459 GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* handle, GLFWkeyfun cbfun) in glfwSetKeyCallback() argument
465 _GLFW_SWAP_POINTERS(window->callbacks.key, cbfun); in glfwSetKeyCallback()
466 return cbfun; in glfwSetKeyCallback()
469 GLFWAPI GLFWcharfun glfwSetCharCallback(GLFWwindow* handle, GLFWcharfun cbfun) in glfwSetCharCallback() argument
475 _GLFW_SWAP_POINTERS(window->callbacks.character, cbfun); in glfwSetCharCallback()
476 return cbfun; in glfwSetCharCallback()
479 GLFWAPI GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* handle, GLFWcharmodsfun cbfun) in glfwSetCharModsCallback() argument
485 _GLFW_SWAP_POINTERS(window->callbacks.charmods, cbfun); in glfwSetCharModsCallback()
486 return cbfun; in glfwSetCharModsCallback()
490 GLFWmousebuttonfun cbfun) in glfwSetMouseButtonCallback() argument
[all …]
Dwindow.c790 GLFWwindowposfun cbfun) in glfwSetWindowPosCallback() argument
796 _GLFW_SWAP_POINTERS(window->callbacks.pos, cbfun); in glfwSetWindowPosCallback()
797 return cbfun; in glfwSetWindowPosCallback()
801 GLFWwindowsizefun cbfun) in glfwSetWindowSizeCallback() argument
807 _GLFW_SWAP_POINTERS(window->callbacks.size, cbfun); in glfwSetWindowSizeCallback()
808 return cbfun; in glfwSetWindowSizeCallback()
812 GLFWwindowclosefun cbfun) in glfwSetWindowCloseCallback() argument
818 _GLFW_SWAP_POINTERS(window->callbacks.close, cbfun); in glfwSetWindowCloseCallback()
819 return cbfun; in glfwSetWindowCloseCallback()
823 GLFWwindowrefreshfun cbfun) in glfwSetWindowRefreshCallback() argument
[all …]
Dinit.c195 GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun) in glfwSetErrorCallback() argument
197 _GLFW_SWAP_POINTERS(_glfwErrorCallback, cbfun); in glfwSetErrorCallback()
198 return cbfun; in glfwSetErrorCallback()
Dmonitor.c367 GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun) in glfwSetMonitorCallback() argument
370 _GLFW_SWAP_POINTERS(_glfw.callbacks.monitor, cbfun); in glfwSetMonitorCallback()
371 return cbfun; in glfwSetMonitorCallback()
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1359 GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun);
1520 GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun);
2547 GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* window, GLFWwindowposfun cbfun);
2572 GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* window, GLFWwindowsizefun cbfun);
2605 GLFWAPI GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* window, GLFWwindowclosefun cbfun);
2634 … GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* window, GLFWwindowrefreshfun cbfun);
2662 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun cbfun);
2685 … GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* window, GLFWwindowiconifyfun cbfun);
2708 …ramebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow* window, GLFWframebuffersizefun cbfun);
3292 GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* window, GLFWkeyfun cbfun);
[all …]
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1359 GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun);
1520 GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun);
2547 GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* window, GLFWwindowposfun cbfun);
2572 GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* window, GLFWwindowsizefun cbfun);
2605 GLFWAPI GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* window, GLFWwindowclosefun cbfun);
2634 … GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* window, GLFWwindowrefreshfun cbfun);
2662 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun cbfun);
2685 … GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* window, GLFWwindowiconifyfun cbfun);
2708 …ramebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow* window, GLFWframebuffersizefun cbfun);
3292 GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* window, GLFWkeyfun cbfun);
[all …]
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1367 GLFWAPI GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun cbfun);
1528 GLFWAPI GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun);
2565 GLFWAPI GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* window, GLFWwindowposfun cbfun);
2590 GLFWAPI GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* window, GLFWwindowsizefun cbfun);
2623 GLFWAPI GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* window, GLFWwindowclosefun cbfun);
2652 … GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* window, GLFWwindowrefreshfun cbfun);
2680 GLFWAPI GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun cbfun);
2703 … GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* window, GLFWwindowiconifyfun cbfun);
2726 …ramebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow* window, GLFWframebuffersizefun cbfun);
3307 GLFWAPI GLFWkeyfun glfwSetKeyCallback(GLFWwindow* window, GLFWkeyfun cbfun);
[all …]