Searched refs:yp (Results 1 - 10 of 10) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DPorthole.c156 static void layout_child (pw, child, geomp, xp, yp, widthp, heightp)
160 Position *xp, *yp;
166 *yp = child->core.y;
171 if (geomp->request_mode & CWY) *yp = geomp->y;
191 if (*yp < miny) *yp = miny;
194 if (*yp > 0) *yp = 0;
/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dpix_inquiry.c185 dgai_pix_bbox(_Dga_pixmap dgapix, int *xp, int *yp, int *widthp, int *heightp) argument
189 *yp = 0;
197 *yp = 0;
H A Dmbsmemb_inquiry.c246 dgai_mbsmemb_bbox(_Dga_window dgawin, int *xp, int *yp, int *widthp, int *heightp) argument
251 *yp = 0;
258 dga_win_bbox((Dga_window)dgawin, xp, yp, widthp, heightp);
265 *yp = 0;
H A Ddga_internal.h415 extern void dgai_mbsmemb_bbox(_Dga_window dgawin, int *xp, int *yp,
486 extern void dgai_pix_bbox(_Dga_pixmap dgapix, int *xp, int *yp,
H A Ddraw_inquiry.c361 dga_draw_bbox(Dga_drawable dgadraw, int *xp, int *yp, int *widthp, int *heightp) argument
368 dgai_mbsmemb_bbox((_Dga_window)dgadraw, xp, yp, widthp, heightp);
371 dgai_pix_bbox((_Dga_pixmap)dgadraw, xp, yp, widthp, heightp);
H A Dwin_grab.c116 * dga_win_bbox(win, xp, yp, widthp, heightp)
118 * int *xp, *yp, *widthp, *heightp;
1209 dga_win_bbox(wini, xp, yp, widthp, heightp)
1211 int *xp, *yp, *widthp, *heightp;
1218 *yp = infop->w_org.y >> 16;
1224 *yp = infop->w_window_boundary.ytop;
H A Ddga.h385 extern void dga_draw_bbox(Dga_drawable dgadraw, int *xp, int *yp,
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dflame.c127 int xp, yp, i; local
138 yp = fs->pts[fs->num_points].y = (int) ((fs->height / 2)
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsdataops.psw234 defineps PSstringwidth(char *s | float *xp, *yp)
235 (s) stringwidth yp xp
H A Ddpsdataops.psw235 defineps DPSstringwidth(DPSContext ctxt; char *s | float *xp, *yp)
236 (s) stringwidth yp xp

Completed in 24 milliseconds