Searched defs:gs_path_enum_s (Results 1 – 1 of 1) sorted by relevance
330 struct gs_path_enum_s { struct331 gs_memory_t *memory;332 gs_matrix mat; /* CTM for inverse-transforming points */333 const segment *pseg;334 const gx_path *path; /* path being enumerated */335 gx_path *copied_path; /* if the path was copied, this is the */338 bool moveto_done; /* have we reported a final moveto yet? */339 segment_notes notes; /* notes from most recent segment */