Home | History | Annotate | Download | only in common

Lines Matching defs:endX

104 	const int			endX				= (acceptOutOfBoundsAsAnyValue) ? (width  - maxPositionDeviation.x()) : (width);
109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug
117 for (int x = beginX; x < endX; x++)