Searched refs:xLimit (Results 1 – 1 of 1) sorted by relevance
826 IntForInt xFromY, IntForInt yFromX, int xFirst, int xLimit) throws Exception { in checkRoundTripIntTranslation() argument828 for (int i = xFirst; i < xLimit; i++) { in checkRoundTripIntTranslation()832 yFromX.translate(xLimit); in checkRoundTripIntTranslation()838 xFromY.translate(yFromX.translate(xLimit - 1) + 1); in checkRoundTripIntTranslation()