Home | History | Annotate | Download | only in include

Lines Matching refs:tiles_x

1443                 this._FBU.tiles_x = Math.ceil(this._FBU.width / 16);
1445 this._FBU.total_tiles = this._FBU.tiles_x * this._FBU.tiles_y;
1460 var tile_x = curr_tile % this._FBU.tiles_x;
1461 var tile_y = Math.floor(curr_tile / this._FBU.tiles_x);