Home
last modified time | relevance | path

Searched refs:cpath_intersection (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdfd.c1134 gx_clip_path cpath_intersection; in gdev_pdf_fill_path() local
1139 gx_cpath_init_local_shared(&cpath_intersection, pcpath, pdev->memory); in gdev_pdf_fill_path()
1140 …if ((code = gx_cpath_intersect(&cpath_intersection, ppath, params->rule, (gs_imager_state *)pis)) … in gdev_pdf_fill_path()
1141 code = gx_cpath_to_path(&cpath_intersection, &path_intersection); in gdev_pdf_fill_path()
1153 gx_cpath_free(&cpath_intersection, "gdev_pdf_fill_path"); in gdev_pdf_fill_path()
H A Dgxfill.c570 gx_clip_path cpath_intersection; in gx_default_fill_path() local
579 gx_cpath_init_local_shared(&cpath_intersection, pcpath, pdev->memory); in gx_default_fill_path()
580 …if ((code = gx_cpath_intersect(&cpath_intersection, ppath, params->rule, (gs_imager_state *)pis)) … in gx_default_fill_path()
581 code = gx_cpath_to_path(&cpath_intersection, &path_intersection); in gx_default_fill_path()
589 gx_cpath_free(&cpath_intersection, "shading_fill_cpath_intersection"); in gx_default_fill_path()