Searched refs:xFirst (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()