HomeSort by relevance Sort by last modified time
    Searched refs:phys_unit_type (Results 1 - 13 of 13) sorted by null

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 168 * display or printing in "phys_unit_type" units (see PNG_RESOLUTION_
173 png_byte phys_unit_type; /* resolution type (see PNG_RESOLUTION_ below) */ member in struct:png_info_def
  /external/chromium_org/third_party/libpng/
pngget.c 126 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;
pngset.c 439 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
pngwrite.c 212 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
    [all...]
png.h     [all...]
  /external/libpng/
pngget.c 126 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;
pngset.c 439 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
pngwrite.c 212 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 125 if(info_ptr->phys_unit_type != PNG_RESOLUTION_METER)
143 if(info_ptr->phys_unit_type != PNG_RESOLUTION_METER)
161 if(info_ptr->phys_unit_type != PNG_RESOLUTION_METER ||
324 *unit_type = (int)info_ptr->phys_unit_type;
685 *unit_type = (int)info_ptr->phys_unit_type;
pngset.c 523 info_ptr->phys_unit_type = (png_byte)unit_type;
    [all...]
pngwrite.c 198 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
    [all...]
png.h 813 png_byte phys_unit_type; \/* resolution type (see PNG_RESOLUTION_ below) *\/ member in struct:png_info_struct
    [all...]

Completed in 262 milliseconds