Searched defs:y1 (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c200 register uint_t y1; local
212 y1 = 0;
215 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
224 y1 = (uint_t)((height * lineon) / numlines);
225 y2 = y1;
227 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
239 register uint_t y1; local
251 y1 = (uint_t)((height * recton) / 512);
252 y2 = height - y1;
256 if (!ast_fill_solid_rect(x1, y1, x
[all...]
H A Dtools.c777 register uint_t const y1,
810 (x1 << 16) | y1))
814 ((x2 - x1) << 16) | (y2 - y1)))
827 register uint_t const y1,
871 (x1 << 16) | y1))
875 ((x2 - x1) << 16) | (y2 - y1)))
888 register uint_t const y1,
924 if (y1 < y2)
925 GAbsY = y2 - y1;
927 GAbsY = y1
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-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c222 register unsigned int y1; local
234 y1 = 0;
237 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
246 y1 = (unsigned int)((height * lineon) / numlines);
247 y2 = y1;
249 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
261 register unsigned int y1; local
273 y1 = (unsigned int)((height * recton) / 512);
274 y2 = height - y1;
278 if (!box(x1, y1, x
295 register int y1; local
[all...]
H A Dtools.c792 register int const y1,
812 (y1 << 16) | ((y2 - y1) & 0xffff));
821 register int const y1,
830 register int const height = y2 - y1;
860 (y1 << 16) | (height & 0xffff));
866 value |= ((pat >> (((y + y1) & 7) * 8 +
893 register int const y1,
909 mga_put_uint32(&mgaptr->mga_xystrt, x1 | (y1 << 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-s12/open-src/kernel/sys/drm/
H A Ddrm_rect.h38 * @y1: vertical starting coordinate (inclusive)
42 int x1, y1, x2, y2; member in struct:drm_rect
60 r->y1 -= dh >> 1;
77 r->y1 += dy;
93 r->y1 /= vert;
119 return r->y2 - r->y1;
146 r1->y1 == r2->y1 && r1->y2 == r2->y2;
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dqix.c75 int y1; member in struct:__anon106
121 qp->y1 = (int) random() % qp->height;
145 qp->y1 += qp->dy1;
149 check_bounds(qp, qp->y1, &qp->dy1, qp->height);
163 XDrawLine(dsp, win, Scr[screen].gc, qp->x1, qp->y1, qp->x2, qp->y2);
166 qp->lineq[qp->last].y = qp->y1;
H A Drotor.c182 y1, local
234 y1 = (int) fs->savey[fs->rotor];
240 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
251 y1 = fs->lasty;
257 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h66 int x1, y1; /* Top left of image in root space */ member in struct:_winVisInfo
H A Dmultivis.c193 int width, height, x1, y1; local
216 y1 = max(y, xwa.y+py);
218 height=min(y+hi, xwa.y+xwa.height+2*xwa.border_width+py)-y1;
240 pWinInfo->y = y1-xwa.border_width-xwa.y-py;
244 pWinInfo->y1 = y1;
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);

Completed in 69 milliseconds