Home | History | Annotate | Download | only in functional

Lines Matching full:getwidth

274 		const int				width		= m_context.getRenderTarget().getWidth();
327 for (int x = 0; x < refImg.getWidth(); x++)
329 const float xf = (float(x)+.5f) / float(refImg.getWidth());
368 const int width = m_context.getRenderTarget().getWidth();
419 for (int x = 0; x < refImg.getWidth(); x++)
421 const float xf = (float(x)+.5f) / float(refImg.getWidth());
455 const int width = de::min(256, m_context.getRenderTarget().getWidth());
506 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width);
543 if (de::inBounds(dx, 0, refImg.getWidth()) && de::inBounds(dy, 0, refImg.getHeight()))
577 const int width = de::min(64, m_context.getRenderTarget().getWidth());
579 const int viewportX = rnd.getInt(0, m_context.getRenderTarget().getWidth()-width);
637 for (int x = 0; x < refImg.getWidth()/2; x++)
640 for (int x = refImg.getWidth()/2; x < refImg.getWidth(); x++)