Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/base/
A Dftoutln.c58 FT_Vector v_last; in FT_Outline_Decompose() local
99 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()
A Dftstroke.c2047 FT_Vector v_last; in FT_Stroker_ParseOutline() local
2085 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()
/AliOS-Things-master/components/freetype/src/smooth/
A Dftgrays.c1524 FT_Vector v_last; in FT_Outline_Decompose() local
1565 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()
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c1818 FT_Vector v_last; in Decompose_Curve() local
1835 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