Lines Matching defs:width
303 const int width = 100;
305 std::vector<GLubyte> fb(width * height * 4);
306 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, &fb[0]);
314 for (int x = 10; x < width / 2 - 10; ++x, i += 4)
334 for (int x = width / 2 + 10; x < width - 10; ++x, i += 4)
354 for (int x = width / 2 + 10; x < width - 10; ++x, i += 4)
374 for (int x = 10; x < width / 2 - 10; ++x, i += 4)
394 for (int x = 0; x < width; ++x, i += 4)
414 for (int x = width / 2 - 2; x < width / 2 + 2; ++x, i += 4)