Searched refs:pcal_units (Results 1 - 10 of 10) sorted by relevance

/external/libpng/
H A Dpng.c439 png_free(png_ptr, info_ptr->pcal_units);
441 info_ptr->pcal_units = NULL;
H A Dpngset.c322 info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length);
323 if (info_ptr->pcal_units == NULL)
328 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length);
H A Dpngget.c651 *units = info_ptr->pcal_units;
H A Dpngwrite.c188 info_ptr->pcal_units, info_ptr->pcal_params);
H A Dpng.h843 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
1014 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
1023 png_charp pcal_units PNG_DEPSTRUCT; /* Latin-1 string giving physical units */
/external/qemu/distrib/libpng-1.2.19/
H A Dpng.c423 png_free(png_ptr, info_ptr->pcal_units);
425 info_ptr->pcal_units = NULL;
H A Dpngset.c414 info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length);
415 if (info_ptr->pcal_units == NULL)
420 png_memcpy(info_ptr->pcal_units, units, (png_size_t)length);
H A Dpngget.c618 *units = info_ptr->pcal_units;
H A Dpngwrite.c178 info_ptr->pcal_units, info_ptr->pcal_params);
H A Dpng.h680 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
851 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
860 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_struct

Completed in 113 milliseconds