Searched refs:pcal_units (Results 1 – 10 of 10) sorted by relevance
/external/qemu/distrib/libpng-1.2.19/ |
D | png.c | 423 png_free(png_ptr, info_ptr->pcal_units); in png_free_data() 425 info_ptr->pcal_units = NULL; in png_free_data()
|
D | pngset.c | 414 info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length); in png_set_pCAL() 415 if (info_ptr->pcal_units == NULL) in png_set_pCAL() 420 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length); in png_set_pCAL()
|
D | pngget.c | 618 *units = info_ptr->pcal_units; in png_get_pCAL()
|
D | pngwrite.c | 178 info_ptr->pcal_units, info_ptr->pcal_params); in png_write_info()
|
D | png.h | 860 png_charp pcal_units; /* Latin-1 string giving physical units */ member
|
/external/libpng/ |
D | png.c | 439 png_free(png_ptr, info_ptr->pcal_units); in png_free_data() 441 info_ptr->pcal_units = NULL; in png_free_data()
|
D | pngset.c | 322 info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length); in png_set_pCAL() 323 if (info_ptr->pcal_units == NULL) in png_set_pCAL() 328 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length); in png_set_pCAL()
|
D | pngget.c | 651 *units = info_ptr->pcal_units; in png_get_pCAL()
|
D | pngwrite.c | 188 info_ptr->pcal_units, info_ptr->pcal_params); in png_write_info()
|
D | png.h | 1023 png_charp pcal_units PNG_DEPSTRUCT; /* Latin-1 string giving physical units */
|