|
Krita Source Code Documentation
|
Functions | |
| bool | LoadHDR (QDataStream &s, const int width, const int height, KisSequentialIterator &it) |
| bool | ReadOldLine (quint8 *image, int width, QDataStream &s) |
| void | RGBEToPaintDevice (quint8 *image, int width, KisSequentialIterator &it) |
| bool RGBEIMPORT::LoadHDR | ( | QDataStream & | s, |
| const int | width, | ||
| const int | height, | ||
| KisSequentialIterator & | it ) |
Definition at line 89 of file RGBEImportUtils.cpp.
References dbgFile, MAXELEN, MINELEN, ReadOldLine(), and RGBEToPaintDevice().
| bool RGBEIMPORT::ReadOldLine | ( | quint8 * | image, |
| int | width, | ||
| QDataStream & | s ) |
Definition at line 27 of file RGBEImportUtils.cpp.
| void RGBEIMPORT::RGBEToPaintDevice | ( | quint8 * | image, |
| int | width, | ||
| KisSequentialIterator & | it ) |
Definition at line 65 of file RGBEImportUtils.cpp.
References KisSequentialIteratorBase< IteratorPolicy, SourcePolicy, ProgressPolicy >::nextPixel(), KisSequentialIteratorBase< IteratorPolicy, SourcePolicy, ProgressPolicy >::rawData(), and v.