Lines Matching defs:height
233 QuadGrid::QuadGrid(int gridSize, int width, int height, const Vec4& constCoords,
242 Vec4 viewportScale = Vec4((float)width, (float)height, 0.0f, 0.0f);
496 int height = viewportSize.y();
499 QuadGrid quadGrid(m_isVertexCase ? GRID_SIZE : 4, width, height, Vec4(0.0f, 0.0f, 0.0f, 1.0f),
503 Surface resImage(width, height);
507 Surface refImage(width, height);
666 int height = result.getHeight();
669 int yOffsetMax = m_renderCtx.getRenderTarget().getHeight() - height;
677 gl.viewport(xOffset, yOffset, width, height);
711 int height = result.getHeight();
748 float sy0 = y0 * (float)height;
749 float sy1 = y1 * (float)height;
773 DE_ASSERT(deInBounds32(iy, 0, height));
802 int height = result.getHeight();
807 for (int y = 0; y < height; y++)
811 float sy = ((float)y + 0.5f) / (float)height;