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

  /external/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...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngget.c 145 else return (info_ptr->y_pixels_per_unit);
162 info_ptr->x_pixels_per_unit != info_ptr->y_pixels_per_unit)
184 return ((float)((float)info_ptr->y_pixels_per_unit
319 *res_y = info_ptr->y_pixels_per_unit;
680 *res_y = info_ptr->y_pixels_per_unit;
png.h 812 png_uint_32 y_pixels_per_unit; \/* vertical pixel density *\/ member in struct:png_info_struct
    [all...]
pngwutil.c     [all...]
pngset.c 522 info_ptr->y_pixels_per_unit = res_y;
    [all...]
pngwrite.c 198 info_ptr->y_pixels_per_unit, info_ptr->phys_unit_type);
    [all...]

Completed in 347 milliseconds