Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsglue.h131 CF2_Int windingMomentum; /* for winding order detection */ member
Dpshints.c1556 glyphpath->callbacks->windingMomentum = in cf2_glyphpath_computeOffset()
1557 ADD_INT32( glyphpath->callbacks->windingMomentum, in cf2_glyphpath_computeOffset()
1846 glyphpath->callbacks->windingMomentum = in cf2_glyphpath_curveTo()
1847 ADD_INT32( glyphpath->callbacks->windingMomentum, in cf2_glyphpath_curveTo()
Dpsfont.c543 if ( font->outline.root.windingMomentum >= 0 ) /* CFF is CCW */ in cf2_getGlyphOutline()
Dpsft.c877 outline->root.windingMomentum = 0; in cf2_outline_reset()