Home
last modified time | relevance | path

Searched refs:pathIsClosing (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/psaux/
Dpshints.h206 FT_Bool pathIsClosing; /* true when synthesizing closepath line */ member
Dpshints.c1148 glyphpath->pathIsClosing = FALSE; in cf2_glyphpath_init()
1728 !glyphpath->pathIsClosing; in cf2_glyphpath_lineTo()
1916 glyphpath->pathIsClosing = TRUE; in cf2_glyphpath_closeOpenPath()
1933 glyphpath->pathIsClosing = FALSE; in cf2_glyphpath_closeOpenPath()
/external/freetype/
DChangeLog.253536 * src/cff/cf2hints.h (CF2_GlyphPathRec): New element `pathIsClosing'