Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1146 glyphpath->elemIsQueued = FALSE; in cf2_glyphpath_init()
1781 if ( glyphpath->elemIsQueued ) in cf2_glyphpath_lineTo()
1794 glyphpath->elemIsQueued = TRUE; in cf2_glyphpath_lineTo()
1869 if ( glyphpath->elemIsQueued ) in cf2_glyphpath_curveTo()
1882 glyphpath->elemIsQueued = TRUE; in cf2_glyphpath_curveTo()
1920 if ( glyphpath->elemIsQueued ) in cf2_glyphpath_closeOpenPath()
1931 glyphpath->elemIsQueued = FALSE; in cf2_glyphpath_closeOpenPath()
Dpshints.h236 FT_Bool elemIsQueued; member