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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h65 * pcal_purpose, pcal_units, pcal_params, hist, iccp_name, iccp_profile,
237 * and "pcal_params" into "pcal_units". Please see the PNG_EQUATION_
246 png_charp pcal_units; /* Latin-1 string giving physical units */ member in struct:png_info_def
H A Dpngset.c311 info_ptr->pcal_units = (png_charp)png_malloc_warn(png_ptr, length);
313 if (info_ptr->pcal_units == NULL)
319 png_memcpy(info_ptr->pcal_units, units, length);
H A Dpng.c390 png_free(png_ptr, info_ptr->pcal_units);
392 info_ptr->pcal_units = NULL;
H A Dpngget.c743 *units = info_ptr->pcal_units;
H A Dpngwrite.c208 info_ptr->pcal_units, info_ptr->pcal_params);

Completed in 60 milliseconds