Home | History | Annotate | Download | only in libpng

Lines Matching refs:png_get_uint_16

2564 PNG_EXPORT(202, png_uint_16, png_get_uint_16, (png_const_bytep buf));
2600 /* From libpng-1.4.0 until 1.4.4, the png_get_uint_16 macro (but not the
2603 # define PNG_get_uint_16(buf) \
2618 # define png_get_uint_16(buf) PNG_get_uint_16(buf)
2625 # define PNG_get_uint_16 (png_get_uint_16)