Searched refs:x1 (Results 1 - 25 of 59) sorted by relevance

123

/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.h29 #define INTERACTIVE_INFO 0x1
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dagpgart.h131 #define AGPSTAT_SBA (0x1 << 9) /* always 1 for 3.0 */
132 #define AGPSTAT_OVER4G (0x1 << 5)
133 #define AGPSTAT_FW (0x1 << 4)
136 #define AGP2_RATE_1X 0x1
142 #define AGPSTAT_GART64B (0x1 << 7) /* target only */
143 #define AGPSTAT_MODE3 (0x1 << 3)
145 #define AGP3_RATE_4X 0x1
150 #define AGPCMD_SBAEN (0x1 << 9) /* must be 1 for 3.0 */
151 #define AGPCMD_AGPEN (0x1 << 8)
152 #define AGPCMD_OVER4GEN (0x1 <<
[all...]
H A Dradeon_drm.h224 #define RADEON_WAIT_2D 0x1
246 #define R300_WAIT_2D 0x1
289 #define RADEON_FRONT 0x1
298 #define RADEON_POINTS 0x1
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c221 register unsigned int x1; local
232 x1 = (unsigned int)((width * lineon) / numlines);
233 x2 = x1;
237 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
244 x1 = 0;
249 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
260 register unsigned int x1; local
270 x1 = (unsigned int)((width * recton) / 512);
271 x2 = width - x1;
278 if (!box(x1, y
294 register int x1; local
[all...]
H A DlibvtsSUNWmga.h262 int const x1,
269 int const x1,
278 int const x1,
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_rect.h36 * @x1: horizontal starting coordinate (inclusive)
42 int x1, y1, x2, y2; member in struct:drm_rect
59 r->x1 -= dw >> 1;
76 r->x1 += dx;
92 r->x1 /= horz;
107 return r->x2 - r->x1;
145 return r1->x1 == r2->x1 && r1->x2 == r2->x2 &&
H A Ddrm_dp_helper.h54 #define AUX_I2C_READ 0x1
59 #define AUX_NATIVE_REPLY_NACK (0x1 << 4)
64 #define AUX_I2C_REPLY_NACK (0x1 << 6)
298 # define DP_SET_POWER_D0 0x1
H A Ddrm.h96 unsigned short x1; member in struct:drm_clip_rect
489 _DRM_VBLANK_RELATIVE = 0x1, /**< Wait for given number of vblanks */
851 #define DRM_CAP_DUMB_BUFFER 0x1
859 #define DRM_PRIME_CAP_IMPORT 0x1
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c199 register uint_t x1; local
210 x1 = (uint_t)((width * lineon) / numlines);
211 x2 = x1;
215 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
222 x1 = 0;
227 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
238 register uint_t x1; local
248 x1 = (uint_t)((width * recton) / 512);
249 x2 = width - x1;
256 if (!ast_fill_solid_rect(x1, y
[all...]
H A Dtools.c452 ast_mmio_write32(0xF000, 0x1);
776 register uint_t const x1,
810 (x1 << 16) | y1))
814 ((x2 - x1) << 16) | (y2 - y1)))
826 register uint_t const x1,
871 (x1 << 16) | y1))
875 ((x2 - x1) << 16) | (y2 - y1)))
887 register uint_t const x1,
919 if (x1 < x2)
920 GAbsX = x2 - x1;
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...]
H A DlibvtsSUNWast.h249 uint_t const x1,
256 uint_t const x1,
265 uint_t const x1,
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dchip.c195 register uint_t x1; local
206 x1 = (uint_t)((width * lineon) / numlines);
207 x2 = x1;
211 if (!efb_draw_solid_line(x1, y1, x2, y2, color))
218 x1 = 0;
223 if (!efb_draw_solid_line(x1, y1, x2, y2, color))
234 register uint_t x1; local
244 x1 = (uint_t)((width * recton) / 512);
245 x2 = width - x1;
252 if (!efb_fill_solid_rect(x1, y
[all...]
H A Dtools.c604 register uint_t const x1,
613 width = x2 - x1;
618 printf("x1=%d x2=%d y1=%d y2=%d\n", x1, x2, y1, y2);
631 REGW(DST_Y_X, (x1 << DST_Y_X__DST_X__SHIFT) |
642 register uint_t const x1,
657 (x1 << DST_LINE_START__DST_START_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
H A DlibvtsSUNWefb.h215 uint_t const x1,
222 uint_t const x1,
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_rect.c41 r1->x1 = max(r1->x1, r2->x1);
70 diff = clip->x1 - dst->x1;
72 int64_t tmp = src->x1 + (int64_t) diff * hscale;
73 src->x1 = clamp_int64_t(tmp);
281 r->x1 >> 16, ((r->x1 & 0xffff) * 15625) >> 10,
284 DRM_DEBUG_KMS("%dx%d%+d%+d\n", w, h, r->x1,
[all...]
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dqix.c74 int x1; member in struct:__anon109
121 qp->x1 = random() % qp->width;
146 qp->x1 += qp->dx1;
150 check_bounds(qp, qp->x1, &qp->dx1, qp->width);
165 XDrawLine(dsp, win, Scr[screen].gc, qp->x1, qp->y1, qp->x2, qp->y2);
167 qp->lineq[qp->last].x = qp->x1;
H A Drotor.c188 int x1, local
240 x1 = (int) fs->savex[fs->rotor];
247 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
257 x1 = fs->lastx;
264 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_overlay.c54 #define OCMD_TILED_SURFACE (0x1<<19)
57 #define OCMD_MIRROR_HORIZONTAL (0x1<<17)
61 #define OCMD_UV_SWAP (0x1<<14) /* YVYU */
65 #define OCMD_RGB_888 (0x1<<10) /* not in i965 Intel docs */
73 #define OCMD_TVSYNCFLIP_PARITY (0x1<<9)
74 #define OCMD_TVSYNCFLIP_ENABLE (0x1<<7)
75 #define OCMD_BUF_TYPE_MASK (0x1<<5)
77 #define OCMD_BUF_TYPE_FIELD (0x1<<5)
78 #define OCMD_TEST_MODE (0x1<<4)
81 #define OCMD_BUFFER1 (0x1<<
[all...]
H A Dintel_bios.h570 #define GR18_HK_LFP_STRETCH (0x1<<3)
597 #define SWF10_TOGGLE_LIST_1 0x1
655 #define SWF14_PM_APM_11 (0x1 << 16)
679 #define SWF14_APM_STANDBY 0x1
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c193 int width, height, x1, y1; local
215 x1 = max(x, xwa.x+px);
217 width = min(x+wi, xwa.x+xwa.width+2*xwa.border_width+px)-x1;
239 pWinInfo->x = x1-xwa.border_width-xwa.x-px;
243 pWinInfo->x1 = x1;
311 x1, y1, width, height, (ancestorShaped || isShaped),
316 x1, y1, width, height);
397 MVPel *pPel = mvFindPel(xi+pWI->x1-request_x, yi+pWI->y1-request_y);
560 while(!(mask&0x1)) {
[all...]
H A Dmultivis.h66 int x1, y1; /* Top left of image in root space */ member in struct:_winVisInfo

Completed in 53 milliseconds

123