Searched refs:horz (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_rect.h85 * @horz: horizontal downscale factor
88 * Divide the coordinates of rectangle @r by @horz and @vert.
90 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) argument
92 r->x1 /= horz;
94 r->x2 /= horz;

Completed in 251 milliseconds