Home
last modified time | relevance | path

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

/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Dpstoeditoptions.h140 …OptionT < bool, BoolTrueExtractor > nocurves ;//= false; // normally curves are shown as curves i… variable
259nocurves (true, "-nc",noArgument,d_t,"normally curves are shown as curves if the output format d… in PsToEditOptions()
630 ADD(nocurves); in PsToEditOptions()
H A Dpstoedit.cpp1089 if ((!options.nocurves) in pstoedit()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Dpstoedit.cpp266 bool nocurves = false; // normally curves are shown as curves if backend supports in pstoedit() local
352 nocurves = true; in pstoedit()
704 if ( (!nocurves) && currentDriverDesc->backendSupportsCurveto ) { in pstoedit()