Searched refs:widthp (Results 1 - 8 of 8) sorted by relevance
/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) 161 Dimension *widthp, *heightp; 167 *widthp = child->core.width; 172 if (geomp->request_mode & CWWidth) *widthp = geomp->width; 180 if (*widthp < pw->core.width) *widthp = pw->core.width; 187 minx = ((Position) pw->core.width) - ((Position) *widthp);
|
/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 190 *widthp = 0; 198 *widthp = infop->width;
|
H A D | mbsmemb_inquiry.c | 246 dgai_mbsmemb_bbox(_Dga_window dgawin, int *xp, int *yp, int *widthp, int *heightp) argument 252 *widthp = 0; 258 dga_win_bbox((Dga_window)dgawin, xp, yp, widthp, heightp); 266 *widthp = infop->width;
|
H A D | dga_internal.h | 416 int *widthp, int *heightp); 487 int *widthp, int *heightp);
|
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; 1219 *widthp = infop->w_dim.x >> 16; 1225 *widthp = infop->w_window_boundary.width;
|
H A D | dga.h | 386 int *widthp, int *heightp);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Mailbox.c | 313 static Pixmap make_pixmap (dpy, w, bitmap, depth, flip, widthp, heightp) 319 int *widthp, *heightp; 329 *widthp = (int) width;
|
Completed in 29 milliseconds