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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngmem.c48 else if (type == PNG_STRUCT_PNG)
366 else if (type == PNG_STRUCT_PNG)
H A Dpngread.c59 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG,
62 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
295 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpngwrite.c487 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG,
490 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
700 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpng.h2980 #define PNG_STRUCT_PNG 0x0001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngmem.c43 else if (type == PNG_STRUCT_PNG)
343 else if (type == PNG_STRUCT_PNG)
H A Dpngread.c48 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG,
51 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
263 *ptr_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpngwrite.c447 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG,
450 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
643 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpng.h2587 #define PNG_STRUCT_PNG 0x0001 macro

Completed in 148 milliseconds