Lines Matching defs:height

122 	const int			height	= src.getHeight();
125 for (int y = 0; y < height; y++)
149 const int height = test.getHeight();
157 for (int y = 0; y < height; y++)
175 if (y < radius || x < radius || y + radius >= height || x + radius >= width)
272 const int height = image.getHeight();
279 for (int y = 0; y < height; y++)
468 const int height = m_context.getRenderTarget().getHeight();
470 m_testCtx.getLog() << TestLog::Message << "Render target size: " << width << "x" << height << TestLog::EndMessage;
471 if (width < TEST_CANVAS_SIZE || height < TEST_CANVAS_SIZE)
526 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
549 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height);
663 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
687 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height);
886 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
915 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height);
1145 log << TestLog::Message << "Viewport: left=" << m_viewport.left << "\tbottom=" << m_viewport.bottom << "\twidth=" << m_viewport.width << "\theight=" << m_viewport.height << TestLog::EndMessage;
1162 ctx.viewport (m_viewport.left, m_viewport.bottom, m_viewport.width, m_viewport.height);