Searched defs:gx_clip_list_s (Results 1 – 1 of 1) sorted by relevance
71 struct gx_clip_list_s { struct72 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 */