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

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfHeader.cpp386 Header::screenWindowCenter () 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
394 Header::screenWindowCenter () const function in class:Imf::Header
[all...]
H A DImfRgbaFile.cpp696 RgbaOutputFile::screenWindowCenter () const function in class:Imf::RgbaOutputFile
1256 RgbaInputFile::screenWindowCenter () 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.cpp434 TiledRgbaOutputFile::screenWindowCenter () const function in class:Imf::TiledRgbaOutputFile
857 TiledRgbaInputFile::screenWindowCenter () 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 45 milliseconds