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