Searched refs:v_last (Results 1 – 4 of 4) sorted by relevance
58 FT_Vector v_last; in FT_Outline_Decompose() local99 v_last = outline->points[last]; in FT_Outline_Decompose()100 v_last.x = SCALED( v_last.x ); in FT_Outline_Decompose()101 v_last.y = SCALED( v_last.y ); in FT_Outline_Decompose()120 v_start = v_last; in FT_Outline_Decompose()128 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Outline_Decompose()129 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Outline_Decompose()
2047 FT_Vector v_last; in FT_Stroker_ParseOutline() local2085 v_last = outline->points[last]; in FT_Stroker_ParseOutline()2104 v_start = v_last; in FT_Stroker_ParseOutline()2111 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Stroker_ParseOutline()2112 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Stroker_ParseOutline()
1524 FT_Vector v_last; in FT_Outline_Decompose() local1565 v_last = outline->points[last]; in FT_Outline_Decompose()1566 v_last.x = SCALED( v_last.x ); in FT_Outline_Decompose()1567 v_last.y = SCALED( v_last.y ); in FT_Outline_Decompose()1586 v_start = v_last; in FT_Outline_Decompose()1594 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Outline_Decompose()1595 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Outline_Decompose()1597 v_last = v_start; in FT_Outline_Decompose()
1818 FT_Vector v_last; in Decompose_Curve() local1835 v_last.x = SCALED( points[last].x ); in Decompose_Curve()1836 v_last.y = SCALED( points[last].y ); in Decompose_Curve()1841 SWAP_( v_last.x, v_last.y ); in Decompose_Curve()1866 v_start = v_last; in Decompose_Curve()1874 v_start.x = ( v_start.x + v_last.x ) / 2; in Decompose_Curve()1875 v_start.y = ( v_start.y + v_last.y ) / 2; in Decompose_Curve()
Completed in 30 milliseconds