Searched refs:rect (Results 1 – 6 of 6) sorted by relevance
| /include/drm/ |
| A D | drm_damage_helper.h | 46 #define drm_atomic_for_each_plane_damage(iter, rect) \ argument 47 while (drm_atomic_helper_damage_iter_next(iter, rect)) 79 struct drm_rect *rect); 82 struct drm_rect *rect);
|
| A D | drm_client.h | 207 int drm_client_framebuffer_flush(struct drm_client_buffer *buffer, struct drm_rect *rect);
|
| /include/linux/ |
| A D | fb.h | 278 void (*fb_fillrect) (struct fb_info *info, const struct fb_fillrect *rect); 379 void (*fb_tilefill)(struct fb_info *info, struct fb_tilerect *rect); 547 extern void cfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect); 577 extern void sys_fillrect(struct fb_info *info, const struct fb_fillrect *rect); 679 const struct fb_fillrect *rect) \ 681 __mode ## _fillrect(info, rect); \ 682 __damage_area(info, rect->dx, rect->dy, rect->width, rect->height); \
|
| A D | svga.h | 111 void svga_tilefill(struct fb_info *info, struct fb_tilerect *rect);
|
| /include/uapi/linux/ |
| A D | v4l2-subdev.h | 61 struct v4l2_rect rect; member
|
| /include/video/ |
| A D | imx-ipu-v3.h | 247 struct v4l2_rect rect; member
|
Completed in 12 milliseconds