Searched refs:max_dim (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | SimpleMenu.c | 1618 int width, height, tmp_w, tmp_h, max_dim; local in function:CalculateNewSize 1633 max_dim = *height_return; 1635 max_dim = HeightOfScreen(XtScreen(w)); 1639 max_dim = XtHeight(w); 1640 max_dim -= vadd; 1661 if (n && (height + height_kid > max_dim)) { 1692 max_dim -= max_dim % test_h; 1693 space = max_dim - (height % max_dim); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_texture.c | 865 unsigned max_dim = template->width0; local in function:svga_texture_create 876 max_dim = MAX2(max_dim, template->height0); 879 max_dim = MAX3(max_dim, template->height0, template->depth0); 889 assert(1 << template->last_level <= max_dim);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_texture.c | 918 unsigned max_dim = template->width0; local in function:svga_texture_create 929 max_dim = MAX2(max_dim, template->height0); 932 max_dim = MAX3(max_dim, template->height0, template->depth0); 942 assert(1 << template->last_level <= max_dim);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect.h | 58 struct glx_context * gc, unsigned max_dim, GLint width, GLint height,
|
| H A D | indirect.c | 110 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim, argument 124 if ((height == 0) || (max_dim < 2)) { height = 1; } 125 if ((depth == 0) || (max_dim < 3)) { depth = 1; }
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | indirect.h | 58 struct glx_context * gc, unsigned max_dim, GLint width, GLint height,
|
| H A D | indirect.c | 110 __glXReadPixelReply( Display *dpy, struct glx_context * gc, unsigned max_dim, argument 124 if ((height == 0) || (max_dim < 2)) { height = 1; } 125 if ((depth == 0) || (max_dim < 3)) { depth = 1; }
|
Completed in 43 milliseconds