Home
last modified time | relevance | path

Searched refs:_rowPtrs (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A DGnashImagePng.cpp130 std::unique_ptr<png_bytep[]> _rowPtrs; member in gnash::image::__anonf313f2970111::PngInput
204 assert(_rowPtrs); in readScanline()
209 std::copy(_rowPtrs[_currentRow], _rowPtrs[_currentRow] + size, imageData); in readScanline()
302 _rowPtrs.reset(new png_bytep[height]); in read()
306 _rowPtrs[y] = _pixelData.get() + y * width * components; in read()
310 png_read_image(_pngPtr, _rowPtrs.get()); in read()
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfDwaCompressor.cpp478 _rowPtrs.push_back(rowPtrs); in LossyDctDecoder()
516 _rowPtrs.push_back(rowPtrsR); in LossyDctDecoderCsc()
517 _rowPtrs.push_back(rowPtrsG); in LossyDctDecoderCsc()
518 _rowPtrs.push_back(rowPtrsB); in LossyDctDecoderCsc()
621 _rowPtrs.push_back(rowPtrs); in LossyDctEncoder()
658 _rowPtrs.push_back(rowPtrsR); in LossyDctEncoderCsc()
659 _rowPtrs.push_back(rowPtrsG); in LossyDctEncoderCsc()
660 _rowPtrs.push_back(rowPtrsB); in LossyDctEncoderCsc()
722 if ((_rowPtrs.size() != 3) && (_rowPtrs.size() != 1)) in execute()
1370 assert ((_rowPtrs.size() == 3) || (_rowPtrs.size() == 1)); in execute()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfDwaCompressor.cpp478 _rowPtrs.push_back(rowPtrs); in LossyDctDecoder()
516 _rowPtrs.push_back(rowPtrsR); in LossyDctDecoderCsc()
517 _rowPtrs.push_back(rowPtrsG); in LossyDctDecoderCsc()
518 _rowPtrs.push_back(rowPtrsB); in LossyDctDecoderCsc()
621 _rowPtrs.push_back(rowPtrs); in LossyDctEncoder()
658 _rowPtrs.push_back(rowPtrsR); in LossyDctEncoderCsc()
659 _rowPtrs.push_back(rowPtrsG); in LossyDctEncoderCsc()
660 _rowPtrs.push_back(rowPtrsB); in LossyDctEncoderCsc()
722 if ((_rowPtrs.size() != 3) && (_rowPtrs.size() != 1)) in execute()
1370 assert ((_rowPtrs.size() == 3) || (_rowPtrs.size() == 1)); in execute()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfDwaCompressor.cpp479 _rowPtrs.push_back(rowPtrs); in LossyDctDecoder()
517 _rowPtrs.push_back(rowPtrsR); in LossyDctDecoderCsc()
518 _rowPtrs.push_back(rowPtrsG); in LossyDctDecoderCsc()
519 _rowPtrs.push_back(rowPtrsB); in LossyDctDecoderCsc()
622 _rowPtrs.push_back(rowPtrs); in LossyDctEncoder()
659 _rowPtrs.push_back(rowPtrsR); in LossyDctEncoderCsc()
660 _rowPtrs.push_back(rowPtrsG); in LossyDctEncoderCsc()
661 _rowPtrs.push_back(rowPtrsB); in LossyDctEncoderCsc()
723 if ((_rowPtrs.size() != 3) && (_rowPtrs.size() != 1)) in execute()
1371 assert ((_rowPtrs.size() == 3) || (_rowPtrs.size() == 1)); in execute()
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfDwaCompressor.cpp459 _rowPtrs.push_back(rowPtrs); in LossyDctDecoder()
498 _rowPtrs.push_back(rowPtrsR); in LossyDctDecoderCsc()
499 _rowPtrs.push_back(rowPtrsG); in LossyDctDecoderCsc()
500 _rowPtrs.push_back(rowPtrsB); in LossyDctDecoderCsc()
603 _rowPtrs.push_back(rowPtrs); in LossyDctEncoder()
640 _rowPtrs.push_back(rowPtrsR); in LossyDctEncoderCsc()
641 _rowPtrs.push_back(rowPtrsG); in LossyDctEncoderCsc()
642 _rowPtrs.push_back(rowPtrsB); in LossyDctEncoderCsc()
708 if ((_rowPtrs.size() != 3) && (_rowPtrs.size() != 1)) in execute()
1371 assert ((_rowPtrs.size() == 3) || (_rowPtrs.size() == 1)); in execute()
[all …]