HomeSort by: relevance | last modified time | path
    Searched refs:bw (Results 1 - 25 of 160) sorted by relevancy

1 2 3 4 5 6 7

  /xsrc/external/mit/ctwm/dist/
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);
win_ops.h 14 int bw, int th);
icons_builtin.c 89 int bw; local
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...]
drawing.h 11 void Draw3DBorder(Window w, int x, int y, int width, int height, int bw,
functions_identify.c 68 unsigned int wwidth, wheight, bw, depth; local
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 + t->frame_bw3D)
    [all...]
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)
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,
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 < limit)
    [all...]
drawing.c 34 Draw3DBorder(Window w, int x, int y, int width, int height, int bw,
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/libXmu/dist/src/
ScrOfWin.c 44 unsigned int width, height, bw, depth; /* dummy variables */ local
47 &bw, &depth)) {
  /xsrc/external/mit/MesaLib/src/intel/isl/
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 = 1
    [all...]
  /xsrc/external/mit/MesaLib.old/src/intel/
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 = 1
    [all...]
  /xsrc/external/mit/xterm/dist/
svg.c 54 static Dimension bw = 0; /* borderWidth */ variable
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 + i
    [all...]
  /xsrc/external/mit/twm/dist/src/
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/dist/src/util/format/
u_format_rgtc.c 43 const unsigned bw = 4, bh = 4, comps = 4; local
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
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
121 for(x = 0; x < width; x += bw) {
122 uint8_t tmp[4][4]; /* [bh][bw][comps] *
173 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
242 const unsigned bw = 4, bh = 4, comps = 4; local
267 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
292 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
412 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
    [all...]
u_format_etc.c 30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
37 for (x = 0; x < width; x+= bw) {
44 for (i = 0; i < bw; i++) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format_rgtc.c 43 const unsigned bw = 4, bh = 4, comps = 4; local
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
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
121 for(x = 0; x < width; x += bw) {
122 uint8_t tmp[4][4]; /* [bh][bw][comps] *
172 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local
240 const unsigned bw = 4, bh = 4, comps = 4; local
265 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
290 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local
    [all...]
u_format_etc.c 30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
37 for (x = 0; x < width; x+= bw) {
44 for (i = 0; i < bw; i++) {
  /xsrc/external/mit/xorg-server/dist/composite/
compalloc.c 239 int bw = (int) pWin->borderWidth; local
240 int x = bw;
241 int y = bw;
602 int bw = (int) pWin->borderWidth; local
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)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texcompress_etc.c 679 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
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
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
786 for (x = 0; x < width; x+= bw) {
787 const unsigned w = MIN2(bw, width - x);
817 const unsigned bw = 4, bh = 4, bs = 16, comps = 4 local
864 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local
901 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local
951 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local
989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local
1036 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
1073 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
    [all...]
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
153 for (x = 0; x < width; x+= bw) {
158 for (i = 0; i < MIN2(bw, width - x); i++) {
texcompress.c 891 GLuint bw, bh; local
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
947 _mesa_get_format_block_size(format, &bw, &bh);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texcompress_etc.c 677 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
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
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
784 for (x = 0; x < width; x+= bw) {
785 const unsigned w = MIN2(bw, width - x);
815 const unsigned bw = 4, bh = 4, bs = 16, comps = 4 local
862 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local
899 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local
949 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local
987 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local
1034 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
1071 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
    [all...]
texcompress_etc_tmp.h 146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local
153 for (x = 0; x < width; x+= bw) {
158 for (i = 0; i < MIN2(bw, width - x); i++) {
texcompress.c 891 GLuint bw, bh; local
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
947 _mesa_get_format_block_size(format, &bw, &bh);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_etc2.c 83 const unsigned bw = util_format_get_blockwidth(format); local
102 for (unsigned x = 0; x < width; x += bw) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_etc2.c 83 const unsigned bw = util_format_get_blockwidth(format); local
102 for (unsigned x = 0; x < width; x += bw) {

Completed in 28 milliseconds

1 2 3 4 5 6 7