Searched refs:wxPNGInfoStruct (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagpng.cpp124 // VS: wxPNGInfoStruct declared below is a hack that needs some explanation.
138 // a pointer to wxPNGInfoStruct that holds I/O structures _and_ jmp_buf.
140 struct wxPNGInfoStruct struct
152 #define WX_PNG_INFO(png_ptr) ((wxPNGInfoStruct*)png_get_io_ptr(png_ptr))
176 wxPNGInfoStruct *info = png_ptr ? WX_PNG_INFO(png_ptr) : NULL;
189 // wxPNGInfoStruct above) so we have to return ourselves, otherwise libpng
519 wxPNGInfoStruct wxinfo;
539 // NB: please see the comment near wxPNGInfoStruct declaration for
658 wxPNGInfoStruct wxinfo;
694 // NB: please see the comment near wxPNGInfoStruct declaratio
[all...]

Completed in 181 milliseconds