Searched refs:subpath_start (Results 1 – 1 of 1) sorted by relevance
700 FT_Vector subpath_start; member1393 stroker->subpath_start = *to; in FT_Stroker_BeginSubPath()1488 stroker->center = stroker->subpath_start; in FT_Stroker_EndSubPath()1504 if ( stroker->center.x != stroker->subpath_start.x || in FT_Stroker_EndSubPath()1505 stroker->center.y != stroker->subpath_start.y ) in FT_Stroker_EndSubPath()1507 error = FT_Stroker_LineTo( stroker, &stroker->subpath_start ); in FT_Stroker_EndSubPath()