Home
last modified time | relevance | path

Searched refs:GLFWimage (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
H A Dglfw3.h1185 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 Dicon.c76 GLFWimage img = { 16, 16, pixels }; in set_icon()
H A Dcursor.c101 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 Dcocoa_platform.h220 void _glfwSetWindowIconCocoa(_GLFWwindow* window, int count, const GLFWimage* images);
264 GLFWbool _glfwCreateCursorCocoa(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
H A Dnull_platform.h225 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images);
264 GLFWbool _glfwCreateCursorNull(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
H A Dwin32_window.c79 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 Dnull_window.c185 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconNull()
523 const GLFWimage* image, in _glfwCreateCursorNull()
H A Dwin32_platform.h548 void _glfwSetWindowIconWin32(_GLFWwindow* window, int count, const GLFWimage* images);
592 GLFWbool _glfwCreateCursorWin32(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
H A Dx11_platform.h907 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 Dinternal.h694 GLFWbool (*createCursor)(_GLFWcursor*,const GLFWimage*,int,int);
720 void (*setWindowIcon)(_GLFWwindow*,int,const GLFWimage*);
H A Dwl_platform.h616 void _glfwSetWindowIconWayland(_GLFWwindow* window, int count, const GLFWimage* images);
660 GLFWbool _glfwCreateCursorWayland(_GLFWcursor* cursor, const GLFWimage* image, int xhot, int yhot);
H A Dwl_window.c146 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 Dx11_init.c1030 GLFWimage image = { 16, 16, pixels }; in createHiddenCursor()
1127 Cursor _glfwCreateNativeCursorX11(const GLFWimage* image, int xhot, int yhot) in _glfwCreateNativeCursorX11()
H A Dx11_window.c2105 void _glfwSetWindowIconX11(_GLFWwindow* window, int count, const GLFWimage* images) in _glfwSetWindowIconX11()
2939 const GLFWimage* image, in _glfwCreateCursorX11()
H A Dinput.c846 GLFWAPI GLFWcursor* glfwCreateCursor(const GLFWimage* image, int xhot, int yhot) in glfwCreateCursor()
H A Dwindow.c549 int count, const GLFWimage* images) in glfwSetWindowIcon()
/third_party/glfw/include/GLFW/
H A Dglfw3.h2090 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);

Completed in 40 milliseconds