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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpng.c427 if ((mask & PNG_FREE_ICCP) & info_ptr->free_me)
429 if (mask & PNG_FREE_ICCP)
H A Dpngset.c673 png_free_data(png_ptr, info_ptr, PNG_FREE_ICCP, 0);
682 info_ptr->free_me |= PNG_FREE_ICCP;
H A Dpng.h1923 #define PNG_FREE_ICCP 0x0010 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.c459 if ((mask & PNG_FREE_ICCP) & info_ptr->free_me)
461 if (mask & PNG_FREE_ICCP)
H A Dpngset.c625 png_free_data(png_ptr, info_ptr, PNG_FREE_ICCP, 0);
635 info_ptr->free_me |= PNG_FREE_ICCP;
H A Dpng.h2194 #define PNG_FREE_ICCP 0x0010 macro

Completed in 85 milliseconds