Searched refs:screenWindowWidth (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfHeader.cpp | 98 float screenWindowWidth, in initialize() argument 106 header.insert ("screenWindowWidth", FloatAttribute (screenWindowWidth)); in initialize() 169 float screenWindowWidth, in Header() argument 184 screenWindowWidth, in Header() 195 float screenWindowWidth, in Header() argument 210 screenWindowWidth, in Header() 220 float screenWindowWidth, in Header() argument 233 screenWindowWidth, in Header() 490 Header::screenWindowWidth () in screenWindowWidth() function in Imf::Header 498 Header::screenWindowWidth () const in screenWindowWidth() function in Imf::Header [all …]
|
D | ImfAcesFile.cpp | 168 float screenWindowWidth, in AcesOutputFile() argument 181 screenWindowWidth, in AcesOutputFile() 204 float screenWindowWidth, in AcesOutputFile() argument 217 screenWindowWidth, in AcesOutputFile() 299 AcesOutputFile::screenWindowWidth () const in screenWindowWidth() function in Imf::AcesOutputFile 301 return _data->rgbaFile->screenWindowWidth(); in screenWindowWidth() 585 AcesInputFile::screenWindowWidth () const in screenWindowWidth() function in Imf::AcesInputFile 587 return _data->rgbaFile->screenWindowWidth(); in screenWindowWidth()
|
D | ImfAcesFile.h | 143 float screenWindowWidth = 1, 161 float screenWindowWidth = 1, 205 float screenWindowWidth () const; 295 float screenWindowWidth () const;
|
D | ImfRgbaFile.h | 107 float screenWindowWidth = 1, 125 float screenWindowWidth = 1, 169 float screenWindowWidth () const; 315 float screenWindowWidth () const;
|
D | ImfTiledRgbaFile.h | 127 float screenWindowWidth = 1, 150 float screenWindowWidth = 1, 181 float screenWindowWidth () const; 378 float screenWindowWidth () const;
|
D | ImfHeader.h | 81 float screenWindowWidth = 1, 96 float screenWindowWidth = 1, 110 float screenWindowWidth = 1, 237 float & screenWindowWidth (); 238 const float & screenWindowWidth () const;
|
D | ImfTiledRgbaFile.cpp | 317 float screenWindowWidth, in TiledRgbaOutputFile() argument 329 screenWindowWidth, in TiledRgbaOutputFile() 353 float screenWindowWidth, in TiledRgbaOutputFile() argument 365 screenWindowWidth, in TiledRgbaOutputFile() 455 TiledRgbaOutputFile::screenWindowWidth () const in screenWindowWidth() function in Imf::TiledRgbaOutputFile 457 return _outputFile->header().screenWindowWidth(); in screenWindowWidth() 938 TiledRgbaInputFile::screenWindowWidth () const in screenWindowWidth() function in Imf::TiledRgbaInputFile 940 return _inputFile->header().screenWindowWidth(); in screenWindowWidth()
|
D | ImfRgbaFile.cpp | 595 float screenWindowWidth, in RgbaOutputFile() argument 606 screenWindowWidth, in RgbaOutputFile() 624 float screenWindowWidth, in RgbaOutputFile() argument 635 screenWindowWidth, in RgbaOutputFile() 754 RgbaOutputFile::screenWindowWidth () const in screenWindowWidth() function in Imf::RgbaOutputFile 756 return _outputFile->header().screenWindowWidth(); in screenWindowWidth() 1370 RgbaInputFile::screenWindowWidth () const in screenWindowWidth() function in Imf::RgbaInputFile 1372 return _inputFile->header().screenWindowWidth(); in screenWindowWidth()
|
D | ImfCRgbaFile.cpp | 300 header(hdr)->screenWindowWidth() = width; in ImfHeaderSetScreenWindowWidth() 307 return header(hdr)->screenWindowWidth(); in ImfHeaderScreenWindowWidth()
|