Lines Matching defs:height
1771 const int height = viewportSize.y();
1772 const tcu::Vec3 scale (1.0f / float(width), 1.0f / float(height), 1.0f);
1786 for (int y = 0; y < height; y++)
1791 const float yf = (float(height - y - 1) + .5f) / float(height);
1899 const int height = viewportSize.y();
1911 for (int y = 0; y < height; y++)
1916 const float yf = (float(height - y - 1) +.5f) / float(height);
2022 const int height = viewportSize.y();
2027 Surface resImage (width, height);
2028 Surface refImage (width, height);
2030 const tcu::Vec3 scale(1.0f / float(width), 1.0f / float(height), 1.0f);
2071 const float centerY = float(height)*(y*0.5f + 0.5f);
2262 const int height = viewportSize.y();
2264 Surface resImage (width, height);
2265 Surface refImage (width, height);