Home | History | Annotate | Download | only in libpng

Lines Matching refs:x4

1644 #    define png_snprintf6(s1,n,fmt,x1,x2,x3,x4,x5,x6) \
1645 sprintf(s1,fmt,x1,x2,x3,x4,x5,x6)