Searched refs:phys_unit_type (Results 1 - 12 of 12) sorted by relevance

/external/libpng/
H A Dpnginfo.h181 * display or printing in "phys_unit_type" units (see PNG_RESOLUTION_
186 png_byte phys_unit_type; /* resolution type (see PNG_RESOLUTION_ below) */ member in struct:png_info_def
H A Dpngget.c124 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER)
142 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER)
158 if (info_ptr->phys_unit_type == PNG_RESOLUTION_METER &&
414 *unit_type = (int)info_ptr->phys_unit_type;
931 *unit_type = (int)info_ptr->phys_unit_type;
H A Dpngset.c496 info_ptr->phys_unit_type = (png_byte)unit_type;
H A Dpngwrite.c261 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
/external/chromium_org/third_party/libpng/
H A Dpngget.c126 if (info_ptr->phys_unit_type != PNG_RESOLUTION_METER)
147 if (info_ptr->phys_unit_type != PNG_RESOLUTION_METER)
168 if (info_ptr->phys_unit_type != PNG_RESOLUTION_METER ||
353 *unit_type = (int)info_ptr->phys_unit_type;
721 *unit_type = (int)info_ptr->phys_unit_type;
H A Dpngset.c439 info_ptr->phys_unit_type = (png_byte)unit_type;
H A Dpngwrite.c212 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
H A Dpng.h924 * display or printing in "phys_unit_type" units (see PNG_RESOLUTION_
929 png_byte phys_unit_type PNG_DEPSTRUCT; /* resolution type (see PNG_RESOLUTION_ below) */
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c126 if (info_ptr->phys_unit_type != PNG_RESOLUTION_METER)
147 if (info_ptr->phys_unit_type != PNG_RESOLUTION_METER)
168 if (info_ptr->phys_unit_type != PNG_RESOLUTION_METER ||
353 *unit_type = (int)info_ptr->phys_unit_type;
721 *unit_type = (int)info_ptr->phys_unit_type;
H A Dpngset.c439 info_ptr->phys_unit_type = (png_byte)unit_type;
H A Dpngwrite.c212 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
H A Dpng.h971 * display or printing in "phys_unit_type" units (see PNG_RESOLUTION_
976 png_byte phys_unit_type PNG_DEPSTRUCT; /* resolution type (see PNG_RESOLUTION_ below) */

Completed in 194 milliseconds