Lines Matching defs:width
305 const int width = 100;
307 std::vector<GLubyte> fb(width * height * 4);
308 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]);
316 for (int x = 10; x < width / 2 - 10; ++x, i += 4)
336 for (int x = width / 2 + 10; x < width - 10; ++x, i += 4)
356 for (int x = width / 2 + 10; x < width - 10; ++x, i += 4)
376 for (int x = 10; x < width / 2 - 10; ++x, i += 4)
396 for (int x = 0; x < width; ++x, i += 4)
416 for (int x = width / 2 - 2; x < width / 2 + 2; ++x, i += 4)