Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1339 prevP1 = &glyphpath->prevElemP1; in cf2_glyphpath_pushPrevElem()
1383 glyphpath->prevElemP1.x, in cf2_glyphpath_pushPrevElem()
1384 glyphpath->prevElemP1.y ); in cf2_glyphpath_pushPrevElem()
1391 glyphpath->prevElemP1.x, in cf2_glyphpath_pushPrevElem()
1392 glyphpath->prevElemP1.y ); in cf2_glyphpath_pushPrevElem()
1411 glyphpath->prevElemP1.x, in cf2_glyphpath_pushPrevElem()
1412 glyphpath->prevElemP1.y ); in cf2_glyphpath_pushPrevElem()
1797 glyphpath->prevElemP1 = P1; in cf2_glyphpath_lineTo()
1885 glyphpath->prevElemP1 = P1; in cf2_glyphpath_curveTo()
Dpshints.h240 FT_Vector prevElemP1; member