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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpng.c365 if ((mask & PNG_FREE_TRNS) & info_ptr->free_me)
367 if ((mask & PNG_FREE_TRNS) && (png_ptr->flags & PNG_FLAG_FREE_TRNS))
H A Dpngread.c1195 if (png_ptr->free_me & PNG_FREE_TRNS)
1197 png_ptr->free_me &= ~PNG_FREE_TRNS;
H A Dpngset.c891 png_free_data(png_ptr, info_ptr, PNG_FREE_TRNS, 0);
898 info_ptr->free_me |= PNG_FREE_TRNS;
H A Dpng.h1931 #define PNG_FREE_TRNS 0x2000 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.c397 if ((mask & PNG_FREE_TRNS) & info_ptr->free_me)
399 if ((mask & PNG_FREE_TRNS) && (png_ptr->flags & PNG_FLAG_FREE_TRNS))
H A Dpngread.c1240 if (png_ptr->free_me & PNG_FREE_TRNS)
1242 png_ptr->free_me &= ~PNG_FREE_TRNS;
H A Dpngset.c861 png_free_data(png_ptr, info_ptr, PNG_FREE_TRNS, 0);
893 info_ptr->free_me |= PNG_FREE_TRNS;
H A Dpng.h2202 #define PNG_FREE_TRNS 0x2000 macro

Completed in 119 milliseconds