Home
last modified time | relevance | path

Searched refs:png_get_x_offset_microns (Results 1 – 8 of 8) sorted by relevance

/external/libpng/scripts/
Dsymbols.def136 png_get_x_offset_microns @128
/external/pdfium/third_party/lpng_v163/
Dpngget.c221 png_get_x_offset_microns(png_const_structrp png_ptr, png_const_inforp info_ptr) in png_get_x_offset_microns() function
352 png_get_x_offset_microns(png_ptr, info_ptr)); in png_get_x_offset_inches_fixed()
373 return (float)(png_get_x_offset_microns(png_ptr, info_ptr) * .00003937); in png_get_x_offset_inches()
Dpng.h534 #define png_get_x_offset_microns FOXIT_png_get_x_offset_microns macro
2365 PNG_EXPORT(128, png_int_32, png_get_x_offset_microns,
/external/opencv3/3rdparty/libpng/
Dpngget.c213 png_get_x_offset_microns(png_const_structp png_ptr, png_const_infop info_ptr) in png_get_x_offset_microns() function
344 png_get_x_offset_microns(png_ptr, info_ptr)); in png_get_x_offset_inches_fixed()
365 return (float)(png_get_x_offset_microns(png_ptr, info_ptr) * .00003937); in png_get_x_offset_inches()
Dpng.h2065 PNG_EXPORT(128, png_int_32, png_get_x_offset_microns,
/external/libpng/
Dpngget.c236 png_get_x_offset_microns(png_const_structrp png_ptr, png_const_inforp info_ptr) in png_get_x_offset_microns() function
383 png_get_x_offset_microns(png_ptr, info_ptr)); in png_get_x_offset_inches_fixed()
404 return (float)(png_get_x_offset_microns(png_ptr, info_ptr) * .00003937); in png_get_x_offset_inches()
Dpng.h1945 PNG_EXPORT(128, png_int_32, png_get_x_offset_microns,
Dlibpng-manual.txt1619 x_offset = png_get_x_offset_microns(png_ptr, info_ptr);