Searched refs:CF2_PathOpCubeTo (Results 1 – 3 of 3) sorted by relevance
70 CF2_PathOpCubeTo = 4 /* cubic curve */ enumerator
1337 glyphpath->prevElemOp == CF2_PathOpCubeTo ); in cf2_glyphpath_pushPrevElem()1407 case CF2_PathOpCubeTo: in cf2_glyphpath_pushPrevElem()1408 params.op = CF2_PathOpCubeTo; in cf2_glyphpath_pushPrevElem()1886 glyphpath->prevElemOp = CF2_PathOpCubeTo; in cf2_glyphpath_curveTo()
208 FT_ASSERT( params->op == CF2_PathOpCubeTo ); in cf2_builder_cubeTo()