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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngtest.c795 png_infop read_info_ptr, end_info_ptr; local
871 read_info_ptr = png_create_info_struct(read_ptr);
889 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr);
912 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr);
1001 png_read_info(read_ptr, read_info_ptr);
1007 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth,
1024 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y,
1036 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma))
1047 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x,
1059 if (png_get_gAMA(read_ptr, read_info_ptr,
[all...]

Completed in 31 milliseconds