Home
last modified time | relevance | path

Searched refs:_GLFWcursor (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/glfw/src/
Dinternal.h60 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);
Dinput.c362 _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()
Dmir_window.c610 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()
Dwl_platform.h89 _GLFWcursor* currentCursor;
Dwl_window.c689 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()
Dwin32_window.c1514 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()
Dcocoa_window.m1523 int _glfwPlatformCreateCursor(_GLFWcursor* cursor,
1566 int _glfwPlatformCreateStandardCursor(_GLFWcursor* cursor, int shape)
1583 void _glfwPlatformDestroyCursor(_GLFWcursor* cursor)
1589 void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor)
Dx11_window.c2186 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()