Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxfill.h116 struct line_list_s { struct
117 gs_memory_t *memory;
118 active_line *active_area; /* allocated active_line list */
119 active_line *next_active; /* next allocation slot */
120 active_line *limit; /* limit of local allocation */
121 int close_count; /* # of added closing lines */
122 active_line *y_list; /* Y-sorted list of pending lines */
123 active_line *y_line; /* most recently inserted line */
124 active_line x_head; /* X-sorted list of active lines */
126 active_line *h_list0, *h_list1; /* lists of horizontal lines for y, y1 */
[all …]