Home
last modified time | relevance | path

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

/third_party/flutter/glfw/tests/
Dicon.c89 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/
Dglfw3.h1958 GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images);
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/
Dglfw3.h1958 GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images);
/third_party/flutter/glfw/include/GLFW/
Dglfw3.h1969 GLFWAPI void glfwSetWindowIcon(GLFWwindow* window, int count, const GLFWimage* images);
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dflutter_glfw.cc597 glfwSetWindowIcon(flutter_window->window, pixel_data ? 1 : 0, &image); in FlutterDesktopWindowSetIcon()
/third_party/flutter/glfw/docs/
Dwindow.dox667 specifying a list of candidate images with @ref glfwSetWindowIcon.
674 glfwSetWindowIcon(window, 2, images);
680 glfwSetWindowIcon(window, 0, NULL);
Dnews.dox55 GLFW now supports setting the icon of windows with @ref glfwSetWindowIcon.
/third_party/flutter/glfw/src/
Dwindow.c438 GLFWAPI void glfwSetWindowIcon(GLFWwindow* handle, in glfwSetWindowIcon() function