Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dc_path.c196 desired_interior_style = CGM_INT_STYLE_SOLID; in _pl_c_paint_path()
279 if (_plotter->cgm_interior_style != CGM_INT_STYLE_SOLID) in _pl_c_paint_path()
291 CGM_INT_STYLE_SOLID, in _pl_c_paint_path()
298 _plotter->cgm_interior_style = CGM_INT_STYLE_SOLID; in _pl_c_paint_path()
774 desired_interior_style = CGM_INT_STYLE_SOLID; in _pl_c_paint_path()
900 desired_interior_style = CGM_INT_STYLE_SOLID; in _pl_c_paint_path()
1047 desired_interior_style = CGM_INT_STYLE_SOLID; in _pl_c_paint_path()
H A Dextern.h893 #define CGM_INT_STYLE_SOLID 1 macro