Lines Matching refs:TileCoord
128 struct TileCoord struct
136 TileCoord (int xTile = 0, int yTile = 0, in TileCoord() argument
147 operator < (const TileCoord &other) const in operator <() argument
157 operator == (const TileCoord &other) const in operator ==() argument
187 typedef map <TileCoord, BufferedTile *> TileMap;
196 TileCoord tileCoord;
270 TileCoord nextTileToWrite;
280 TileCoord nextTileCoord (const TileCoord &a);
327 TileCoord
328 TiledOutputFile::Data::nextTileCoord (const TileCoord &a) in nextTileCoord()
330 TileCoord b = a; in nextTileCoord()
511 TileCoord currentTile = TileCoord(dx, dy, lx, ly); in bufferedTileWrite()
678 _tileBuffer->tileCoord = TileCoord (dx, dy, lx, ly); in TileBufferTask()
929 TileCoord (0, 0, 0, 0): in initialize()
930 TileCoord (0, _data->numYTiles[0] - 1, 0, 0); in initialize()