HomeSort by relevance Sort by last modified time
    Searched defs:currentScanLine (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfAcesFile.cpp 257 AcesOutputFile::currentScanLine () const
259 return _data->rgbaFile->currentScanLine();
ImfOutputFile.cpp 176 int currentScanLine; // next scanline to be written
279 ofd->lineOffsets[(ofd->currentScanLine - ofd->minY) / ofd->linesInBuffer] =
714 _data->currentScanLine = (header.lineOrder() == INCREASING_Y)?
922 int first = (_data->currentScanLine - _data->minY) /
950 int last = (_data->currentScanLine + (numScanLines - 1) -
953 scanLineMin = _data->currentScanLine;
954 scanLineMax = _data->currentScanLine + numScanLines - 1;
973 int last = (_data->currentScanLine - (numScanLines - 1) -
976 scanLineMax = _data->currentScanLine;
977 scanLineMin = _data->currentScanLine - numScanLines + 1
    [all...]
ImfRgbaFile.cpp 205 int currentScanLine () const;
497 RgbaOutputFile::ToYca::currentScanLine () const
697 RgbaOutputFile::currentScanLine () const
702 return _toYca->currentScanLine();
706 return _outputFile->currentScanLine();

Completed in 345 milliseconds