Home | History | Annotate | Download | only in app

Lines Matching refs:tileSize

679         int tileSize = TILE_SIZE * sample;
689 tx < rect.right; tx += tileSize, x += TILE_SIZE) {
691 ty < rect.bottom; ty += tileSize, y += TILE_SIZE) {
692 tileRect.set(tx, ty, tx + tileSize, ty + tileSize);