Searched refs:prevElemOp (Results 1 – 2 of 2) sorted by relevance
1333 FT_ASSERT( glyphpath->prevElemOp == CF2_PathOpLineTo || in cf2_glyphpath_pushPrevElem()1334 glyphpath->prevElemOp == CF2_PathOpCubeTo ); in cf2_glyphpath_pushPrevElem()1336 if ( glyphpath->prevElemOp == CF2_PathOpLineTo ) in cf2_glyphpath_pushPrevElem()1370 switch( glyphpath->prevElemOp ) in cf2_glyphpath_pushPrevElem()1795 glyphpath->prevElemOp = CF2_PathOpLineTo; in cf2_glyphpath_lineTo()1883 glyphpath->prevElemOp = CF2_PathOpCubeTo; in cf2_glyphpath_curveTo()
237 CF2_Int prevElemOp; member