Searched refs:heightp (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;
168 *heightp = child->core.height;
173 if (geomp->request_mode & CWHeight) *heightp = geomp->height;
181 if (*heightp < pw->core.height) *heightp = pw->core.height;
188 miny = ((Position) pw->core.height) - ((Position) *heightp);
/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
191 *heightp = 0;
199 *heightp = infop->height;
H A Dmbsmemb_inquiry.c246 dgai_mbsmemb_bbox(_Dga_window dgawin, int *xp, int *yp, int *widthp, int *heightp) argument
253 *heightp = 0;
258 dga_win_bbox((Dga_window)dgawin, xp, yp, widthp, heightp);
267 *heightp = infop->height;
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;
1220 *heightp = infop->w_dim.y >> 16;
1226 *heightp = infop->w_window_boundary.height;
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;
330 *heightp = (int) height;

Completed in 21 milliseconds