Home | History | Annotate | Download | only in raster

Lines Matching full:v_last

1792     FT_Vector   v_last;
1809 v_last.x = SCALED( points[last].x );
1810 v_last.y = SCALED( points[last].y );
1815 SWAP_( v_last.x, v_last.y );
1840 v_start = v_last;
1848 v_start.x = ( v_start.x + v_last.x ) / 2;
1849 v_start.y = ( v_start.y + v_last.y ) / 2;
1851 v_last = v_start;