Searched defs:drm_rect (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_rect.h35 * struct drm_rect - two dimensional rectangle
41 struct drm_rect { struct
57 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh)
74 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy)
90 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert)
105 static int drm_rect_width(const struct drm_rect *r)
117 static int drm_rect_height(const struct drm_rect *r)
129 static int drm_rect_visible(const struct drm_rect *r)
142 static int drm_rect_equals(const struct drm_rect *r1,
143 const struct drm_rect *r
[all...]

Completed in 35 milliseconds