Lines Matching defs:fb_coord_t
290 typedef uint16_t fb_coord_t;
297 fb_coord_t xres; /* Horizontal resolution in pixel columns */
298 fb_coord_t yres; /* Vertical resolution in pixel rows */
313 fb_coord_t stride; /* Length of a line in bytes */
331 fb_coord_t x; /* x-offset of the area */
332 fb_coord_t y; /* y-offset of the area */
333 fb_coord_t w; /* Width of the area */
334 fb_coord_t h; /* Height of the area */
344 fb_coord_t stride; /* Length of a line in bytes */
414 fb_coord_t width; /* Width of the cursor image in pixels */
415 fb_coord_t height; /* Height of the cursor image in pixels */
424 fb_coord_t x; /* X position in pixels */
425 fb_coord_t y; /* Y position in rows */
435 fb_coord_t h; /* Height in rows */
436 fb_coord_t w; /* Width in pixels */