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