Lines Matching defs:width
233 QuadGrid::QuadGrid(int gridSize, int width, int height, const Vec4& constCoords,
242 Vec4 viewportScale = Vec4((float)width, (float)height, 0.0f, 0.0f);
495 int width = viewportSize.x();
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);
665 int width = result.getWidth();
668 int xOffsetMax = m_renderCtx.getRenderTarget().getWidth() - width;
677 gl.viewport(xOffset, yOffset, width, height);
710 int width = result.getWidth();
746 float sx0 = x0 * (float)width;
747 float sx1 = x1 * (float)width;
772 DE_ASSERT(deInBounds32(ix, 0, width));
801 int width = result.getWidth();
808 for (int x = 0; x < width; x++)
810 float sx = ((float)x + 0.5f) / (float)width;