Searched refs:max_yf (Results 1 – 1 of 1) sorted by relevance
1438 REAL min_yf, max_yf, line1_xf, line2_xf; in brush_fill_pixels() local1551 max_yf = center_point.Y; in brush_fill_pixels()1552 if (max_yf < start_point.Y) max_yf = start_point.Y; in brush_fill_pixels()1553 if (max_yf < end_point.Y) max_yf = end_point.Y; in brush_fill_pixels()1555 if (max_yf > fill_area->Y + fill_area->Height) in brush_fill_pixels()1558 max_y = (INT)ceil(max_yf); in brush_fill_pixels()