Searched defs:xoff (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s12/open-src/lib/libXext/sun-src/src/
H A DAllPlanes.c129 int xoff, local
135 xoff = yoff = 0;
148 if (xoff || yoff) {
149 pt.x = xoff + points->x;
163 xoff += pptr->x;
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmemory.c306 register int const xoff,
326 for (x = xoff * bytepp, i = 0;
327 x < ((xoff + 64) * bytepp);
361 for (x = xoff * bytepp, i = 0;
362 x < ((xoff + 64) * bytepp);
305 write_read( register int const xoff, register int const yoff, register boolean_t const complement, register int const access_mode, register boolean_t const pass, register int const fb_pitch, register int const bytepp, register caddr_t const base) argument
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmemory.c311 register int const xoff,
331 for (x = xoff * bytepp, i = 0;
332 x < ((xoff + 64) *bytepp);
366 for (x = xoff * bytepp, i = 0;
367 x < ((xoff + 64) * bytepp);
310 write_read( register int const xoff, register int const yoff, register boolean_t const complement, register int const access_mode, register boolean_t const pass, register int const fb_pitch, register int const bytepp, register caddr_t const base) argument
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dxmag_multivis.c736 int xoff = width / 2, yoff = height / 2; local
805 x = root_x - xoff;

Completed in 848 milliseconds