Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgsshade.c494 (code = gx_cpath_intersect(path_clip, box_path, in gs_shading_fill_path()
512 gx_cpath_intersect(path_clip, ppath, gx_rule_winding_number, pis)) < 0 in gs_shading_fill_path()
H A Dgxpath.h324 gx_cpath_intersect(gx_clip_path *, /*const*/ gx_path *, int,
H A Dgxcpath.c547 return gx_cpath_intersect(pcpath, ppath_orig, rule, in gx_cpath_clip()
551 gx_cpath_intersect(gx_clip_path *pcpath, /*const*/ gx_path *ppath_orig, in gx_cpath_intersect() function
H A Dgdevpdfd.c1140 …if ((code = gx_cpath_intersect(&cpath_intersection, ppath, params->rule, (gs_imager_state *)pis)) … in gdev_pdf_fill_path()
H A Dgxfill.c580 …if ((code = gx_cpath_intersect(&cpath_intersection, ppath, params->rule, (gs_imager_state *)pis)) … in gx_default_fill_path()