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

/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c737 XPoint box[NPOINTS]; local
812 /* fill in the outline box */
815 box[i].x = x; box[i].y = y; /* u.l. */
817 box[i+1].x = x + width; box[i+1].y = y; /* u.r. */
818 box[i+2].x = box[i+1].x; box[i+2].y = y + height; /* l.r. */
819 box[
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c278 if (!box(x1, y1, x2, y2, color))
287 box( function
H A DlibvtsSUNWmga.h139 extern int box(
/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_dma.c384 struct drm_clip_rect *box,
390 if (box->y2 <= box->y1 || box->x2 <= box->x1 ||
391 (unsigned) box->y2 <= 0 || (unsigned) box->x2 <= 0) {
392 DRM_ERROR("Bad box %d,%d..%d,%d\n",
393 box->x1, box
383 i915_emit_box(struct drm_device *dev, struct drm_clip_rect *box, int DR1, int DR4) argument
[all...]
H A Di915_drv.h1608 struct drm_clip_rect *box,

Completed in 36 milliseconds