Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1336 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()
Dpshints.h237 CF2_Int prevElemOp; member