Home | History | Annotate | Download | only in libpng

Lines Matching defs:int_red_x

998    png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y,
1005 int_red_x = (png_uint_32)(red_x * 100000.0 + 0.5);
1014 int_red_x, int_red_y, int_green_x, int_green_y, int_blue_x, int_blue_y))
1022 png_save_uint_32(buf + 8, int_red_x);