Searched refs:subpath_start (Results 1 – 3 of 3) sorted by relevance
770 FT_Vector subpath_start; /* subpath start position */ member1780 stroker->subpath_start = *to; in FT_Stroker_BeginSubPath()1879 stroker->center = stroker->subpath_start; in FT_Stroker_EndSubPath()1896 if ( stroker->center.x != stroker->subpath_start.x || in FT_Stroker_EndSubPath()1897 stroker->center.y != stroker->subpath_start.y ) in FT_Stroker_EndSubPath()1899 error = FT_Stroker_LineTo( stroker, &stroker->subpath_start ); in FT_Stroker_EndSubPath()