|
Krita Source Code Documentation
|
Inheritance diagram for EncoderImpl< _T_, size, alphaPos >:Public Member Functions | |
| void | encodeData (int line) override |
| EncoderImpl (Imf::OutputFile *_file, const ExrPaintLayerSaveInfo *_info, int width) | |
| void | prepareFrameBuffer (Imf::FrameBuffer *, int line) override |
| ~EncoderImpl () override | |
Public Member Functions inherited from Encoder | |
| virtual | ~Encoder () |
Private Types | |
| typedef ExrPixel_< _T_, size > | ExrPixel |
Private Attributes | |
| Imf::OutputFile * | file |
| const ExrPaintLayerSaveInfo * | info |
| int | m_width |
| QVector< ExrPixel > | pixels |
Definition at line 986 of file exr_converter.cc.
|
private |
Definition at line 994 of file exr_converter.cc.
|
inline |
Definition at line 989 of file exr_converter.cc.
|
inlineoverride |
Definition at line 990 of file exr_converter.cc.
|
overridevirtual |
Implements Encoder.
Definition at line 1016 of file exr_converter.cc.
References ExrPixel_< _T_, size >::data, KisBaseConstIteratorNG::nextPixel(), and KisBaseConstAccessor::oldRawData().
|
overridevirtual |
Implements Encoder.
Definition at line 1002 of file exr_converter.cc.
References ExrPixel_< _T_, size >::data.
|
private |
Definition at line 995 of file exr_converter.cc.
|
private |
Definition at line 996 of file exr_converter.cc.
|
private |
Definition at line 998 of file exr_converter.cc.
|
private |
Definition at line 997 of file exr_converter.cc.