Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:png_sizeof

1126 #  define png_sizeof(x) png_convert_size(sizeof (x))
1129 # define png_sizeof(x) sizeof (x)