Home
last modified time | relevance | path

Searched refs:indexX (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DPictureSet.cpp1147 for (int indexX = 0; indexX < across; ) { in split() local
1148 int right = bounds.fLeft + width * ++indexX / across; in split()