Searched refs:endZ (Results 1 – 1 of 1) sorted by relevance
106 …const int endZ = (acceptOutOfBoundsAsAnyValue) ? (depth - maxPositionDeviation.z()) : (depth… in findNumPositionDeviationFailingPixels() local109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug in findNumPositionDeviationFailingPixels()113 for (int z = beginZ; z < endZ; z++) in findNumPositionDeviationFailingPixels()