Searched refs:xp (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/lib/libXp/
H A DMakefile55 LIB_MAN_SUFFIX=3xp
60 FIX_PC_FILES=xp.pc.in
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dhopalong.c128 XPoint *xp = pointBuffer; local
143 xp->x = hp->centerx + (int) (hp->i + hp->j);
144 xp->y = hp->centery - (int) (hp->i - hp->j);
145 xp++;
H A Dflame.c127 int xp, yp, i; local
136 xp = fs->pts[fs->num_points].x = (int) ((fs->width / 2)
/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;
165 *xp = child->core.x; /* default to current values */
170 if (geomp->request_mode & CWX) *xp = geomp->x;
190 if (*xp < minx) *xp = minx; /* keep at lower right corner */
193 if (*xp > 0) *xp = 0; /* keep at upper left corner */
/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
188 *xp = 0;
196 *xp = 0;
H A Dmbsmemb_inquiry.c246 dgai_mbsmemb_bbox(_Dga_window dgawin, int *xp, int *yp, int *widthp, int *heightp) argument
250 *xp = 0;
258 dga_win_bbox((Dga_window)dgawin, xp, yp, widthp, heightp);
264 *xp = 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;
1217 *xp = infop->w_org.x >> 16;
1223 *xp = infop->w_window_boundary.xleft;
H A Ddga.h385 extern void dga_draw_bbox(Dga_drawable dgadraw, int *xp, int *yp,
/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 50 milliseconds