Searched refs:indexX (Results 1 – 1 of 1) sorted by relevance
1147 for (int indexX = 0; indexX < across; ) { in split() local1148 int right = bounds.fLeft + width * ++indexX / across; in split()