Lines Matching refs:getWidth
251 const int viewportWid = de::min(m_renderCtx.getRenderTarget().getWidth(), maxViewportWid); in drawAndCheckGradient()
253 const int viewportX = rnd.getInt(0, m_renderCtx.getRenderTarget().getWidth() - viewportWid); in drawAndCheckGradient()
293 for (int x = 0; x < renderedImg.getWidth(); x++) in drawAndCheckGradient()
295 … : x) + 0.5f) / (float)(isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg.getWidth()); in drawAndCheckGradient()
297 …const bool increaseTol = ((renderedImg.getWidth() < 300) || (renderedImg.getHeigh… in drawAndCheckGradient()
325 …ncreasingDirectionSize = isVerticallyIncreasing ? renderedImg.getHeight() : renderedImg.getWidth(); in drawAndCheckGradient()
326 …const int constantDirectionSize = isVerticallyIncreasing ? renderedImg.getWidth() : renderedImg.ge… in drawAndCheckGradient()
369 const int viewportWid = de::min(m_renderCtx.getRenderTarget().getWidth(), maxViewportWid); in drawAndCheckUnicoloredQuad()
371 const int viewportX = rnd.getInt(0, m_renderCtx.getRenderTarget().getWidth() - viewportWid); in drawAndCheckUnicoloredQuad()
407 for (int x = 0; x < renderedImg.getWidth(); x++) in drawAndCheckUnicoloredQuad()
439 for (int x = 0; x < renderedImg.getWidth(); x++) in drawAndCheckUnicoloredQuad()