Lines Matching defs:height
177 QuadGrid::QuadGrid (int gridSize, int width, int height, const Vec4& constCoords, const vector<Mat4>& userAttribTransforms, const vector<TextureBinding>& textures)
185 Vec4 viewportScale = Vec4((float)width, (float)height, 0.0f, 0.0f);
433 int height = viewportSize.y();
436 QuadGrid quadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, Vec4(0.125f, 0.25f, 0.5f, 1.0f), m_userAttribTransforms, m_textures);
439 Surface resImage(width, height);
443 Surface refImage (width, height);
598 int height = result.getHeight();
601 int yOffsetMax = m_renderCtx.getRenderTarget().getHeight() - height;
609 gl.viewport(xOffset, yOffset, width, height);
639 int height = result.getHeight();
676 float sy0 = y0 * (float)height;
677 float sy1 = y1 * (float)height;
701 DE_ASSERT(deInBounds32(iy, 0, height));
726 int height = result.getHeight();
731 for (int y = 0; y < height; y++)
735 float sy = ((float)y + 0.5f) / (float)height;