Home
last modified time | relevance | path

Searched refs:CF2_PathOpCubeTo (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/psaux/
Dpsglue.h70 CF2_PathOpCubeTo = 4 /* cubic curve */ enumerator
Dpshints.c1337 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()
Dpsft.c208 FT_ASSERT( params->op == CF2_PathOpCubeTo ); in cf2_builder_cubeTo()