Searched refs:levelHeight (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfTiledInputFile.h220 // levelHeight(ly) returns the height of a level with level
229 int levelHeight (int ly) const;
248 // (levelHeight(ly) + tileXSize() - 1) / tileXSize()
267 // dataWindow.min.y + levelHeight(ly) - 1)
H A DImfTiledOutputFile.h221 // levelHeight(ly) returns the height of a level with level
230 int levelHeight (int ly) const;
249 // (levelHeight(ly) + tileXSize() - 1) / tileXSize()
269 // dataWindow.min.y + levelHeight(ly) - 1)
H A DImfTiledRgbaFile.h201 int levelHeight (int ly) const;
382 int levelHeight (int ly) const;
H A DImfTiledRgbaFile.cpp532 TiledRgbaOutputFile::levelHeight (int ly) const function in class:Imf::TiledRgbaOutputFile
534 return _outputFile->levelHeight (ly);
969 TiledRgbaInputFile::levelHeight (int ly) const function in class:Imf::TiledRgbaInputFile
971 return _inputFile->levelHeight (ly);
H A DImfTiledInputFile.cpp1192 TiledInputFile::levelHeight (int ly) const function in class:Imf::TiledInputFile
1201 REPLACE_EXC (e, "Error calling levelHeight() on image "
H A DImfTiledOutputFile.cpp1513 TiledOutputFile::levelHeight (int ly) const function in class:Imf::TiledOutputFile
1522 REPLACE_EXC (e, "Error calling levelHeight() on image "

Completed in 83 milliseconds