png_get_fixed_point 1088 pngrutil.c        igamma = png_get_fixed_point(NULL, buf);
png_get_fixed_point 1206 pngrutil.c        xy.whitex = png_get_fixed_point(NULL, buf);
png_get_fixed_point 1207 pngrutil.c        xy.whitey = png_get_fixed_point(NULL, buf + 4);
png_get_fixed_point 1208 pngrutil.c        xy.redx   = png_get_fixed_point(NULL, buf + 8);
png_get_fixed_point 1209 pngrutil.c        xy.redy   = png_get_fixed_point(NULL, buf + 12);
png_get_fixed_point 1210 pngrutil.c        xy.greenx = png_get_fixed_point(NULL, buf + 16);
png_get_fixed_point 1211 pngrutil.c        xy.greeny = png_get_fixed_point(NULL, buf + 20);
png_get_fixed_point 1212 pngrutil.c        xy.bluex  = png_get_fixed_point(NULL, buf + 24);
png_get_fixed_point 1213 pngrutil.c        xy.bluey  = png_get_fixed_point(NULL, buf + 28);