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

  /external/libpng/
pngget.c 236 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);
    [all...]
png.h     [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 236 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);
    [all...]
png.h     [all...]
  /external/syslinux/com32/lib/libpng/
pngget.c 207 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/syslinux/com32/include/
png.h     [all...]

Completed in 295 milliseconds