Searched refs:CGM_OBJECT_CLOSED (Results 1 – 4 of 4) sorted by relevance
93 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 …]
74 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()
107 case CGM_OBJECT_CLOSED: in _pl_c_set_pen_color()212 && cgm_object_type != CGM_OBJECT_CLOSED) in _pl_c_set_fill_color()
927 #define CGM_OBJECT_CLOSED 1 macro