Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1368 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushPrevElem()
1400 glyphpath->currentDS = params.pt1; in cf2_glyphpath_pushPrevElem()
1426 glyphpath->currentDS = params.pt3; in cf2_glyphpath_pushPrevElem()
1457 if ( params.pt1.x != glyphpath->currentDS.x || in cf2_glyphpath_pushPrevElem()
1458 params.pt1.y != glyphpath->currentDS.y ) in cf2_glyphpath_pushPrevElem()
1462 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushPrevElem()
1467 glyphpath->currentDS = params.pt1; in cf2_glyphpath_pushPrevElem()
1489 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushMove()
1511 glyphpath->currentDS = params.pt1; in cf2_glyphpath_pushMove()
Dpshints.h231 FT_Vector currentDS; member