Lines Matching defs:height

125 	const int			height	= src.getHeight();
128 for (int y = 0; y < height; y++)
152 const int height = test.getHeight();
160 for (int y = 0; y < height; y++)
178 if (y < radius || x < radius || y + radius >= height || x + radius >= width)
275 const int height = image.getHeight();
282 for (int y = 0; y < height; y++)
471 const int height = m_context.getRenderTarget().getHeight();
473 m_testCtx.getLog() << TestLog::Message << "Render target size: " << width << "x" << height << TestLog::EndMessage;
474 if (width < TEST_CANVAS_SIZE || height < TEST_CANVAS_SIZE)
529 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
552 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height);
666 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
690 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height);
890 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
919 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height);
1149 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
1166 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height);