Searched refs:widthp (Results 1 - 6 of 6) sorted by relevance
/solaris-x11-s12/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 | 412 int *widthp, int *heightp); 483 int *widthp, int *heightp);
|
H A D | draw_inquiry.c | 367 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 D | win_grab.c | 116 * 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 D | dga.h | 386 int *widthp, int *heightp);
|
Completed in 36 milliseconds