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

/external/libpng/
H A Dpnginfo.h36 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
204 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
213 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def
H A Dpngset.c321 info_ptr->pcal_units = png_voidcast(png_charp,
324 if (info_ptr->pcal_units == NULL)
331 memcpy(info_ptr->pcal_units, units, length);
H A Dpngget.c877 *units = info_ptr->pcal_units;
H A Dpng.c512 png_free(png_ptr, info_ptr->pcal_units);
514 info_ptr->pcal_units = NULL;
H A Dpngwrite.c255 info_ptr->pcal_units, info_ptr->pcal_params);
/external/pdfium/third_party/libpng16/
H A Dpnginfo.h36 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
204 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
213 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def
H A Dpngset.c333 info_ptr->pcal_units = png_voidcast(png_charp,
336 if (info_ptr->pcal_units == NULL)
343 memcpy(info_ptr->pcal_units, units, length);
H A Dpngget.c877 *units = info_ptr->pcal_units;
H A Dpng.c512 png_free(png_ptr, info_ptr->pcal_units);
514 info_ptr->pcal_units = NULL;
H A Dpngwrite.c255 info_ptr->pcal_units, info_ptr->pcal_params);
/external/skia/third_party/libpng/
H A Dpnginfo.h36 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
204 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
213 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def
H A Dpngset.c321 info_ptr->pcal_units = png_voidcast(png_charp,
324 if (info_ptr->pcal_units == NULL)
331 memcpy(info_ptr->pcal_units, units, length);
H A Dpngget.c877 *units = info_ptr->pcal_units;
H A Dpng.c512 png_free(png_ptr, info_ptr->pcal_units);
514 info_ptr->pcal_units = NULL;
H A Dpngwrite.c255 info_ptr->pcal_units, info_ptr->pcal_params);
/external/syslinux/com32/lib/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);
/external/syslinux/com32/include/
H A Dpng.h791 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
962 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
971 png_charp pcal_units PNG_DEPSTRUCT; /* Latin-1 string giving physical units */

Completed in 145 milliseconds