Home
last modified time | relevance | path

Searched defs:png_strtod (Results 1 – 2 of 2) sorted by relevance

/external/libpng/
Dpngrutil.c29 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, in png_strtod() function
49 # define png_strtod(p,a,b) strtod(a,b) macro
/external/qemu/distrib/libpng-1.2.19/
Dpngrutil.c26 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr) in png_strtod() function
45 # define png_strtod(p,a,b) strtod(a,b) macro