/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfAcesFile.cpp | 167 const Imath::V2f screenWindowCenter, in AcesOutputFile() argument 180 screenWindowCenter, in AcesOutputFile() 203 const Imath::V2f screenWindowCenter, in AcesOutputFile() argument 216 screenWindowCenter, in AcesOutputFile() 292 AcesOutputFile::screenWindowCenter () const in screenWindowCenter() function in Imf::AcesOutputFile 294 return _data->rgbaFile->screenWindowCenter(); in screenWindowCenter() 578 AcesInputFile::screenWindowCenter () const in screenWindowCenter() function in Imf::AcesInputFile 580 return _data->rgbaFile->screenWindowCenter(); in screenWindowCenter()
|
D | ImfAcesFile.h | 142 const Imath::V2f screenWindowCenter = Imath::V2f (0, 0), 160 const Imath::V2f screenWindowCenter = Imath::V2f (0, 0), 204 const Imath::V2f screenWindowCenter () const; 294 const Imath::V2f screenWindowCenter () const;
|
D | ImfRgbaFile.h | 106 const Imath::V2f screenWindowCenter = Imath::V2f (0, 0), 124 const Imath::V2f screenWindowCenter = Imath::V2f (0, 0), 168 const Imath::V2f screenWindowCenter () const; 314 const Imath::V2f screenWindowCenter () const;
|
D | ImfHeader.cpp | 97 const V2f &screenWindowCenter, in initialize() argument 105 header.insert ("screenWindowCenter", V2fAttribute (screenWindowCenter)); in initialize() 168 const V2f &screenWindowCenter, in Header() argument 183 screenWindowCenter, in Header() 194 const V2f &screenWindowCenter, in Header() argument 209 screenWindowCenter, in Header() 219 const V2f &screenWindowCenter, in Header() argument 232 screenWindowCenter, in Header() 474 Header::screenWindowCenter () in screenWindowCenter() function in Imf::Header 482 Header::screenWindowCenter () const in screenWindowCenter() function in Imf::Header
|
D | ImfTiledRgbaFile.h | 125 const Imath::V2f screenWindowCenter = 148 const Imath::V2f screenWindowCenter = 180 const Imath::V2f screenWindowCenter () const; 377 const Imath::V2f screenWindowCenter () const;
|
D | ImfHeader.h | 80 const Imath::V2f &screenWindowCenter = Imath::V2f (0, 0), 95 const Imath::V2f &screenWindowCenter = Imath::V2f (0, 0), 109 const Imath::V2f &screenWindowCenter = Imath::V2f (0, 0), 234 Imath::V2f & screenWindowCenter (); 235 const Imath::V2f & screenWindowCenter () const;
|
D | ImfTiledRgbaFile.cpp | 316 const Imath::V2f screenWindowCenter, in TiledRgbaOutputFile() argument 328 screenWindowCenter, in TiledRgbaOutputFile() 352 const Imath::V2f screenWindowCenter, in TiledRgbaOutputFile() argument 364 screenWindowCenter, in TiledRgbaOutputFile() 448 TiledRgbaOutputFile::screenWindowCenter () const in screenWindowCenter() function in Imf::TiledRgbaOutputFile 450 return _outputFile->header().screenWindowCenter(); in screenWindowCenter() 931 TiledRgbaInputFile::screenWindowCenter () const in screenWindowCenter() function in Imf::TiledRgbaInputFile 933 return _inputFile->header().screenWindowCenter(); in screenWindowCenter()
|
D | ImfRgbaFile.cpp | 594 const Imath::V2f screenWindowCenter, in RgbaOutputFile() argument 605 screenWindowCenter, in RgbaOutputFile() 623 const Imath::V2f screenWindowCenter, in RgbaOutputFile() argument 634 screenWindowCenter, in RgbaOutputFile() 747 RgbaOutputFile::screenWindowCenter () const in screenWindowCenter() function in Imf::RgbaOutputFile 749 return _outputFile->header().screenWindowCenter(); in screenWindowCenter() 1363 RgbaInputFile::screenWindowCenter () const in screenWindowCenter() function in Imf::RgbaInputFile 1365 return _inputFile->header().screenWindowCenter(); in screenWindowCenter()
|
D | ImfCRgbaFile.cpp | 284 header(hdr)->screenWindowCenter() = V2f (x, y); in ImfHeaderSetScreenWindowCenter() 291 const V2i &swc = header(hdr)->screenWindowCenter(); in ImfHeaderScreenWindowCenter()
|