Home
last modified time | relevance | path

Searched refs:gx_path_type_optimize (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevvec.h91 gx_path_type_optimize = 16, /* OK to optimize paths by merging seg.s */ enumerator
H A Dgdevpdfd.c886 gx_path_type_fill | gx_path_type_optimize, &m); in lcvd_handle_fill_path_as_shading_coverage()
1193 gx_path_type_fill | gx_path_type_optimize, in gdev_pdf_fill_path()
1326 gx_path_type_stroke | gx_path_type_optimize, in gdev_pdf_stroke_path()
H A Dgdevvec.c104 if (type & gx_path_type_optimize) { in gdev_vector_dopath()
H A Dgdevpdf.c592 pdev->fill_options = pdev->stroke_options = gx_path_type_optimize; in pdf_open()
H A Dgdevps.c957 vdev->fill_options = vdev->stroke_options = gx_path_type_optimize; in psw_open()