Home | History | Annotate | Download | only in jni

Lines Matching refs:firstTileY

361     int firstTileY = rect.fTop / mBucketSizeY;
366 for (int j = firstTileY; j <= lastTileY; j++) {
394 int firstTileY = rect.fTop / mBucketSizeY;
399 firstTileX, firstTileY,
403 for (int j = firstTileY; j <= lastTileY; j++) {
412 int top = (j == firstTileY) ? rect.fTop - deltaY : 0;