Home
last modified time | relevance | path

Searched refs:screenWindowCenter (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfAcesFile.cpp167 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()
DImfAcesFile.h142 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;
DImfRgbaFile.h106 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;
DImfHeader.cpp97 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
DImfTiledRgbaFile.h125 const Imath::V2f screenWindowCenter =
148 const Imath::V2f screenWindowCenter =
180 const Imath::V2f screenWindowCenter () const;
377 const Imath::V2f screenWindowCenter () const;
DImfHeader.h80 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;
DImfTiledRgbaFile.cpp316 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()
DImfRgbaFile.cpp594 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()
DImfCRgbaFile.cpp284 header(hdr)->screenWindowCenter() = V2f (x, y); in ImfHeaderSetScreenWindowCenter()
291 const V2i &swc = header(hdr)->screenWindowCenter(); in ImfHeaderScreenWindowCenter()