![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
AllocatedMemoryPointers () | |
void | deallocate () |
Public Attributes | |
png_byte ** | row_pointers |
quint32 * | accRow |
png_byte * | inRow |
uchar * | outRow |
Definition at line 102 of file qpnghandler.cpp.
|
inline |
Definition at line 103 of file qpnghandler.cpp.
|
inline |
Definition at line 106 of file qpnghandler.cpp.
References accRow, inRow, outRow, and row_pointers.
Referenced by read_image_scaled(), and QPngHandlerPrivate::readPngImage().
quint32* QPngHandlerPrivate::AllocatedMemoryPointers::accRow |
Definition at line 119 of file qpnghandler.cpp.
Referenced by deallocate(), and read_image_scaled().
png_byte* QPngHandlerPrivate::AllocatedMemoryPointers::inRow |
Definition at line 120 of file qpnghandler.cpp.
Referenced by deallocate(), and read_image_scaled().
uchar* QPngHandlerPrivate::AllocatedMemoryPointers::outRow |
Definition at line 121 of file qpnghandler.cpp.
Referenced by deallocate(), and read_image_scaled().
png_byte** QPngHandlerPrivate::AllocatedMemoryPointers::row_pointers |
Definition at line 118 of file qpnghandler.cpp.
Referenced by deallocate(), and QPngHandlerPrivate::readPngImage().