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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngget.c793 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tIME)
797 return (PNG_INFO_tIME);
H A Dpngwrite.c216 if (info_ptr->valid & PNG_INFO_tIME)
332 if ((info_ptr->valid & PNG_INFO_tIME) &&
H A Dpngset.c839 info_ptr->valid |= PNG_INFO_tIME;
H A Dpngrutil.c1954 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tIME))
H A Dpng.h1160 #define PNG_INFO_tIME 0x0200 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngget.c745 if (png_ptr != NULL && info_ptr != NULL && (info_ptr->valid & PNG_INFO_tIME)
750 return (PNG_INFO_tIME);
H A Dpngwrite.c196 if (info_ptr->valid & PNG_INFO_tIME)
304 if ((info_ptr->valid & PNG_INFO_tIME) &&
H A Dpngset.c870 info_ptr->valid |= PNG_INFO_tIME;
H A Dpng.h939 #define PNG_INFO_tIME 0x0200 macro
H A Dpngrutil.c1820 else if (info_ptr != NULL && (info_ptr->valid & PNG_INFO_tIME))

Completed in 99 milliseconds