Lines Matching full:getwidth
297 const int width = m_context.getRenderTarget().getWidth();
353 for (int x = 0; x < refImg.getWidth(); x++)
355 const float xf = (float(x)+.5f) / float(refImg.getWidth());
394 const int width = m_context.getRenderTarget().getWidth();
448 for (int x = 0; x < refImg.getWidth(); x++)
450 const float xf = (float(x)+.5f) / float(refImg.getWidth());
484 const int width = de::min(256, m_context.getRenderTarget().getWidth());
538 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width);
575 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight()))
609 const int width = de::min(64, m_context.getRenderTarget().getWidth());
611 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width);
672 for (int x = 0; x < refImg.getWidth()/2; x++)
675 for (int x = refImg.getWidth()/2; x < refImg.getWidth(); x++)
741 const int width = m_context.getRenderTarget().getWidth();
965 const int width = m_context.getRenderTarget().getWidth();