Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftoutln.c1044 FT_Vector v_prev, v_cur; in FT_Outline_Get_Orientation() local
1083 v_prev.x = points[last].x >> xshift; in FT_Outline_Get_Orientation()
1084 v_prev.y = points[last].y >> yshift; in FT_Outline_Get_Orientation()
1092 MUL_LONG( v_cur.y - v_prev.y, in FT_Outline_Get_Orientation()
1093 v_cur.x + v_prev.x ) ); in FT_Outline_Get_Orientation()
1095 v_prev = v_cur; in FT_Outline_Get_Orientation()