Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dc_path.c93 closed ? CGM_OBJECT_CLOSED : CGM_OBJECT_OPEN); in _pl_c_paint_path()
95 closed ? CGM_OBJECT_CLOSED : CGM_OBJECT_OPEN); in _pl_c_paint_path()
97 closed ? CGM_OBJECT_CLOSED : CGM_OBJECT_OPEN); in _pl_c_paint_path()
761 _pl_c_set_pen_color (R___(_plotter) CGM_OBJECT_CLOSED); in _pl_c_paint_path()
762 _pl_c_set_fill_color (R___(_plotter) CGM_OBJECT_CLOSED); in _pl_c_paint_path()
763 _pl_c_set_attributes (R___(_plotter) CGM_OBJECT_CLOSED); in _pl_c_paint_path()
887 _pl_c_set_pen_color (R___(_plotter) CGM_OBJECT_CLOSED); in _pl_c_paint_path()
888 _pl_c_set_fill_color (R___(_plotter) CGM_OBJECT_CLOSED); in _pl_c_paint_path()
889 _pl_c_set_attributes (R___(_plotter) CGM_OBJECT_CLOSED); in _pl_c_paint_path()
1034 _pl_c_set_pen_color (R___(_plotter) CGM_OBJECT_CLOSED); in _pl_c_paint_path()
[all …]
H A Dc_attribs.c74 case CGM_OBJECT_CLOSED: in _pl_c_set_attributes()
315 case CGM_OBJECT_CLOSED: in _pl_c_set_attributes()
398 case CGM_OBJECT_CLOSED: in _pl_c_set_attributes()
452 case CGM_OBJECT_CLOSED: in _pl_c_set_attributes()
H A Dc_color.c107 case CGM_OBJECT_CLOSED: in _pl_c_set_pen_color()
212 && cgm_object_type != CGM_OBJECT_CLOSED) in _pl_c_set_fill_color()
H A Dextern.h927 #define CGM_OBJECT_CLOSED 1 macro