Searched refs:xp (Results 1 - 12 of 12) sorted by relevance
/solaris-x11-s11/open-src/lib/libXp/ |
H A D | Makefile | 55 LIB_MAN_SUFFIX=3xp 60 FIX_PC_FILES=xp.pc.in
|
/solaris-x11-s11/open-src/app/xlock/sun-src/ |
H A D | hopalong.c | 128 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 D | flame.c | 127 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 D | Porthole.c | 156 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 D | pix_inquiry.c | 185 dgai_pix_bbox(_Dga_pixmap dgapix, int *xp, int *yp, int *widthp, int *heightp) argument 188 *xp = 0; 196 *xp = 0;
|
H A D | mbsmemb_inquiry.c | 246 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 D | dga_internal.h | 415 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 D | draw_inquiry.c | 361 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 D | win_grab.c | 116 * 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 D | dga.h | 385 extern void dga_draw_bbox(Dga_drawable dgadraw, int *xp, int *yp,
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | psdataops.psw | 234 defineps PSstringwidth(char *s | float *xp, *yp) 235 (s) stringwidth yp xp
|
H A D | dpsdataops.psw | 235 defineps DPSstringwidth(DPSContext ctxt; char *s | float *xp, *yp) 236 (s) stringwidth yp xp
|
Completed in 25 milliseconds