Home
last modified time | relevance | path

Searched refs:v_last (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/base/
Dftoutln.c59 FT_Vector v_last; in FT_Outline_Decompose() local
103 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()
Dftstroke.c2093 FT_Vector v_last; in FT_Stroker_ParseOutline() local
2134 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()
/external/freetype/src/smooth/
Dftgrays.c1376 FT_Vector v_last; in FT_Outline_Decompose() local
1420 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()
/external/freetype/src/raster/
Dftraster.c1766 FT_Vector v_last; in Decompose_Curve() local
1783 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()