HomeSort by: relevance | last modified time | path
    Searched defs:temp_height (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sgimips/gio/
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;

Completed in 12 milliseconds