| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ScrOfWin.c | 44 unsigned int width, height, bw, depth; /* dummy variables */ local in function:XmuScreenOfWindow 47 &bw, &depth)) {
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_decorations.h | 10 int x, int y, int w, int h, int bw); 12 int x, int y, int w, int h, int bw, bool sendEvent);
|
| H A D | win_ops.h | 14 int bw, int th);
|
| H A D | icons_builtin.c | 89 int bw; local in function:CreateMenuIcon 117 bw = mh / 16; 118 if(bw == 0 && mw > 2) { 119 bw = 1; 121 tw = mw - bw * 2; 122 th = mh - bw * 2; 126 XFillRectangle(dpy, pix, gc, ix + bw, iy + bw, tw, th); 132 lx = ix + bw + (tw - lw) / 2; 134 lh = th / 2 - bw; [all...] |
| H A D | drawing.h | 11 void Draw3DBorder(Window w, int x, int y, int width, int height, int bw,
|
| H A D | functions_identify.c | 68 unsigned int wwidth, wheight, bw, depth; local in function:Identify 116 bw = t->frame_bw; 132 wwidth + 2 * (bw + t->frame_bw3D), 133 wheight + 2 * (bw + t->frame_bw3D) + t->title_height, 134 x - (bw + t->frame_bw3D), 135 y - (bw + t->frame_bw3D + t->title_height), 140 wwidth + 2 * (bw + t->frame_bw3D), 141 wheight + 2 * (bw + t->frame_bw3D) + t->title_height, 142 Scr->rootw - (x + wwidth + bw + t->frame_bw3D), 143 Scr->rooth - (y + wheight + bw [all...] |
| H A D | win_decorations.c | 36 int thick, int bw, ColorPair cp, CornerType type); 56 * bw - the border width of the frame window or -1 not to change 71 SetupWindow(TwmWindow *tmp_win, int x, int y, int w, int h, int bw) argument 73 SetupFrame(tmp_win, x, y, w, h, bw, false); 77 SetupFrame(TwmWindow *tmp_win, int x, int y, int w, int h, int bw, argument 83 fprintf(stderr, "SetupFrame: x=%d, y=%d, w=%d, h=%d, bw=%d\n", 84 x, y, w, h, bw); 88 if(bw < 0) { 89 bw = tmp_win->frame_bw; 109 if(y + h + bw < limi 1321 Draw3DCorner(Window w,int x,int y,int width,int height,int thick,int bw,ColorPair cp,CornerType type) argument [all...] |
| H A D | drawing.c | 34 Draw3DBorder(Window w, int x, int y, int width, int height, int bw, argument 57 for(i = 0; i < bw; i++) { 70 for(i = 0; i < bw; i++) { 99 for(i = 0; i < bw; i++) { 107 for(i = 0; i < bw; i++) { 121 for(i = 0; i < bw; i++) { 134 for(i = 0; i < bw; i++) {
|
| /xsrc/external/mit/MesaLib/src/intel/isl/ |
| H A D | isl_format_layout.c | 613 .bw = 1, 633 .bw = 1, 653 .bw = 1, 673 .bw = 1, 693 .bw = 1, 713 .bw = 1, 733 .bw = 1, 753 .bw = 1, 773 .bw = 1, 793 .bw [all...] |
| /xsrc/external/mit/MesaLib.old/src/intel/ |
| H A D | isl_format_layout.c | 34 .bw = 1, 54 .bw = 1, 74 .bw = 1, 94 .bw = 1, 114 .bw = 1, 134 .bw = 1, 154 .bw = 1, 174 .bw = 1, 194 .bw = 1, 214 .bw [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/data/ |
| H A D | Makefile.am | 28 bw.rgb \
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | svg.c | 54 static Dimension bw = 0; /* borderWidth */ variable in typeref:typename:Dimension 83 bw = BorderWidth(xw); 91 fprintf(fp, " viewBox='0 0 %d %d'>\n", 2 * (bw + ib) + cols * CELLW, 2 * 92 (bw + ib) + 108 (unsigned) (cols * CELLW + 2 * (bw + ib)), 109 (unsigned) (rows * CELLH + 2 * (bw + ib)), 112 bw, bw, 194 fprintf(fp, " <rect x='%d' y='%d' ", bw + ib + col * CELLW, bw [all...] |
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.h | 75 extern void SetupFrame(TwmWindow *tmp_win, int x, int y, int w, int h, int bw, 77 extern void SetupWindow(TwmWindow *tmp_win, int x, int y, int w, int h, int bw);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_rgtc.c | 43 const unsigned bw = 4, bh = 4, comps = 4; local in function:util_format_rgtc1_unorm_unpack_rgba_8unorm 49 for(x = 0; x < width; x += bw) { 51 for(i = 0; i < bw; ++i) { 69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_unorm_pack_rgba_8unorm 74 for(x = 0; x < width; x += bw) { 75 uint8_t tmp[4][4]; /* [bh][bw][comps] */ 77 for(i = 0; i < bw; ++i) { 116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_unorm_pack_rgba_float 121 for(x = 0; x < width; x += bw) { 122 uint8_t tmp[4][4]; /* [bh][bw][comp 172 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_snorm_pack_rgba_float 240 const unsigned bw = 4, bh = 4, comps = 4; local in function:util_format_rgtc2_unorm_unpack_rgba_8unorm 265 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rgtc2_unorm_pack_rgba_8unorm 290 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rxtc2_unorm_pack_rgba_float 409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rxtc2_snorm_pack_rgba_float [all...] |
| H A D | u_format_etc.c | 30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:util_format_etc1_rgb8_unpack_rgba_float 37 for (x = 0; x < width; x+= bw) { 44 for (i = 0; i < bw; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_rgtc.c | 43 const unsigned bw = 4, bh = 4, comps = 4; local in function:util_format_rgtc1_unorm_unpack_rgba_8unorm 49 for(x = 0; x < width; x += bw) { 51 for(i = 0; i < bw; ++i) { 69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_unorm_pack_rgba_8unorm 74 for(x = 0; x < width; x += bw) { 75 uint8_t tmp[4][4]; /* [bh][bw][comps] */ 77 for(i = 0; i < bw; ++i) { 116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_unorm_pack_rgba_float 121 for(x = 0; x < width; x += bw) { 122 uint8_t tmp[4][4]; /* [bh][bw][comp 173 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_snorm_pack_rgba_float 242 const unsigned bw = 4, bh = 4, comps = 4; local in function:util_format_rgtc2_unorm_unpack_rgba_8unorm 267 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rgtc2_unorm_pack_rgba_8unorm 292 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rxtc2_unorm_pack_rgba_float 412 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rxtc2_snorm_pack_rgba_float [all...] |
| H A D | u_format_etc.c | 30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:util_format_etc1_rgb8_unpack_rgba_float 37 for (x = 0; x < width; x+= bw) { 44 for (i = 0; i < bw; i++) {
|
| /xsrc/external/mit/xorg-server/dist/composite/ |
| H A D | compalloc.c | 239 int bw = (int) pWin->borderWidth; local in function:compRestoreWindow 240 int x = bw; 241 int y = bw; 602 int bw = (int) pWin->borderWidth; local in function:compAllocPixmap 603 int x = pWin->drawable.x - bw; 604 int y = pWin->drawable.y - bw; 605 int w = pWin->drawable.width + (bw << 1); 606 int h = pWin->drawable.height + (bw << 1); 620 compSetPixmap(pWin, pPixmap, bw); 671 unsigned int w, unsigned int h, int bw) 670 compReallocPixmap(WindowPtr pWin,int draw_x,int draw_y,unsigned int w,unsigned int h,int bw) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_etc.c | 677 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_rgb8 689 for (x = 0; x < width; x+= bw) { 694 const unsigned w = MIN2(bw, width - x); 725 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_srgb8 734 for (x = 0; x < width; x+= bw) { 735 const unsigned w = MIN2(bw, width - x); 776 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; local in function:etc2_unpack_rgba8 784 for (x = 0; x < width; x+= bw) { 785 const unsigned w = MIN2(bw, width - x); 815 const unsigned bw local in function:etc2_unpack_srgb8_alpha8 862 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_r11 899 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_rg11 949 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_signed_r11 987 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_signed_rg11 1034 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_rgb8_punchthrough_alpha1 1071 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_srgb8_punchthrough_alpha1 [all...] |
| H A D | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc1_unpack_rgba8888 153 for (x = 0; x < width; x+= bw) { 158 for (i = 0; i < MIN2(bw, width - x); i++) {
|
| H A D | texcompress.c | 891 GLuint bw, bh; local in function:_mesa_compressed_image_address 894 _mesa_get_format_block_size(mesaFormat, &bw, &bh); 896 assert(col % bw == 0); 899 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw; 943 GLuint bytes, bw, bh; local in function:_mesa_decompress_image 947 _mesa_get_format_block_size(format, &bw, &bh);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_etc.c | 679 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_rgb8 691 for (x = 0; x < width; x+= bw) { 696 const unsigned w = MIN2(bw, width - x); 727 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_srgb8 736 for (x = 0; x < width; x+= bw) { 737 const unsigned w = MIN2(bw, width - x); 778 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; local in function:etc2_unpack_rgba8 786 for (x = 0; x < width; x+= bw) { 787 const unsigned w = MIN2(bw, width - x); 817 const unsigned bw local in function:etc2_unpack_srgb8_alpha8 864 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_r11 901 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_rg11 951 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_signed_r11 989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_signed_rg11 1036 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_rgb8_punchthrough_alpha1 1073 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_srgb8_punchthrough_alpha1 [all...] |
| H A D | texcompress_etc_tmp.h | 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc1_unpack_rgba8888 153 for (x = 0; x < width; x+= bw) { 158 for (i = 0; i < MIN2(bw, width - x); i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_etc2.c | 83 const unsigned bw = util_format_get_blockwidth(format); local in function:etna_etc2_calculate_blocks 102 for (unsigned x = 0; x < width; x += bw) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_etc2.c | 83 const unsigned bw = util_format_get_blockwidth(format); local in function:etna_etc2_calculate_blocks 102 for (unsigned x = 0; x < width; x += bw) {
|