Searched refs:pcal_units (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/third_party/lpng_v163/ |
D | pnginfo.h | 214 png_charp pcal_units; /* Latin-1 string giving physical units */ member
|
D | pngset.c | 315 info_ptr->pcal_units = png_voidcast(png_charp, in png_set_pCAL() 318 if (info_ptr->pcal_units == NULL) in png_set_pCAL() 324 memcpy(info_ptr->pcal_units, units, length); in png_set_pCAL()
|
D | pngget.c | 835 *units = info_ptr->pcal_units; in png_get_pCAL()
|
D | png.c | 498 png_free(png_ptr, info_ptr->pcal_units); in png_free_data() 500 info_ptr->pcal_units = NULL; in png_free_data()
|
D | pngwrite.c | 248 info_ptr->pcal_units, info_ptr->pcal_params); in png_write_info()
|
/external/libpng/ |
D | pnginfo.h | 213 png_charp pcal_units; /* Latin-1 string giving physical units */ member
|
D | pngset.c | 321 info_ptr->pcal_units = png_voidcast(png_charp, in png_set_pCAL() 324 if (info_ptr->pcal_units == NULL) in png_set_pCAL() 331 memcpy(info_ptr->pcal_units, units, length); in png_set_pCAL()
|
D | pngget.c | 877 *units = info_ptr->pcal_units; in png_get_pCAL()
|
D | png.c | 512 png_free(png_ptr, info_ptr->pcal_units); in png_free_data() 514 info_ptr->pcal_units = NULL; in png_free_data()
|
D | pngwrite.c | 255 info_ptr->pcal_units, info_ptr->pcal_params); in png_write_info()
|
/external/opencv3/3rdparty/libpng/ |
D | pnginfo.h | 218 png_charp pcal_units; /* Latin-1 string giving physical units */ member
|
D | pngset.c | 333 info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length); in png_set_pCAL() 335 if (info_ptr->pcal_units == NULL) in png_set_pCAL() 341 png_memcpy(info_ptr->pcal_units, units, length); in png_set_pCAL()
|
D | png.c | 390 png_free(png_ptr, info_ptr->pcal_units); in png_free_data() 392 info_ptr->pcal_units = NULL; in png_free_data()
|
D | pngget.c | 811 *units = info_ptr->pcal_units; in png_get_pCAL()
|
D | pngwrite.c | 180 info_ptr->pcal_units, info_ptr->pcal_params); in png_write_info()
|