Searched refs:pcal_units (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pnginfo.h | 213 png_charp pcal_units; /* Latin-1 string giving physical units */ member
|
D | pngset.c | 333 info_ptr->pcal_units = png_voidcast(png_charp, in png_set_pCAL() 336 if (info_ptr->pcal_units == NULL) in png_set_pCAL() 343 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/libpng/ |
D | pnginfo.h | 221 png_charp pcal_units; /* Latin-1 string giving physical units */ member
|
D | pngset.c | 380 info_ptr->pcal_units = png_voidcast(png_charp, in png_set_pCAL() 383 if (info_ptr->pcal_units == NULL) in png_set_pCAL() 390 memcpy(info_ptr->pcal_units, units, length); in png_set_pCAL()
|
D | pngget.c | 906 *units = info_ptr->pcal_units; in png_get_pCAL()
|
D | png.c | 533 png_free(png_ptr, info_ptr->pcal_units); in png_free_data() 535 info_ptr->pcal_units = NULL; in png_free_data()
|
D | pngwrite.c | 260 info_ptr->pcal_units, info_ptr->pcal_params); in png_write_info()
|