Lines Matching refs:w
117 int w = 0;
118 for ( ; w < r; w += 1) {
119 int squ = w * w;
122 current[yn + x + w] = v;
123 current[yp + x + w] = v;
124 current[yn + x - w] = v;
125 current[yp + x - w] = v;
151 int w = width;
152 while (w) {
157 w -= 1;
169 int w = (wave + 0x10000) >> 8;
170 w &= ~(w >> 31);
171 int r = (map[i] * w) >> 3;