Lines Matching defs:area
191 # define FB_ACCL_AREA 0x08 /* Hardware support area selection */
267 # define FBIOSET_AREA _FBIOC(0x000f) /* Set active overlay area
271 # define FBIOSET_BLIT _FBIOC(0x0010) /* Blit area between overlays
274 # define FBIOSET_BLEND _FBIOC(0x0011) /* Blend area between overlays
327 /* This structure describes an area. */
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 */
351 struct fb_area_s sarea; /* Selected area within the overlay */
356 /* This structure describes an overlay area within a whole overlay */
361 struct fb_area_s area; /* Overlay area */
368 struct fb_overlayarea_s dest; /* The destination overlay area */
369 struct fb_overlayarea_s src; /* The source overlay area */
376 struct fb_overlayarea_s dest; /* The destination overlay area */
377 struct fb_overlayarea_s foreground; /* The foreground overlay area */
378 struct fb_overlayarea_s background; /* The background overlay area */
546 /* The following allows to set the active area for subsequently overlay