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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngmem.c77 else if (type == PNG_STRUCT_PNG)
426 else if (type == PNG_STRUCT_PNG)
H A Dpngread.c85 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG,
88 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpngwrite.c505 png_ptr = (png_structp)png_create_struct_2(PNG_STRUCT_PNG,
508 png_ptr = (png_structp)png_create_struct(PNG_STRUCT_PNG);
H A Dpngpriv.h343 #define PNG_STRUCT_PNG 0x0001 macro

Completed in 63 milliseconds