Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1690 glyphpath->currentCS.x = glyphpath->start.x = x; in cf2_glyphpath_moveTo()
1691 glyphpath->currentCS.y = glyphpath->start.y = y; in cf2_glyphpath_moveTo()
1747 if ( glyphpath->currentCS.x == x && in cf2_glyphpath_lineTo()
1748 glyphpath->currentCS.y == y && in cf2_glyphpath_lineTo()
1760 glyphpath->currentCS.x, in cf2_glyphpath_lineTo()
1761 glyphpath->currentCS.y, in cf2_glyphpath_lineTo()
1768 P0.x = ADD_INT32( glyphpath->currentCS.x, xOffset ); in cf2_glyphpath_lineTo()
1769 P0.y = ADD_INT32( glyphpath->currentCS.y, yOffset ); in cf2_glyphpath_lineTo()
1811 glyphpath->currentCS.x = x; /* pre-offset current point */ in cf2_glyphpath_lineTo()
1812 glyphpath->currentCS.y = y; in cf2_glyphpath_lineTo()
[all …]
Dpshints.h229 FT_Vector currentCS; member