Searched refs:subpath_start (Results 1 – 1 of 1) sorted by relevance
771 FT_Vector subpath_start; /* subpath start position */ member1783 stroker->subpath_start = *to; in FT_Stroker_BeginSubPath()1888 stroker->center = stroker->subpath_start; in FT_Stroker_EndSubPath()1905 if ( stroker->center.x != stroker->subpath_start.x || in FT_Stroker_EndSubPath()1906 stroker->center.y != stroker->subpath_start.y ) in FT_Stroker_EndSubPath()1908 error = FT_Stroker_LineTo( stroker, &stroker->subpath_start ); in FT_Stroker_EndSubPath()