Searched refs:dataWindowForLevel (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfTiledRgbaFile.h | 207 Imath::Box2i dataWindowForLevel (int l = 0) const; 208 Imath::Box2i dataWindowForLevel (int lx, int ly) const; 412 Imath::Box2i dataWindowForLevel (int l = 0) const; 413 Imath::Box2i dataWindowForLevel (int lx, int ly) const;
|
D | ImfTiledInputFile.h | 275 Imath::Box2i dataWindowForLevel (int l = 0) const; 276 Imath::Box2i dataWindowForLevel (int lx, int ly) const;
|
D | ImfTiledOutputFile.h | 277 Imath::Box2i dataWindowForLevel (int l = 0) const; 278 Imath::Box2i dataWindowForLevel (int lx, int ly) const;
|
D | ImfTiledRgbaFile.cpp | 567 TiledRgbaOutputFile::dataWindowForLevel (int l) const in dataWindowForLevel() function in Imf::TiledRgbaOutputFile 569 return _outputFile->dataWindowForLevel (l); in dataWindowForLevel() 574 TiledRgbaOutputFile::dataWindowForLevel (int lx, int ly) const in dataWindowForLevel() function in Imf::TiledRgbaOutputFile 576 return _outputFile->dataWindowForLevel (lx, ly); in dataWindowForLevel() 1064 TiledRgbaInputFile::dataWindowForLevel (int l) const in dataWindowForLevel() function in Imf::TiledRgbaInputFile 1066 return _inputFile->dataWindowForLevel (l); in dataWindowForLevel() 1071 TiledRgbaInputFile::dataWindowForLevel (int lx, int ly) const in dataWindowForLevel() function in Imf::TiledRgbaInputFile 1073 return _inputFile->dataWindowForLevel (lx, ly); in dataWindowForLevel()
|
D | ImfTiledMisc.cpp | 73 dataWindowForLevel (const TileDescription &tileDesc, in dataWindowForLevel() function 100 V2i levelMax = dataWindowForLevel in dataWindowForTile()
|
D | ImfTiledMisc.h | 53 Imath::Box2i dataWindowForLevel (const TileDescription &tileDesc,
|
D | ImfTiledInputFile.cpp | 1238 TiledInputFile::dataWindowForLevel (int l) const in dataWindowForLevel() function in Imf::TiledInputFile 1240 return dataWindowForLevel (l, l); in dataWindowForLevel() 1245 TiledInputFile::dataWindowForLevel (int lx, int ly) const in dataWindowForLevel() function in Imf::TiledInputFile 1249 return Imf::dataWindowForLevel (_data->tileDesc, in dataWindowForLevel()
|
D | ImfTiledOutputFile.cpp | 1555 TiledOutputFile::dataWindowForLevel (int l) const in dataWindowForLevel() function in Imf::TiledOutputFile 1557 return dataWindowForLevel (l, l); in dataWindowForLevel() 1562 TiledOutputFile::dataWindowForLevel (int lx, int ly) const in dataWindowForLevel() function in Imf::TiledOutputFile 1566 return Imf::dataWindowForLevel (_data->tileDesc, in dataWindowForLevel()
|
D | ImfInputFile.cpp | 222 Box2i levelRange = ifd->tFile->dataWindowForLevel(0); in bufferedReadPixels()
|