Home
last modified time | relevance | path

Searched defs:gx_clip_list_s (Results 1 – 1 of 1) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgxcpath.h71 struct gx_clip_list_s { struct
72 gx_clip_rect single; /* (has next = prev = 0) */
73 gx_clip_rect *head;
74 gx_clip_rect *tail;
75 int xmin, xmax; /* min and max X over all but head/tail */
76 int count; /* # of rectangles not counting */