Home | History | Annotate | Download | only in softpipe

Lines Matching refs:start_y

717    int y, start_y, finish_y;
724 start_y = sy;
725 if (start_y < miny)
726 start_y = miny;
732 start_y -= sy;
736 debug_printf("%s %d %d\n", __FUNCTION__, start_y, finish_y);
739 for (y = start_y; y < finish_y; y++) {