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

/external/libpng/
H A Dpnginfo.h37 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
205 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
214 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def
H A Dpngset.c316 info_ptr->pcal_units = png_voidcast(png_charp,
319 if (info_ptr->pcal_units == NULL)
325 memcpy(info_ptr->pcal_units, units, length);
H A Dpngget.c836 *units = info_ptr->pcal_units;
H A Dpng.c504 png_free(png_ptr, info_ptr->pcal_units);
506 info_ptr->pcal_units = NULL;
H A Dpngwrite.c249 info_ptr->pcal_units, info_ptr->pcal_params);
/external/qemu/distrib/libpng-1.2.46/
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/chromium_org/third_party/libpng/
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 Dpng.c438 png_free(png_ptr, info_ptr->pcal_units);
440 info_ptr->pcal_units = NULL;
H A Dpngget.c651 *units = info_ptr->pcal_units;
H A Dpngwrite.c188 info_ptr->pcal_units, info_ptr->pcal_params);
H A Dpng.h796 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
967 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
976 png_charp pcal_units PNG_DEPSTRUCT; /* Latin-1 string giving physical units */

Completed in 203 milliseconds