Home
last modified time | relevance | path

Searched refs:moveIsPending (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/psaux/
Dpshints.c1146 glyphpath->moveIsPending = TRUE; in cf2_glyphpath_init()
1693 glyphpath->moveIsPending = TRUE; in cf2_glyphpath_moveTo()
1773 if ( glyphpath->moveIsPending ) in cf2_glyphpath_lineTo()
1778 glyphpath->moveIsPending = FALSE; /* adjust state machine */ in cf2_glyphpath_lineTo()
1861 if ( glyphpath->moveIsPending ) in cf2_glyphpath_curveTo()
1866 glyphpath->moveIsPending = FALSE; in cf2_glyphpath_curveTo()
1931 glyphpath->moveIsPending = TRUE; in cf2_glyphpath_closeOpenPath()
Dpshints.h208 FT_Bool moveIsPending; /* true between MoveTo and offset MoveTo */ member