HomeSort by relevance Sort by last modified time
    Searched full:read_info_ptr (Results 1 - 5 of 5) sorted by null

  /external/libpng/
pngtest.c 692 png_infop read_info_ptr, end_info_ptr; local
787 read_info_ptr = png_create_info_struct(read_ptr);
805 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr);
827 png_destroy_read_struct(&read_ptr, &read_info_ptr, &end_info_ptr);
903 png_read_info(read_ptr, read_info_ptr);
909 if (png_get_IHDR(read_ptr, read_info_ptr, &width, &height, &bit_depth,
925 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y,
937 if (png_get_gAMA_fixed(read_ptr, read_info_ptr, &gamma))
947 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x,
959 if (png_get_gAMA(read_ptr, read_info_ptr, &gamma)
    [all...]
libpng-1.2.44.txt     [all...]
libpng-1.2.46.txt     [all...]
CHANGES     [all...]
libpng.3     [all...]

Completed in 474 milliseconds