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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c201 register uint_t x2; local
211 x2 = x1;
215 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
223 x2 = width;
227 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
240 register uint_t x2; local
249 x2 = width - x1;
256 if (!ast_fill_solid_rect(x1, y1, x2, y2, color))
H A Dtools.c341 height = ((((uint_t)xvovf & 0x2) >> 1 << 10) |
592 maxdac = (ramdac_ctrl & 0x2) ? 255 : 63;
778 register uint_t const x2,
814 ((x2 - x1) << 16) | (y2 - y1)))
828 register uint_t const x2,
875 ((x2 - x1) << 16) | (y2 - y1)))
889 register uint_t const x2,
919 if (x1 < x2)
920 GAbsX = x2 - x1;
922 GAbsX = x1 - x2;
775 ast_fill_solid_rect( register uint_t const x1, register uint_t const y1, register uint_t const x2, register uint_t const y2, register uint_t const fg) argument
825 ast_fill_pattern_rect( register uint_t const x1, register uint_t const y1, register uint_t const x2, register uint_t const y2, register uint_t const bg, register uint_t const fg, register uint64_t const pat) argument
886 ast_draw_solid_line( register uint_t const x1, register uint_t const y1, register uint_t const x2, register uint_t const y2, register uint_t const fg) argument
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dchip.c197 register uint_t x2; local
207 x2 = x1;
211 if (!efb_draw_solid_line(x1, y1, x2, y2, color))
219 x2 = width;
223 if (!efb_draw_solid_line(x1, y1, x2, y2, color))
236 register uint_t x2; local
245 x2 = width - x1;
252 if (!efb_fill_solid_rect(x1, y1, x2, y2, color))
H A Dtools.c606 register uint_t const x2,
613 width = x2 - x1;
618 printf("x1=%d x2=%d y1=%d y2=%d\n", x1, x2, y1, y2);
644 register uint_t const x2,
660 (x2 << DST_LINE_END__DST_END_X__SHIFT) |
603 efb_fill_solid_rect( register uint_t const x1, register uint_t const y1, register uint_t const x2, register uint_t const y2, register uint_t const fg) argument
641 efb_draw_solid_line( register uint_t const x1, register uint_t const y1, register uint_t const x2, register uint_t const y2, register uint_t const fg) argument
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c223 register unsigned int x2; local
233 x2 = x1;
237 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
245 x2 = width;
249 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
262 register unsigned int x2; local
271 x2 = width - x1;
278 if (!box(x1, y1, x2, y2, color))
296 register int x2; local
301 x2
[all...]
H A Dtools.c793 register int const x2,
810 (x2 << 16) | (x1 & 0xffff));
822 register int const x2,
829 register int const width = x2 - x1;
858 ((x2 - 1) << 16) | (x1 & 0xffff));
894 register int const x2,
910 mga_put_uint32(&mgaptr->mga_draw_xyend, x2 | (y2 << 16));
790 mga_fill_solid_rect( register int const x1, register int const y1, register int const x2, register int const y2, register uint_t const fg) argument
819 mga_fill_pattern_rect( register int const x1, register int const y1, register int const x2, register int const y2, register uint_t const bg, register uint_t const fg, register uint64_t const pat) argument
891 mga_draw_solid_line( register int const x1, register int const y1, register int const x2, register int const y2, register uint_t const fg) argument
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dqix.c76 int x2; member in struct:__anon109
123 qp->x2 = random() % qp->width;
148 qp->x2 += qp->dx2;
152 check_bounds(qp, qp->x2, &qp->dx2, qp->width);
165 XDrawLine(dsp, win, Scr[screen].gc, qp->x1, qp->y1, qp->x2, qp->y2);
173 qp->lineq[qp->last].x = qp->x2;
H A Drotor.c190 x2, local
242 x2 = (int) fs->savex[fs->prev];
247 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
259 x2 = thisx;
264 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_rect.h37 * @x2: horizontal ending coordinate (exclusive)
42 int x1, y1, x2, y2; member in struct:drm_rect
61 r->x2 += (dw + 1) >> 1;
78 r->x2 += dx;
94 r->x2 /= horz;
107 return r->x2 - r->x1;
145 return r1->x1 == r2->x1 && r1->x2 == r2->x2 &&
H A Ddrm.h98 unsigned short x2; member in struct:drm_clip_rect
852 #define DRM_CAP_VBLANK_HIGH_CRTC 0x2
860 #define DRM_PRIME_CAP_EXPORT 0x2
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Clock.c524 int cx = w->clock.centerX, cy = w->clock.centerY, x1, y1, x2, y2; local
542 x2 = cx + (int)(dlength * sinangle);
544 SetSeg(w, x1, y1, x2, y2);
564 Position x, y, x1, y1, x2, y2; local
598 x2 = w->clock.centerX - round(ws - wc),
601 SetSeg(w, x2, y2, x, y); /* 3 ----- 1(4) */
679 static void SetSeg(w, x1, y1, x2, y2)
681 int x1, y1, x2, y2;
685 w->clock.segbuffptr->x = x2;
/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm.h190 unsigned short x2; member in struct:drm_clip_rect
887 #define DRM_CAP_VBLANK_HIGH_CRTC 0x2
893 #define DRM_PRIME_CAP_EXPORT 0x2

Completed in 4842 milliseconds