/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1185 typedef struct GLFWimage struct 1196 } GLFWimage; typedef 1958 GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images); 3173 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|
/third_party/glfw/tests/ |
H A D | icon.c | 76 GLFWimage img = { 16, 16, pixels }; in set_icon()
|
H A D | cursor.c | 101 const GLFWimage image = { 64, 64, buffer }; in create_cursor_frame() 121 const GLFWimage image = { 32, 32, buffer }; in create_tracking_cursor()
|
/third_party/glfw/src/ |
H A D | cocoa_platform.h | 220 void _glfwSetWindowIconCocoa(_GLFWwindow* window, int count, const GLFWimage* images); 264 GLFWbool _glfwCreateCursorCocoa(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
H A D | null_platform.h | 225 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images); 264 GLFWbool _glfwCreateCursorNull(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
H A D | win32_window.c | 79 static const GLFWimage* chooseImage(int count, const GLFWimage* images, in chooseImage() 83 const GLFWimage* closest = NULL; in chooseImage() 101 static HICON createIcon(const GLFWimage* image, int xhot, int yhot, GLFWbool icon) in createIcon() 1337 const GLFWimage cursorImage = { cursorWidth, cursorHeight, cursorPixels }; in createNativeWindow() 1595 void _glfwSetWindowIconWin32(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconWin32() 1601 const GLFWimage* bigImage = chooseImage(count, images, in _glfwSetWindowIconWin32() 1604 const GLFWimage* smallImage = chooseImage(count, images, in _glfwSetWindowIconWin32() 2291 const GLFWimage* image, in _glfwCreateCursorWin32()
|
H A D | null_window.c | 185 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconNull() 523 const GLFWimage* image, in _glfwCreateCursorNull()
|
H A D | win32_platform.h | 548 void _glfwSetWindowIconWin32(_GLFWwindow* window, int count, const GLFWimage* images); 592 GLFWbool _glfwCreateCursorWin32(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
H A D | x11_platform.h | 907 void _glfwSetWindowIconX11(_GLFWwindow* window, int count, const GLFWimage* images); 951 GLFWbool _glfwCreateCursorX11(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot); 979 Cursor _glfwCreateNativeCursorX11(const GLFWimage* image, int xhot, int yhot);
|
H A D | internal.h | 694 GLFWbool (*createCursor)(_GLFWcursor*,const GLFWimage*,int,int); 720 void (*setWindowIcon)(_GLFWwindow*,int,const GLFWimage*);
|
H A D | wl_platform.h | 616 void _glfwSetWindowIconWayland(_GLFWwindow* window, int count, const GLFWimage* images); 660 GLFWbool _glfwCreateCursorWayland(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
|
H A D | wl_window.c | 146 static struct wl_buffer* createShmBuffer(const GLFWimage* image) in createShmBuffer() 224 const GLFWimage image = { 1, 1, data }; in createFallbackDecorations() 2236 int count, const GLFWimage* images) in _glfwSetWindowIconWayland() 2750 const GLFWimage* image, in _glfwCreateCursorWayland()
|
H A D | x11_init.c | 1030 GLFWimage image = { 16, 16, pixels }; in createHiddenCursor() 1127 Cursor _glfwCreateNativeCursorX11(const GLFWimage* image, int xhot, int yhot) in _glfwCreateNativeCursorX11()
|
H A D | x11_window.c | 2105 void _glfwSetWindowIconX11(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconX11() 2939 const GLFWimage* image, in _glfwCreateCursorX11()
|
H A D | input.c | 846 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor()
|
H A D | window.c | 549 int count, const GLFWimage* images) in glfwSetWindowIcon()
|
/third_party/glfw/include/GLFW/ |
H A D | glfw3.h | 2090 typedef struct GLFWimage struct 2101 } GLFWimage; typedef 3414 GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images); 5055 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|