Searched refs:screenWindowWidth (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfRgbaFile.h106 float screenWindowWidth = 1,
124 float screenWindowWidth = 1,
168 float screenWindowWidth () const;
288 float screenWindowWidth () const;
H A DImfHeader.cpp96 float screenWindowWidth,
104 header.insert ("screenWindowWidth", FloatAttribute (screenWindowWidth));
117 float screenWindowWidth,
132 screenWindowWidth,
143 float screenWindowWidth,
158 screenWindowWidth,
168 float screenWindowWidth,
181 screenWindowWidth,
402 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 DImfHeader.h80 float screenWindowWidth = 1,
95 float screenWindowWidth = 1,
109 float screenWindowWidth = 1,
219 float & screenWindowWidth ();
220 const float & screenWindowWidth () const;
H A DImfTiledRgbaFile.h126 float screenWindowWidth = 1,
149 float screenWindowWidth = 1,
180 float screenWindowWidth () const;
353 float screenWindowWidth () const;
H A DImfRgbaFile.cpp544 float screenWindowWidth,
555 screenWindowWidth,
573 float screenWindowWidth,
584 screenWindowWidth,
703 RgbaOutputFile::screenWindowWidth () const function in class:Imf::RgbaOutputFile
705 return _outputFile->header().screenWindowWidth();
1263 RgbaInputFile::screenWindowWidth () const function in class:Imf::RgbaInputFile
1265 return _inputFile->header().screenWindowWidth();
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.cpp303 float screenWindowWidth,
315 screenWindowWidth,
339 float screenWindowWidth,
351 screenWindowWidth,
441 TiledRgbaOutputFile::screenWindowWidth () const function in class:Imf::TiledRgbaOutputFile
443 return _outputFile->header().screenWindowWidth();
864 TiledRgbaInputFile::screenWindowWidth () const function in class:Imf::TiledRgbaInputFile
866 return _inputFile->header().screenWindowWidth();
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
H A DImfCRgbaFile.cpp300 header(hdr)->screenWindowWidth() = width;
307 return header(hdr)->screenWindowWidth();

Completed in 104 milliseconds