Searched refs:last_max (Results 1 – 1 of 1) sorted by relevance
1714 int first_min, last_max; in copy_tiles() local1920 last_max = -1; in copy_tiles()1925 if (last_max == -1 || last_line[t] > last_max) { in copy_tiles()1926 last_max = last_line[t]; in copy_tiles()1982 for (line = first_min; line <= last_max; line++) { in copy_tiles()