Searched refs:_GLFWcursor (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/glfw/src/ |
D | internal.h | 60 typedef struct _GLFWcursor _GLFWcursor; typedef 358 _GLFWcursor* cursor; 421 struct _GLFWcursor struct 423 _GLFWcursor* next; argument 440 _GLFWcursor* cursorListHead; 776 int _glfwPlatformCreateCursor(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot); 781 int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape); 786 void _glfwPlatformDestroyCursor(_GLFWcursor* cursor); 791 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor);
|
D | input.c | 362 _GLFWcursor* cursor; in glfwCreateCursor() 368 cursor = calloc(1, sizeof(_GLFWcursor)); in glfwCreateCursor() 383 _GLFWcursor* cursor; in glfwCreateStandardCursor() 398 cursor = calloc(1, sizeof(_GLFWcursor)); in glfwCreateStandardCursor() 413 _GLFWcursor* cursor = (_GLFWcursor*) handle; in glfwDestroyCursor() 435 _GLFWcursor** prev = &_glfw.cursorListHead; in glfwDestroyCursor() 449 _GLFWcursor* cursor = (_GLFWcursor*) cursorHandle; in glfwSetCursor()
|
D | mir_window.c | 610 int _glfwPlatformCreateCursor(_GLFWcursor* cursor, in _glfwPlatformCreateCursor() 683 int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) in _glfwPlatformCreateStandardCursor() 698 void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) in _glfwPlatformDestroyCursor() 706 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwPlatformSetCursor()
|
D | wl_platform.h | 89 _GLFWcursor* currentCursor;
|
D | wl_window.c | 689 int _glfwPlatformCreateCursor(_GLFWcursor* cursor, in _glfwPlatformCreateCursor() 747 int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) in _glfwPlatformCreateStandardCursor() 765 void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) in _glfwPlatformDestroyCursor() 872 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwPlatformSetCursor()
|
D | win32_window.c | 1514 int _glfwPlatformCreateCursor(_GLFWcursor* cursor, in _glfwPlatformCreateCursor() 1525 int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) in _glfwPlatformCreateStandardCursor() 1539 void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) in _glfwPlatformDestroyCursor() 1545 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwPlatformSetCursor()
|
D | cocoa_window.m | 1523 int _glfwPlatformCreateCursor(_GLFWcursor* cursor, 1566 int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) 1583 void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) 1589 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor)
|
D | x11_window.c | 2186 int _glfwPlatformCreateCursor(_GLFWcursor* cursor, in _glfwPlatformCreateCursor() 2197 int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape) in _glfwPlatformCreateStandardCursor() 2211 void _glfwPlatformDestroyCursor(_GLFWcursor* cursor) in _glfwPlatformDestroyCursor() 2217 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor) in _glfwPlatformSetCursor()
|