Searched refs:pcal_units (Results 1 - 5 of 5) sorted by relevance
| /openjdk7/jdk/src/share/native/sun/awt/libpng/ |
| H A D | pnginfo.h | 65 * 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 D | pngset.c | 311 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 D | png.c | 390 png_free(png_ptr, info_ptr->pcal_units); 392 info_ptr->pcal_units = NULL;
|
| H A D | pngget.c | 743 *units = info_ptr->pcal_units;
|
| H A D | pngwrite.c | 208 info_ptr->pcal_units, info_ptr->pcal_params);
|
Completed in 46 milliseconds