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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng.c230 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
H A Dreadpng2.c470 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngget.c809 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
818 retval |= PNG_INFO_tRNS;
829 retval |= PNG_INFO_tRNS;
838 retval |= PNG_INFO_tRNS;
H A Dexample.c214 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
H A Dpng.c404 info_ptr->valid &= ~PNG_INFO_tRNS;
H A Dpngrutil.c626 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
1335 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
H A Dpngread.c1408 (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)))
H A Dpngset.c891 info_ptr->valid |= PNG_INFO_tRNS;
H A Dpngwrite.c155 if (info_ptr->valid & PNG_INFO_tRNS)
H A Dpng.h912 * Data is valid if (valid & PNG_INFO_tRNS) is non-zero.
1155 #define PNG_INFO_tRNS 0x0010 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngget.c762 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
770 retval |= PNG_INFO_tRNS;
780 retval |= PNG_INFO_tRNS;
788 retval |= PNG_INFO_tRNS;
H A Dexample.c206 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
H A Dpng.c371 info_ptr->valid &= ~PNG_INFO_tRNS;
H A Dpngrutil.c526 if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
1248 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tRNS))
H A Dpngread.c1365 (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)))
H A Dpngset.c912 info_ptr->valid |= PNG_INFO_tRNS;
H A Dpngwrite.c140 if (info_ptr->valid & PNG_INFO_tRNS)
H A Dpng.h694 * Data is valid if (valid & PNG_INFO_tRNS) is non-zero.
934 #define PNG_INFO_tRNS 0x0010 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/pngminus/
H A Dpng2pnm.c259 if (png_get_valid (png_ptr, info_ptr, PNG_INFO_tRNS))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A DPngFile.c184 if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagpng.cpp562 if (png_get_valid( png_ptr, info_ptr, PNG_INFO_tRNS))

Completed in 167 milliseconds