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

  /external/libpng/
pnginfo.h 184 png_uint_32 y_pixels_per_unit; /* vertical pixel density */ member in struct:png_info_def
pngget.c 148 return (info_ptr->y_pixels_per_unit);
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit)
191 return ((float)((float)info_ptr->y_pixels_per_unit
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 &&
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
439 *res_y = info_ptr->y_pixels_per_unit;
995 *res_y = info_ptr->y_pixels_per_unit;
    [all...]
pngwutil.c     [all...]
pngpriv.h     [all...]
pngset.c 565 info_ptr->y_pixels_per_unit = res_y;
    [all...]
pngwrite.c 272 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 184 png_uint_32 y_pixels_per_unit; /* vertical pixel density */ member in struct:png_info_def
pngget.c 148 return (info_ptr->y_pixels_per_unit);
168 info_ptr->x_pixels_per_unit == info_ptr->y_pixels_per_unit)
191 return ((float)((float)info_ptr->y_pixels_per_unit
211 info_ptr->x_pixels_per_unit > 0 && info_ptr->y_pixels_per_unit > 0 &&
213 info_ptr->y_pixels_per_unit <= PNG_UINT_31_MAX)
222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
439 *res_y = info_ptr->y_pixels_per_unit;
966 *res_y = info_ptr->y_pixels_per_unit;
    [all...]
pngwutil.c     [all...]
pngpriv.h     [all...]
pngset.c 517 info_ptr->y_pixels_per_unit = res_y;
    [all...]
pngwrite.c 267 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
    [all...]
  /external/syslinux/com32/lib/libpng/
pngget.c 151 return (info_ptr->y_pixels_per_unit);
169 info_ptr->x_pixels_per_unit != info_ptr->y_pixels_per_unit)
196 return ((float)((float)info_ptr->y_pixels_per_unit
348 *res_y = info_ptr->y_pixels_per_unit;
715 *res_y = info_ptr->y_pixels_per_unit;
pngset.c 438 info_ptr->y_pixels_per_unit = res_y;
    [all...]
pngwutil.c     [all...]
pngwrite.c 212 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
    [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 669 milliseconds