Lines Matching defs:image
77 // Returns the image whose area most closely matches the desired one
101 static HICON createIcon(const GLFWimage* image, int xhot, int yhot, GLFWbool icon)
110 unsigned char* source = image->pixels;
114 bi.bV5Width = image->width;
115 bi.bV5Height = -image->height;
140 mask = CreateBitmap(image->width, image->height, 1, 1, NULL);
149 for (i = 0; i < image->width * image->height; i++)
223 // Updates the cursor image according to its cursor mode
1332 // NOTE: Windows checks whether the image is fully transparent and if so
2291 const GLFWimage* image,
2294 cursor->win32.handle = (HCURSOR) createIcon(image, xhot, yhot, GLFW_FALSE);