Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxcpath.h46 struct gx_clip_rect_s { struct
47 gx_clip_rect *next, *prev;
48 int ymin, ymax; /* ymax > ymin */
49 int xmin, xmax; /* xmax > xmin */
50 byte to_visit; /* bookkeeping for gs_clippath */