Home
last modified time | relevance | path

Searched refs:TileCoord (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfTiledOutputFile.cpp128 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()
[all …]