Searched refs:widthp (Results 1 - 8 of 8) 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)
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 Dpix_inquiry.c185 dgai_pix_bbox(_Dga_pixmap dgapix, int *xp, int *yp, int *widthp, int *heightp) argument
190 *widthp = 0;
198 *widthp = infop->width;
H A Dmbsmemb_inquiry.c246 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 Ddga_internal.h416 int *widthp, int *heightp);
487 int *widthp, int *heightp);
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;
1219 *widthp = infop->w_dim.x >> 16;
1225 *widthp = infop->w_window_boundary.width;
H A Ddga.h386 int *widthp, int *heightp);
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Mailbox.c313 static Pixmap make_pixmap (dpy, w, bitmap, depth, flip, widthp, heightp)
319 int *widthp, *heightp;
329 *widthp = (int) width;

Completed in 29 milliseconds