Home | History | Annotate | Download | only in libpng

Lines Matching defs:int_red_y

998    png_fixed_point int_white_x, int_white_y, int_red_x, int_red_y,
1006 int_red_y = (png_uint_32)(red_y * 100000.0 + 0.5);
1014 int_red_x, int_red_y, int_green_x, int_green_y, int_blue_x, int_blue_y))
1023 png_save_uint_32(buf + 12, int_red_y);