Searched refs:prevElemOp (Results 1 – 2 of 2) sorted by relevance
1336 FT_ASSERT( glyphpath->prevElemOp == CF2_PathOpLineTo || in cf2_glyphpath_pushPrevElem()1337 glyphpath->prevElemOp == CF2_PathOpCubeTo ); in cf2_glyphpath_pushPrevElem()1339 if ( glyphpath->prevElemOp == CF2_PathOpLineTo ) in cf2_glyphpath_pushPrevElem()1373 switch( glyphpath->prevElemOp ) in cf2_glyphpath_pushPrevElem()1798 glyphpath->prevElemOp = CF2_PathOpLineTo; in cf2_glyphpath_lineTo()1886 glyphpath->prevElemOp = CF2_PathOpCubeTo; in cf2_glyphpath_curveTo()
237 CF2_Int prevElemOp; member