Home
last modified time | relevance | path

Searched refs:fill_zero_width (Results 1 – 11 of 11) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxpaint.h101 bool fill_zero_width; /* if true, make zero-width/height */ member
H A Dgxpaint.c51 params.fill_zero_width = (adjust_x | adjust_y) != 0; in gx_fill_path()
H A Dgxshade.c360 params.fill_zero_width = false; in shade_fill_path()
H A Dgxacpath.c185 params.fill_zero_width = true; in gx_cpath_intersect_path_slow()
H A Dgdevtrac.c299 (params->fill_zero_width ? "true" : "false")); in trace_fill_path()
H A Dgxstroke.c446 fill_params.fill_zero_width = in gx_stroke_path_only_aux()
449 fill_params.fill_zero_width = false; in gx_stroke_path_only_aux()
H A Dgxttfb.c651 params.fill_zero_width = false; in grid_fit()
H A Dgxclrast.c352 fill_params.fill_zero_width = false; in clist_playback_band()
1368 fill_params.fill_zero_width = in clist_playback_band()
H A Dgdevbbox.c768 if (params->fill_zero_width) in bbox_fill_path()
H A Dgdevpdfd.c1387 params.fill_zero_width = false; in gdev_pdf_fill_rectangle_hl_color()
H A Dgxfill.c328 if (params->fill_zero_width && !pseudo_rasterization) in gx_general_fill_path()