grtwo.c | 315 int temp_height; local in function:grtwo_copy_rectangle 330 temp_height = MIN(height, lines); 332 while (temp_height) { 339 bus_space_write_4(dc->iot, dc->ioh, GR2_FIFO_DATA, temp_height); 342 height -= temp_height; 344 from_y -= temp_height; 345 to_y -= temp_height;
|