Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPngHandlerPrivate::AllocatedMemoryPointers Struct Reference
+ Collaboration diagram for QPngHandlerPrivate::AllocatedMemoryPointers:

Public Member Functions

 AllocatedMemoryPointers ()
 
void deallocate ()
 

Public Attributes

png_byte ** row_pointers
 
quint32accRow
 
png_byte * inRow
 
ucharoutRow
 

Detailed Description

Definition at line 102 of file qpnghandler.cpp.

Constructor & Destructor Documentation

◆ AllocatedMemoryPointers()

QPngHandlerPrivate::AllocatedMemoryPointers::AllocatedMemoryPointers ( )
inline

Definition at line 103 of file qpnghandler.cpp.

Member Function Documentation

◆ deallocate()

void QPngHandlerPrivate::AllocatedMemoryPointers::deallocate ( )
inline

Definition at line 106 of file qpnghandler.cpp.

References accRow, inRow, outRow, and row_pointers.

Referenced by read_image_scaled(), and QPngHandlerPrivate::readPngImage().

+ Here is the caller graph for this function:

Member Data Documentation

◆ accRow

quint32* QPngHandlerPrivate::AllocatedMemoryPointers::accRow

Definition at line 119 of file qpnghandler.cpp.

Referenced by deallocate(), and read_image_scaled().

◆ inRow

png_byte* QPngHandlerPrivate::AllocatedMemoryPointers::inRow

Definition at line 120 of file qpnghandler.cpp.

Referenced by deallocate(), and read_image_scaled().

◆ outRow

uchar* QPngHandlerPrivate::AllocatedMemoryPointers::outRow

Definition at line 121 of file qpnghandler.cpp.

Referenced by deallocate(), and read_image_scaled().

◆ row_pointers

png_byte** QPngHandlerPrivate::AllocatedMemoryPointers::row_pointers

Definition at line 118 of file qpnghandler.cpp.

Referenced by deallocate(), and QPngHandlerPrivate::readPngImage().


The documentation for this struct was generated from the following file: