Searched refs:x2 (Results 1 - 25 of 50) sorted by relevance

12

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsmtrxops.psw42 defineps PSdtransform(float x1, y1 | float *x2, *y2)
43 x1 y1 dtransform y2 x2
50 defineps PSidtransform(float x1, y1 | float *x2, *y2)
51 x1 y1 idtransform y2 x2
58 defineps PSitransform(float x1, y1 | float *x2, *y2)
59 x1 y1 itransform y2 x2
62 defineps PStransform(float x1, y1 | float *x2, *y2)
63 x1 y1 transform y2 x2
H A Ddpsmtrxops.psw42 defineps DPSdtransform(DPSContext ctxt; float x1, y1 | float *x2, *y2)
43 x1 y1 dtransform y2 x2
50 defineps DPSidtransform(DPSContext ctxt; float x1, y1 | float *x2, *y2)
51 x1 y1 idtransform y2 x2
58 defineps DPSitransform(DPSContext ctxt; float x1, y1 | float *x2, *y2)
59 x1 y1 itransform y2 x2
62 defineps DPStransform(DPSContext ctxt; float x1, y1 | float *x2, *y2)
63 x1 y1 transform y2 x2
H A Ddpspathops.psw46 defineps DPSarct(DPSContext ctxt; float x1, y1, x2, y2, r)
47 x1 y1 x2 y2 r arct
50 defineps DPSarcto(DPSContext ctxt; float x1, y1, x2, y2, r | float *xt1, *yt1, *xt2, *yt2)
51 x1 y1 x2 y2 r arcto yt2 xt2 yt1 xt1
70 defineps DPScurveto(DPSContext ctxt; float x1, y1, x2, y2, x3, y3)
71 x1 y1 x2 y2 x3 y3 curveto
114 defineps DPSrcurveto(DPSContext ctxt; float x1, y1, x2, y2, x3, y3)
115 x1 y1 x2 y2 x3 y3 rcurveto
H A Dpspathops.psw46 defineps PSarct(float x1, y1, x2, y2, r)
47 x1 y1 x2 y2 r arct
50 defineps PSarcto(float x1, y1, x2, y2, r | float *xt1, *yt1, *xt2, *yt2)
51 x1 y1 x2 y2 r arcto yt2 xt2 yt1 xt1
70 defineps PScurveto(float x1, y1, x2, y2, x3, y3)
71 x1 y1 x2 y2 x3 y3 curveto
114 defineps PSrcurveto(float x1, y1, x2, y2, x3, y3)
115 x1 y1 x2 y2 x3 y3 rcurveto
/solaris-x11-s11/open-src/proto/sun-ext-protos/include/
H A DinteractiveCommon.h30 #define INTERACTIVE_SETTING 0x2
/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_dp_helper.h55 #define AUX_I2C_STATUS 0x2
60 #define AUX_NATIVE_REPLY_DEFER (0x2 << 4)
65 #define AUX_I2C_REPLY_DEFER (0x2 << 6)
299 # define DP_SET_POWER_D3 0x2
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/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 DlibvtsSUNWmga.h264 int const x2,
271 int const x2,
280 int const x2,
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/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 DlibvtsSUNWast.h251 uint_t const x2,
258 uint_t const x2,
267 uint_t const x2,
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 DlibvtsSUNWefb.h217 uint_t const x2,
224 uint_t const x2,
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/kernel/drm/src/
H A Ddrm_rect.c43 r1->x2 = min(r1->x2, r2->x2);
80 diff = dst->x2 - clip->x2;
82 int64_t tmp = src->x2 - (int64_t) diff * hscale;
83 src->x2 = clamp_int64_t(tmp);
/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/efb/src/
H A Dagpgart.h137 #define AGP2_RATE_2X 0x2
146 #define AGP3_RATE_8X 0x2
H A Dradeon_drm.h225 #define RADEON_WAIT_3D 0x2
247 #define R300_WAIT_3D 0x2
290 #define RADEON_BACK 0x2
299 #define RADEON_LINES 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/i915/src/
H A Dintel_bios.h571 #define GR18_HK_TOGGLE_DISP (0x2<<3)
598 #define SWF10_TOGGLE_LIST_2 0x2
654 #define SWF14_PM_APM_12 (0x2 << 16)
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A Ddpsfriends.h338 #define DPS_FLAG_CONVERT_NUMSTRINGS 0x2

Completed in 53 milliseconds

12