Lines Matching refs:getHeight
281 const int height = m_context.getRenderTarget().getHeight(); in iterate()
331 for (int y = 0; y < refImg.getHeight(); y++) in iterate()
336 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate()
375 const int height = m_context.getRenderTarget().getHeight(); in iterate()
423 for (int y = 0; y < refImg.getHeight(); y++) in iterate()
428 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate()
462 const int height = de::min(256, m_context.getRenderTarget().getHeight()); in iterate()
513 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
549 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight())) in iterate()
584 const int height = de::min(64, m_context.getRenderTarget().getHeight()); in iterate()
586 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
641 for (int y = 0; y < refImg.getHeight(); y++) in iterate()