Searched refs:drm_rect (Results 1 - 4 of 4) 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...]
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_rect.c25 #include "drm_rect.h"
39 int drm_rect_intersect(struct drm_rect *r1, const struct drm_rect *r2)
64 int drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst,
65 const struct drm_rect *clip,
122 int drm_rect_calc_hscale(const struct drm_rect *src,
123 const struct drm_rect *dst,
152 int drm_rect_calc_vscale(const struct drm_rect *src,
153 const struct drm_rect *ds
[all...]
H A DMakefile59 drm_rect.c \
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_sprite.c35 #include "drm_rect.h"
624 struct drm_rect src = {
631 struct drm_rect dst = {
638 const struct drm_rect clip = {

Completed in 460 milliseconds