Searched refs:glfwSetWindowIcon (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/glfw/tests/ |
D | icon.c | 89 glfwSetWindowIcon(window, 1, &img); in set_icon() 107 glfwSetWindowIcon(window, 0, NULL); in key_callback()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 1958 GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images);
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
D | glfw3.h | 1958 GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images);
|
/third_party/flutter/glfw/include/GLFW/ |
D | glfw3.h | 1969 GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images);
|
/third_party/flutter/engine/flutter/shell/platform/glfw/ |
D | flutter_glfw.cc | 597 glfwSetWindowIcon(flutter_window->window, pixel_data ? 1 : 0, &image); in FlutterDesktopWindowSetIcon()
|
/third_party/flutter/glfw/docs/ |
D | window.dox | 667 specifying a list of candidate images with @ref glfwSetWindowIcon. 674 glfwSetWindowIcon(window, 2, images); 680 glfwSetWindowIcon(window, 0, NULL);
|
D | news.dox | 55 GLFW now supports setting the icon of windows with @ref glfwSetWindowIcon.
|
/third_party/flutter/glfw/src/ |
D | window.c | 438 GLFWAPI void glfwSetWindowIcon(GLFWwindow* handle, in glfwSetWindowIcon() function
|