Searched defs:png_get_x_offset_microns (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpngget.c207 png_get_x_offset_microns(png_structp png_ptr, png_infop info_ptr) function
214 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
258 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
319 return ((float)png_get_x_offset_microns(png_ptr, info_ptr)
/external/libpng/
H A Dpngget.c236 png_get_x_offset_microns(png_const_structrp png_ptr, png_const_inforp info_ptr) function
242 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
383 png_get_x_offset_microns(png_ptr, info_ptr));
404 return (float)(png_get_x_offset_microns(png_ptr, info_ptr) * .00003937);
/external/pdfium/third_party/libpng16/
H A Dpngget.c236 png_get_x_offset_microns(png_const_structrp png_ptr, png_const_inforp info_ptr) function
242 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
383 png_get_x_offset_microns(png_ptr, info_ptr));
404 return (float)(png_get_x_offset_microns(png_ptr, info_ptr) * .00003937);

Completed in 533 milliseconds