Searched refs:v_last (Results 1 – 4 of 4) sorted by relevance
59 FT_Vector v_last; in FT_Outline_Decompose() local103 v_last = outline->points[last]; in FT_Outline_Decompose()104 v_last.x = SCALED( v_last.x ); in FT_Outline_Decompose()105 v_last.y = SCALED( v_last.y ); in FT_Outline_Decompose()124 v_start = v_last; in FT_Outline_Decompose()132 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Outline_Decompose()133 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Outline_Decompose()
2093 FT_Vector v_last; in FT_Stroker_ParseOutline() local2134 v_last = outline->points[last]; in FT_Stroker_ParseOutline()2153 v_start = v_last; in FT_Stroker_ParseOutline()2160 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Stroker_ParseOutline()2161 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Stroker_ParseOutline()
1376 FT_Vector v_last; in FT_Outline_Decompose() local1420 v_last = outline->points[last]; in FT_Outline_Decompose()1421 v_last.x = SCALED( v_last.x ); in FT_Outline_Decompose()1422 v_last.y = SCALED( v_last.y ); in FT_Outline_Decompose()1441 v_start = v_last; in FT_Outline_Decompose()1449 v_start.x = ( v_start.x + v_last.x ) / 2; in FT_Outline_Decompose()1450 v_start.y = ( v_start.y + v_last.y ) / 2; in FT_Outline_Decompose()1452 v_last = v_start; in FT_Outline_Decompose()
1766 FT_Vector v_last; in Decompose_Curve() local1783 v_last.x = SCALED( points[last].x ); in Decompose_Curve()1784 v_last.y = SCALED( points[last].y ); in Decompose_Curve()1789 SWAP_( v_last.x, v_last.y ); in Decompose_Curve()1814 v_start = v_last; in Decompose_Curve()1822 v_start.x = ( v_start.x + v_last.x ) / 2; in Decompose_Curve()1823 v_start.y = ( v_start.y + v_last.y ) / 2; in Decompose_Curve()