Lines Matching defs:png_get_int_32
2693 PNG_EXPORT(203, png_int_32, png_get_int_32, (png_const_bytep buf));2719 * The png_get_int_32() routine assumes we are using two's complement2736 # define PNG_get_int_32(buf) \2747 # define png_get_int_32(buf) PNG_get_int_32(buf)2754 # define PNG_get_int_32 (png_get_int_32)