Lines Matching defs:count
79 static const GLFWimage* chooseImage(int count, const GLFWimage* images,
85 for (i = 0; i < count; i++)
1242 const int count = DragQueryFileW(drop, 0xffffffff, NULL, 0);
1243 char** paths = _glfw_calloc(count, sizeof(char*));
1249 for (i = 0; i < count; i++)
1260 _glfwInputDrop(window, count, (const char**) paths);
1262 for (i = 0; i < count; i++)
1595 void _glfwSetWindowIconWin32(_GLFWwindow* window, int count, const GLFWimage* images)
1599 if (count)
1601 const GLFWimage* bigImage = chooseImage(count, images,
1604 const GLFWimage* smallImage = chooseImage(count, images,
1626 if (count)