Home
last modified time | relevance | path

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

/external/qemu/distrib/libpng-1.2.19/
Dpngconf.h1447 # define png_snprintf2 _snprintf macro
1451 # define png_snprintf2 snprintf macro
1461 # define png_snprintf2(s1,n,fmt,x1,x2) sprintf(s1,fmt,x1,x2) macro
/external/libpng/
Dpngconf.h1636 # define png_snprintf2 _snprintf macro
1640 # define png_snprintf2 snprintf macro
1651 # define png_snprintf2(s1,n,fmt,x1,x2) sprintf(s1,fmt,x1,x2) macro