Lines Matching refs:getWidth
282 const int width = m_context.getRenderTarget().getWidth();
335 for (int x = 0; x < refImg.getWidth(); x++)
337 const float xf = (float(x)+.5f) / float(refImg.getWidth());
376 const int width = m_context.getRenderTarget().getWidth();
427 for (int x = 0; x < refImg.getWidth(); x++)
429 const float xf = (float(x)+.5f) / float(refImg.getWidth());
463 const int width = de::min(256, m_context.getRenderTarget().getWidth());
514 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width);
551 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight()))
585 const int width = de::min(64, m_context.getRenderTarget().getWidth());
587 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width);
657 for(int x = 0; x < refImg.getWidth() / 2; x++)
661 for(int x = refImg.getWidth() / 2; x < refImg.getWidth(); x++)
665 for(int x = 0; x < refImg.getWidth() / 2; x++)
669 for(int x = refImg.getWidth() / 2; x < refImg.getWidth(); x++)