Searched refs:xoff (Results 1 - 10 of 10) sorted by relevance
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/ |
H A D | memory.c | 306 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
|
H A D | libvtsSUNWast.h | 197 int const xoff,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | memory.c | 308 register int const xoff, 328 for (x = xoff * bytepp, i = 0; 329 x < ((xoff + 64) * bytepp); 363 for (x = xoff * bytepp, i = 0; 364 x < ((xoff + 64) * bytepp); 307 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
|
H A D | libvtsSUNWefb.h | 159 int const xoff,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | memory.c | 311 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
|
H A D | libvtsSUNWmga.h | 201 int const xoff,
|
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/ |
H A D | AllPlanes.c | 129 int xoff, local 135 xoff = yoff = 0; 148 if (xoff || yoff) { 149 pt.x = xoff + points->x; 163 xoff += pptr->x;
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Viewport.c | 1024 double xoff, double yoff) 1026 float xoff, float yoff) 1029 XawViewportSetLocation (gw, xoff, yoff) 1031 float xoff,yoff; 1038 if (xoff > 1.0) /* scroll to right */ 1040 else if (xoff < 0.0) /* if the offset is < 0.0 nothing */ 1043 x = (Position) (((float) child->core.width) * xoff); 1022 XawViewportSetLocation(Widget gw, double xoff, double yoff) argument
|
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/ |
H A D | xmag_multivis.c | 736 int xoff = width / 2, yoff = height / 2; local 805 x = root_x - xoff;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | DPSScrollW.c | 905 int xoff, yoff; local 918 xoff = ((int) dsw->sw.drawing_area->core.width - 934 xoff = -(int) (scrollX + 0.5); 983 dsw->sw.origin_x = xoff;
|
Completed in 216 milliseconds