Lines Matching refs:getHeight
283 const int height = m_context.getRenderTarget().getHeight(); in iterate()
333 for (int y = 0; y < refImg.getHeight(); y++) in iterate()
338 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate()
377 const int height = m_context.getRenderTarget().getHeight(); in iterate()
425 for (int y = 0; y < refImg.getHeight(); y++) in iterate()
430 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); in iterate()
464 const int height = de::min(256, m_context.getRenderTarget().getHeight()); in iterate()
515 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
551 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight())) in iterate()
586 const int height = de::min(64, m_context.getRenderTarget().getHeight()); in iterate()
588 const int viewportY = rnd.getInt(0, m_context.getRenderTarget().getHeight()-height); in iterate()
656 for(int y = 0; y < refImg.getHeight() / 2; y++) in iterate()
660 for(int y = 0; y < refImg.getHeight() / 2; y++) in iterate()
664 for(int y = refImg.getHeight() / 2; y < refImg.getHeight(); y++) in iterate()
668 for(int y = refImg.getHeight() / 2; y < refImg.getHeight(); y++) in iterate()