Searched refs:yoff (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 | 307 register int const yoff, 325 for (y = yoff; y < yoff + 64; y++) { 360 for (y = yoff; y < yoff + 64; y++) { 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 | 198 int const yoff,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/ |
H A D | memory.c | 309 register int const yoff, 327 for (y = yoff; y < yoff + 64; y++) { 362 for (y = yoff; y < yoff + 64; y++) { 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 | 160 int const yoff,
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/ |
H A D | memory.c | 312 register int const yoff, 330 for (y = yoff; y < yoff + 64; y++) { 365 for (y = yoff; y < yoff + 64; y++) { 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 | 202 int const yoff,
|
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/ |
H A D | AllPlanes.c | 130 yoff; local 135 xoff = yoff = 0; 148 if (xoff || yoff) { 150 pt.y = yoff + points->y; 164 yoff += pptr->y;
|
/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; 1045 if (yoff > 1.0) 1047 else if (yoff < 0.0) 1050 y = (Position) (((float) child->core.height) * yoff); 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 806 y = root_y - yoff;
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | DPSScrollW.c | 905 int xoff, yoff; local 945 yoff = ((int) dsw->sw.drawing_area->core.height - 956 yoff = -(int) (scrollY + 0.5); 965 yoff = dsw->sw.drawing_area->core.height - yoff; 984 dsw->sw.origin_y = yoff;
|
Completed in 33 milliseconds