Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dsplinefont.h2186 pconvert_flag_by_geom = 0x100, enumerator
H A Dpython.c5043 { "by_geom", pconvert_flag_by_geom },
5053 const int modes = pconvert_flag_by_geom|pconvert_flag_force_type in CheckPConvertFlags()
5907 …return PyFF_Glyph_CSetLayer(self, value, (int)(size_t)vli, pconvert_flag_all|pconvert_flag_by_geom in PyFF_Glyph_set_a_layer()
6103 …ph_CSetLayer((PyFF_Glyph *) PySC_From_SC(sc),value,layer,pconvert_flag_all|pconvert_flag_by_geom)); in PyFF_LayerArrayIndexAssign()
9583 flags = CheckPConvertFlags(flags, pconvert_flag_all|pconvert_flag_by_geom); in PyFFGlyph_setLayer()
H A Dsplineutil.c1186 if ( flags & pconvert_flag_by_geom ) { in _SplinePointCategorize()
1207 _SplinePointCategorize(sp, pconvert_flag_all|pconvert_flag_by_geom); in SplinePointCategorize()
1231 _SPLCategorizePoints(spl, pconvert_flag_all|pconvert_flag_by_geom); in SPLCategorizePoints()
H A Dufo.c3100 _SPLCategorizePoints(sc->layers[layerdest].splines, pconvert_flag_smooth|pconvert_flag_by_geom); in _UFOLoadGlyph()