Searched refs:info_ptr (Results 1 – 1 of 1) sorted by relevance
50 png_infop info_ptr = NULL; in res_create_surface() local77 info_ptr = png_create_info_struct(png_ptr); in res_create_surface()78 if (!info_ptr) { in res_create_surface()90 png_read_info(png_ptr, info_ptr); in res_create_surface()92 size_t width = info_ptr->width; in res_create_surface()93 size_t height = info_ptr->height; in res_create_surface()97 int color_type = info_ptr->color_type; in res_create_surface()98 int bit_depth = info_ptr->bit_depth; in res_create_surface()99 int channels = info_ptr->channels; in res_create_surface()151 png_destroy_read_struct(&png_ptr, &info_ptr, NULL); in res_create_surface()