Lines Matching defs:height
420 const int height = 100;
421 std::vector<vec3> fb(width * height);
422 glReadPixels(0, 0, width, height, GL_RGB, GL_FLOAT, &fb[0]);
428 for (int y = 10; y < height / 2 - 10; ++y)
451 for (int y = 10; y < height / 2 - 10; ++y)
474 for (int y = height / 2 + 10; y < height - 10; ++y)
497 for (int y = height / 2 + 10; y < height - 10; ++y)
520 for (int y = height / 2 - 2; y < height / 2 + 2; ++y)
543 for (int y = 0; y < height; ++y)