Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c908 FT_Vector v_prev, v_first, v_next, v_cur; in FT_Outline_EmboldenXY() local
941 v_prev = points[last]; in FT_Outline_EmboldenXY()
945 in.x = v_cur.x - v_prev.x; in FT_Outline_EmboldenXY()
946 in.y = v_cur.y - v_prev.y; in FT_Outline_EmboldenXY()
1033 FT_Vector v_prev, v_cur; in FT_Outline_Get_Orientation() local
1062 v_prev = points[last]; in FT_Outline_Get_Orientation()
1067 area += ( ( v_cur.y - v_prev.y ) >> yshift ) * in FT_Outline_Get_Orientation()
1068 ( ( v_cur.x + v_prev.x ) >> xshift ); in FT_Outline_Get_Orientation()
1069 v_prev = v_cur; in FT_Outline_Get_Orientation()

Completed in 7 milliseconds