Home | History | Annotate | Download | only in functional

Lines Matching defs:barLength

3514 	const int		barLength			= (int)(rowWidthRatio * (float)layer.getWidth());
3520 m_testCtx.getLog() << tcu::TestLog::Message << "Expecting all pixels with distance less or equal to (about) " << barLength << " pixels from left border to be of color " << barColor.swizzle(0,1,2) << "." << tcu::TestLog::EndMessage;
3535 if (x <= barLength - barLengthThreshold)
3537 else if (x >= barLength + barLengthThreshold)