Searched refs:gx_cpath_intersect (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | gsshade.c | 494 (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 D | gxpath.h | 324 gx_cpath_intersect(gx_clip_path *, /*const*/ gx_path *, int,
|
H A D | gxcpath.c | 547 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 D | gdevpdfd.c | 1140 …if ((code = gx_cpath_intersect(&cpath_intersection, ppath, params->rule, (gs_imager_state *)pis)) … in gdev_pdf_fill_path()
|
H A D | gxfill.c | 580 …if ((code = gx_cpath_intersect(&cpath_intersection, ppath, params->rule, (gs_imager_state *)pis)) … in gx_default_fill_path()
|