Home
last modified time | relevance | path

Searched refs:setYCRounding (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfAcesFile.cpp135 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
158 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
194 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
230 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
H A DImfRgbaFile.cpp198 void setYCRounding (unsigned int roundY,
289 RgbaOutputFile::ToYca::setYCRounding (unsigned int roundY, in setYCRounding() function in RgbaOutputFile::ToYca
790 RgbaOutputFile::setYCRounding (unsigned int roundY, unsigned int roundC) in setYCRounding() function in RgbaOutputFile
795 _toYca->setYCRounding (roundY, roundC); in setYCRounding()
H A DImfRgbaFile.h194 void setYCRounding (unsigned int roundY,
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfAcesFile.cpp135 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
158 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
194 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
230 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
H A DImfRgbaFile.cpp198 void setYCRounding (unsigned int roundY,
289 RgbaOutputFile::ToYca::setYCRounding (unsigned int roundY, in setYCRounding() function in RgbaOutputFile::ToYca
790 RgbaOutputFile::setYCRounding (unsigned int roundY, unsigned int roundC) in setYCRounding() function in RgbaOutputFile
795 _toYca->setYCRounding (roundY, roundC); in setYCRounding()
H A DImfRgbaFile.h194 void setYCRounding (unsigned int roundY,
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfAcesFile.cpp135 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
158 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
194 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
230 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
H A DImfRgbaFile.cpp198 void setYCRounding (unsigned int roundY,
289 RgbaOutputFile::ToYca::setYCRounding (unsigned int roundY, in setYCRounding() function in RgbaOutputFile::ToYca
790 RgbaOutputFile::setYCRounding (unsigned int roundY, unsigned int roundC) in setYCRounding() function in RgbaOutputFile
795 _toYca->setYCRounding (roundY, roundC); in setYCRounding()
H A DImfRgbaFile.h214 void setYCRounding (unsigned int roundY,
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfAcesFile.cpp111 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
134 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
170 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
206 _data->rgbaFile->setYCRounding (7, 6); in AcesOutputFile()
H A DImfRgbaFile.cpp174 void setYCRounding (unsigned int roundY,
265 RgbaOutputFile::ToYca::setYCRounding (unsigned int roundY, in setYCRounding() function in RgbaOutputFile::ToYca
771 RgbaOutputFile::setYCRounding (unsigned int roundY, unsigned int roundC) in setYCRounding() function in RgbaOutputFile
776 _toYca->setYCRounding (roundY, roundC); in setYCRounding()
H A DImfRgbaFile.h245 void setYCRounding (unsigned int roundY,
/dports/graphics/openexr/openexr-3.1.4/src/test/OpenEXRTest/
H A DtestYca.cpp100 out.setYCRounding (9, 9); in writeReadYca()