Searched defs:screenWindowWidth (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfHeader.cpp402 Header::screenWindowWidth () function in class:Imf::Header
91 initialize(Header &header, const Box2i &displayWindow, const Box2i &dataWindow, float pixelAspectRatio, const V2f &screenWindowCenter, float screenWindowWidth, LineOrder lineOrder, Compression compression) argument
113 Header(int width, int height, float pixelAspectRatio, const V2f &screenWindowCenter, float screenWindowWidth, LineOrder lineOrder, Compression compression) argument
138 Header(int width, int height, const Box2i &dataWindow, float pixelAspectRatio, const V2f &screenWindowCenter, float screenWindowWidth, LineOrder lineOrder, Compression compression) argument
164 Header(const Box2i &displayWindow, const Box2i &dataWindow, float pixelAspectRatio, const V2f &screenWindowCenter, float screenWindowWidth, LineOrder lineOrder, Compression compression) argument
410 Header::screenWindowWidth () const function in class:Imf::Header
599 float screenWindowWidth = this->screenWindowWidth(); local
[all...]
H A DImfRgbaFile.cpp703 RgbaOutputFile::screenWindowWidth () const function in class:Imf::RgbaOutputFile
1263 RgbaInputFile::screenWindowWidth () const function in class:Imf::RgbaInputFile
538 RgbaOutputFile(const char name[], const Imath::Box2i &displayWindow, const Imath::Box2i &dataWindow, RgbaChannels rgbaChannels, float pixelAspectRatio, const Imath::V2f screenWindowCenter, float screenWindowWidth, LineOrder lineOrder, Compression compression, int numThreads) argument
567 RgbaOutputFile(const char name[], int width, int height, RgbaChannels rgbaChannels, float pixelAspectRatio, const Imath::V2f screenWindowCenter, float screenWindowWidth, LineOrder lineOrder, Compression compression, int numThreads) argument
H A DImfTiledRgbaFile.cpp441 TiledRgbaOutputFile::screenWindowWidth () const function in class:Imf::TiledRgbaOutputFile
864 TiledRgbaInputFile::screenWindowWidth () const function in class:Imf::TiledRgbaInputFile
292 TiledRgbaOutputFile(const char name[], int tileXSize, int tileYSize, LevelMode mode, LevelRoundingMode rmode, const Imath::Box2i &displayWindow, const Imath::Box2i &dataWindow, RgbaChannels rgbaChannels, float pixelAspectRatio, const Imath::V2f screenWindowCenter, float screenWindowWidth, LineOrder lineOrder, Compression compression, int numThreads) argument
328 TiledRgbaOutputFile(const char name[], int width, int height, int tileXSize, int tileYSize, LevelMode mode, LevelRoundingMode rmode, RgbaChannels rgbaChannels, float pixelAspectRatio, const Imath::V2f screenWindowCenter, float screenWindowWidth, LineOrder lineOrder, Compression compression, int numThreads) argument

Completed in 24 milliseconds