Searched refs:widthp (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s12/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.h412 int *widthp, int *heightp);
483 int *widthp, int *heightp);
H A Ddraw_inquiry.c367 dga_draw_bbox(Dga_drawable dgadraw, int *xp, int *yp, int *widthp, int *heightp) argument
374 dgai_mbsmemb_bbox((_Dga_window)dgadraw, xp, yp, widthp, heightp);
377 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;
1214 dga_win_bbox(wini, xp, yp, widthp, heightp)
1216 int *xp, *yp, *widthp, *heightp;
1224 *widthp = infop->w_dim.x >> 16;
1230 *widthp = infop->w_window_boundary.width;
H A Ddga.h386 int *widthp, int *heightp);

Completed in 36 milliseconds