Searched defs:heightp (Results 1 - 3 of 3) sorted by relevance

/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 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 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;

Completed in 14 milliseconds