Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcf2hints.c1069 glyphpath->pathIsOpen = FALSE; in cf2_glyphpath_init()
1689 glyphpath->pathIsOpen = TRUE; in cf2_glyphpath_lineTo()
1776 glyphpath->pathIsOpen = TRUE; in cf2_glyphpath_curveTo()
1818 if ( glyphpath->pathIsOpen ) in cf2_glyphpath_closeOpenPath()
1841 glyphpath->pathIsOpen = FALSE; in cf2_glyphpath_closeOpenPath()
Dcf2hints.h206 FT_Bool pathIsOpen; /* true after MoveTo */ member
/external/pdfium/third_party/freetype/src/cff/
Dcf2hints.c1068 glyphpath->pathIsOpen = FALSE; in cf2_glyphpath_init()
1688 glyphpath->pathIsOpen = TRUE; in cf2_glyphpath_lineTo()
1775 glyphpath->pathIsOpen = TRUE; in cf2_glyphpath_curveTo()
1817 if ( glyphpath->pathIsOpen ) in cf2_glyphpath_closeOpenPath()
1840 glyphpath->pathIsOpen = FALSE; in cf2_glyphpath_closeOpenPath()
Dcf2hints.h206 FT_Bool pathIsOpen; /* true after MoveTo */ member