Lines Matching defs:image
26 // This test provides an interface to the cursor image and cursor mode
29 // Custom cursor image generation by urraka.
101 const GLFWimage image = { 64, 64, buffer };
103 for (y = 0; y < image.width; y++)
105 for (x = 0; x < image.height; x++)
114 return glfwCreateCursor(&image, image.width / 2, image.height / 2);
121 const GLFWimage image = { 32, 32, buffer };
123 for (y = 0; y < image.width; y++)
125 for (x = 0; x < image.height; x++)
144 return glfwCreateCursor(&image, 7, 7);