Searched refs:readPixels (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfScanLineInputFile.h99 // set at least once before readPixels() is called.
101 // to readPixels().
129 // readPixels(s1,s2) reads all scan lines with y coordinates
141 // readPixels(s) calls readPixels(s,s).
143 // If threading is enabled, readPixels (s1, s2) tries to perform
148 void readPixels (int scanLine1, int scanLine2);
149 void readPixels (int scanLine);
H A DImfInputFile.h120 // set at least once before readPixels() is called.
122 // to readPixels().
150 // readPixels(s1,s2) reads all scan lines with y coordinates
162 // readPixels(s) calls readPixels(s,s).
166 void readPixels (int scanLine1, int scanLine2);
167 void readPixels (int scanLine);
H A DImfRgbaFile.h274 void readPixels (int scanLine1, int scanLine2);
275 void readPixels (int scanLine);
H A DImfRgbaFile.cpp766 void readPixels (int scanLine1, int scanLine2);
770 void readPixels (int scanLine);
897 RgbaInputFile::FromYca::readPixels (int scanLine1, int scanLine2) function in class:Imf::RgbaInputFile::FromYca
905 readPixels (y);
910 readPixels (y);
916 RgbaInputFile::FromYca::readPixels (int scanLine) function in class:Imf::RgbaInputFile::FromYca
1072 _inputFile.readPixels (y);
1185 RgbaInputFile::readPixels (int scanLine1, int scanLine2) function in class:Imf::RgbaInputFile
1190 _fromYca->readPixels (scanLine1, scanLine2);
1194 _inputFile->readPixels (scanLine
1200 RgbaInputFile::readPixels (int scanLine) function in class:Imf::RgbaInputFile
[all...]
H A DImfInputFile.cpp68 // needed between calls to readPixels
565 InputFile::readPixels (int scanLine1, int scanLine2) function in class:Imf::InputFile
574 _data->sFile->readPixels (scanLine1, scanLine2);
580 InputFile::readPixels (int scanLine) function in class:Imf::InputFile
582 readPixels (scanLine, scanLine);
H A DImfScanLineInputFile.cpp774 // Initialize the slice table for readPixels().
789 // will be skipped during readPixels().
858 ScanLineInputFile::readPixels (int scanLine1, int scanLine2) function in class:Imf::ScanLineInputFile
936 // that is executing this call to ScanLineInputFile::readPixels().
971 ScanLineInputFile::readPixels (int scanLine) function in class:Imf::ScanLineInputFile
973 readPixels (scanLine, scanLine);
H A DImfCRgbaFile.cpp1216 infile(in)->readPixels (scanLine1, scanLine2);
/haiku-fatelf/src/add-ons/translators/exr/
H A DEXRTranslator.cpp155 in.readPixels (dataWindow.min.y, dataWindow.max.y);

Completed in 61 milliseconds