Home | History | Annotate | Download | only in jni

Lines Matching defs:firstTileX

360     int firstTileX = rect.fLeft / mBucketSizeX;
365 for (int i = firstTileX; i <= lastTileX; i++) {
393 int firstTileX = rect.fLeft / mBucketSizeX;
399 firstTileX, firstTileY,
402 for (int i = firstTileX; i <= lastTileX; i++) {
411 int left = (i == firstTileX) ? rect.fLeft - deltaX : 0;