Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpshints.c1149 glyphpath->elemIsQueued = FALSE; in cf2_glyphpath_init()
1784 if ( glyphpath->elemIsQueued ) in cf2_glyphpath_lineTo()
1797 glyphpath->elemIsQueued = TRUE; in cf2_glyphpath_lineTo()
1872 if ( glyphpath->elemIsQueued ) in cf2_glyphpath_curveTo()
1885 glyphpath->elemIsQueued = TRUE; in cf2_glyphpath_curveTo()
1923 if ( glyphpath->elemIsQueued ) in cf2_glyphpath_closeOpenPath()
1934 glyphpath->elemIsQueued = FALSE; in cf2_glyphpath_closeOpenPath()
Dpshints.h236 FT_Bool elemIsQueued; member