Home | History | Annotate | Download | only in softpipe

Lines Matching defs:start_y

721    int y, start_y, finish_y;
728 start_y = sy;
729 if (start_y < miny)
730 start_y = miny;
736 start_y -= sy;
740 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
743 for (y = start_y; y < finish_y; y++) {