Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1371 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushPrevElem()
1403 glyphpath->currentDS = params.pt1; in cf2_glyphpath_pushPrevElem()
1429 glyphpath->currentDS = params.pt3; in cf2_glyphpath_pushPrevElem()
1460 if ( params.pt1.x != glyphpath->currentDS.x || in cf2_glyphpath_pushPrevElem()
1461 params.pt1.y != glyphpath->currentDS.y ) in cf2_glyphpath_pushPrevElem()
1465 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushPrevElem()
1470 glyphpath->currentDS = params.pt1; in cf2_glyphpath_pushPrevElem()
1492 params.pt0 = glyphpath->currentDS; in cf2_glyphpath_pushMove()
1514 glyphpath->currentDS = params.pt1; in cf2_glyphpath_pushMove()
Dpshints.h231 FT_Vector currentDS; member