Searched refs:subpath_start (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/base/
H A Dftstroke.c770 FT_Vector subpath_start; /* subpath start position */ member in struct:FT_StrokerRec_
1781 stroker->subpath_start = *to;
1880 stroker->center = stroker->subpath_start;
1897 if ( stroker->center.x != stroker->subpath_start.x ||
1898 stroker->center.y != stroker->subpath_start.y )
1900 error = FT_Stroker_LineTo( stroker, &stroker->subpath_start );

Completed in 70 milliseconds