Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1687 glyphpath->currentCS.x = glyphpath->start.x = x; in cf2_glyphpath_moveTo()
1688 glyphpath->currentCS.y = glyphpath->start.y = y; in cf2_glyphpath_moveTo()
1744 if ( glyphpath->currentCS.x == x && in cf2_glyphpath_lineTo()
1745 glyphpath->currentCS.y == y && in cf2_glyphpath_lineTo()
1757 glyphpath->currentCS.x, in cf2_glyphpath_lineTo()
1758 glyphpath->currentCS.y, in cf2_glyphpath_lineTo()
1765 P0.x = ADD_INT32( glyphpath->currentCS.x, xOffset ); in cf2_glyphpath_lineTo()
1766 P0.y = ADD_INT32( glyphpath->currentCS.y, yOffset ); in cf2_glyphpath_lineTo()
1808 glyphpath->currentCS.x = x; /* pre-offset current point */ in cf2_glyphpath_lineTo()
1809 glyphpath->currentCS.y = y; in cf2_glyphpath_lineTo()
[all …]
Dpshints.h229 FT_Vector currentCS; member