Searched defs:y_pixels_per_unit (Results 1 - 6 of 6) sorted by relevance
/external/libpng/ |
H A D | pnginfo.h | 184 png_uint_32 y_pixels_per_unit; /* vertical pixel density */ member in struct:png_info_def
|
H A D | pngwutil.c | 1812 png_uint_32 y_pixels_per_unit, 1823 png_save_uint_32(buf + 4, y_pixels_per_unit); 1811 png_write_pHYs(png_structrp png_ptr, png_uint_32 x_pixels_per_unit, png_uint_32 y_pixels_per_unit, int unit_type) argument
|
/external/opencv3/3rdparty/libpng/ |
H A D | pnginfo.h | 172 png_uint_32 y_pixels_per_unit; /* vertical pixel density */ member in struct:png_info_def
|
H A D | pngwutil.c | 1952 png_uint_32 y_pixels_per_unit, 1963 png_save_uint_32(buf + 4, y_pixels_per_unit); 1951 png_write_pHYs(png_structp png_ptr, png_uint_32 x_pixels_per_unit, png_uint_32 y_pixels_per_unit, int unit_type) argument
|
/external/pdfium/third_party/lpng_v163/ |
H A D | pnginfo.h | 185 png_uint_32 y_pixels_per_unit; /* vertical pixel density */
member in struct:png_info_def
|
H A D | pngwutil.c | 1888 png_uint_32 y_pixels_per_unit,
1899 png_save_uint_32(buf + 4, y_pixels_per_unit);
1887 png_write_pHYs(png_structrp png_ptr, png_uint_32 x_pixels_per_unit, png_uint_32 y_pixels_per_unit, int unit_type) argument
|
Completed in 619 milliseconds