Lines Matching defs:width
419 const int width = 100;
421 std::vector<vec3> fb(width * height);
422 glReadPixels(0, 0, width, height, GL_RGB, GL_FLOAT, &fb[0]);
430 for (int x = 10; x < width / 2 - 10; ++x)
432 const int idx = y * width + x;
453 for (int x = width / 2 + 10; x < width - 10; ++x)
455 const int idx = y * width + x;
476 for (int x = width / 2 + 10; x < width - 10; ++x)
478 const int idx = y * width + x;
499 for (int x = 10; x < width / 2 - 10; ++x)
501 const int idx = y * width + x;
522 for (int x = 0; x < width; ++x)
524 const int idx = y * width + x;
545 for (int x = width / 2 - 2; x < width / 2 + 2; ++x)
547 const int idx = y * width + x;