HomeSort by relevance Sort by last modified time
    Searched refs:dataWindowForLevel (Results 1 - 9 of 9) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTiledMisc.h 53 Imath::Box2i dataWindowForLevel (const TileDescription &tileDesc,
ImfTiledInputFile.h 259 // dataWindowForLevel(lx, ly) returns a 2-dimensional region of
269 // dataWindowForLevel(level) is a convenience function used
271 // dataWindowForLevel(level, level).
275 Imath::Box2i dataWindowForLevel (int l = 0) const;
276 Imath::Box2i dataWindowForLevel (int lx, int ly) const;
ImfTiledOutputFile.h 260 // dataWindowForLevel(lx, ly) returns a 2-dimensional
271 // dataWindowForLevel(level) is a convenience function used
273 // dataWindowForLevel(level, level).
277 Imath::Box2i dataWindowForLevel (int l = 0) const;
278 Imath::Box2i dataWindowForLevel (int lx, int ly) const;
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;
ImfTiledMisc.cpp 73 dataWindowForLevel (const TileDescription &tileDesc,
100 V2i levelMax = dataWindowForLevel
ImfTiledRgbaFile.cpp 567 TiledRgbaOutputFile::dataWindowForLevel (int l) const
569 return _outputFile->dataWindowForLevel (l);
574 TiledRgbaOutputFile::dataWindowForLevel (int lx, int ly) const
576 return _outputFile->dataWindowForLevel (lx, ly);
1064 TiledRgbaInputFile::dataWindowForLevel (int l) const
1066 return _inputFile->dataWindowForLevel (l);
1071 TiledRgbaInputFile::dataWindowForLevel (int lx, int ly) const
1073 return _inputFile->dataWindowForLevel (lx, ly);
ImfTiledInputFile.cpp 1238 TiledInputFile::dataWindowForLevel (int l) const
1240 return dataWindowForLevel (l, l);
1245 TiledInputFile::dataWindowForLevel (int lx, int ly) const
1249 return Imf::dataWindowForLevel (_data->tileDesc,
1256 REPLACE_EXC (e, "Error calling dataWindowForLevel() on image "
    [all...]
ImfTiledOutputFile.cpp     [all...]
ImfInputFile.cpp 222 Box2i levelRange = ifd->tFile->dataWindowForLevel(0);

Completed in 252 milliseconds