Searched defs:gs_cpath_enum_s (Results 1 – 1 of 1) sorted by relevance
100 struct gs_cpath_enum_s { struct101 gs_path_enum path_enum; /* used iff clipping path exists as a path, */103 bool using_path;104 gx_clip_rect *visit; /* scan pointer for finding next start */105 gx_clip_rect *rp; /* scan pointer for current rectangle */106 cpe_visit_t first_visit;107 cpe_state_t state;108 bool have_line;109 gs_int_point line_end;110 bool any_rectangles;