| /xsrc/external/mit/libX11/dist/src/ |
| H A D | Geom.c | 48 unsigned int bwidth, /* border width */ 70 2 * bwidth - xadd : dx; 73 2 * bwidth - yadd : dy; 83 2 * bwidth - xadd : px; 87 2 * bwidth - yadd : py; 43 XGeometry(Display * dpy,int screen,_Xconst char * pos,_Xconst char * def,unsigned int bwidth,unsigned int fwidth,unsigned int fheight,int xadd,int yadd,register int * x,register int * y,register int * width,register int * height) argument
|
| H A D | WMGeom.c | 51 unsigned int bwidth, /* border width */ 133 (DisplayWidth (dpy, screen) + ux - rwidth - 2 * bwidth) : ux); 136 rx = (DisplayWidth (dpy, screen) + dx - rwidth - 2 * bwidth); 146 (DisplayHeight(dpy, screen) + uy - rheight - 2 * bwidth) : uy); 149 ry = (DisplayHeight(dpy, screen) + dy - rheight - 2 * bwidth); 46 XWMGeometry(Display * dpy,int screen,_Xconst char * user_geom,_Xconst char * def_geom,unsigned int bwidth,XSizeHints * hints,int * x_return,int * y_return,int * width_return,int * height_return,int * gravity_return) argument
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | drawing.c | 156 int bwidth, bheight; local in function:PaintWsButton 161 bwidth = vs->wsw->bwidth; 167 bwidth = occwin->bwidth; 173 bwidth = occwin->owidth; 191 hspace = (bwidth - strWid) / 2; 200 Draw3DBorder(w, 0, 0, bwidth, bheight, Scr->WMgrButtonShadowDepth, 211 bwidth - 2 * Scr->WMgrButtonShadowDepth + 2, 220 bwidth [all...] |
| H A D | occupation.h | 21 int bwidth, bheight; member in struct:OccupyWindow
|
| H A D | workspace_structs.h | 99 int bwidth, bheight; // Button dimensions member in struct:WorkSpaceWindow
|
| H A D | occupation.c | 605 const int bwidth = Scr->vScreenList->wsw->bwidth; local in function:CreateOccupyWindow 687 ws_width = columns * (bwidth + hspace) + hspace; 876 int bwidth, bheight, owidth, oheight; local in function:ResizeOccupyWindow 900 bwidth = (neww - columns * hspace) / columns; 915 i * (bwidth + hspace) + (hspace / 2), 917 bwidth, bheight); 942 occwin->bwidth = bwidth;
|
| H A D | workspace_manager.c | 290 unsigned int bwidth, bheight; local in function:CreateWorkSpaceManagerWindow 321 bwidth = strWid + 10; 327 bwidth = (width - (columns * hspace)) / columns; 334 width = columns * (bwidth + hspace); 372 bwidth = strWid + 2 * Scr->WMgrButtonShadowDepth + 6; 374 width = columns * (bwidth + hspace); 600 const int bwidth = (neww - (columns * hspace)) / columns; local in function:ResizeWorkSpaceManager 613 vs->wsw->bwidth = bwidth; 629 i * (bwidth [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_compute.c | 175 int bwidth, bheight, bdepth; local in function:softpipe_launch_grid 182 bwidth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH]; 185 num_threads_in_group = bwidth * bheight * bdepth; 202 for (w = 0; w < bwidth; w++) { 203 int idx = w + (h * bwidth) + (d * bheight * bwidth); 211 bwidth, bheight, bdepth,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_compute.c | 175 int bwidth, bheight, bdepth; local in function:softpipe_launch_grid 182 bwidth = cs->info.properties[TGSI_PROPERTY_CS_FIXED_BLOCK_WIDTH]; 185 num_threads_in_group = bwidth * bheight * bdepth; 202 for (w = 0; w < bwidth; w++) { 203 int idx = w + (h * bwidth) + (d * bheight * bwidth); 211 bwidth, bheight, bdepth,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | formatquery.c | 1508 GLuint bwidth, bheight; local in function:_mesa_GetInternalformativ 1511 _mesa_get_format_block_size(mesaformat, &bwidth, &bheight); 1512 assert(bwidth > 0 && bheight > 0); 1517 buffer[0] = block_size / bwidth;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | formatquery.c | 1518 GLuint bwidth, bheight; local in function:_mesa_GetInternalformativ 1521 _mesa_get_format_block_size(mesaformat, &bwidth, &bheight); 1522 assert(bwidth > 0 && bheight > 0); 1527 buffer[0] = block_size / bwidth;
|