Home | History | Annotate | Download | only in common

Lines Matching defs:endY

105 	const int			endY				= (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (height);
109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug
115 for (int y = beginY; y < endY; y++)