Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1330 FT_Vector* prevP1; in cf2_glyphpath_pushPrevElem() local
1342 prevP1 = &glyphpath->prevElemP1; in cf2_glyphpath_pushPrevElem()
1347 prevP1 = &glyphpath->prevElemP3; in cf2_glyphpath_pushPrevElem()
1353 if ( prevP1->x != nextP0->x || prevP1->y != nextP0->y ) in cf2_glyphpath_pushPrevElem()
1359 prevP1, in cf2_glyphpath_pushPrevElem()
1367 *prevP1 = intersection; in cf2_glyphpath_pushPrevElem()