Searched refs:path_intersection (Results 1 – 2 of 2) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevpdfd.c | 1135 gx_path path_intersection, path1, *p = &path_intersection; in gdev_pdf_fill_path() local 1137 gx_path_init_local(&path_intersection, pdev->memory); in gdev_pdf_fill_path() 1141 code = gx_cpath_to_path(&cpath_intersection, &path_intersection); in gdev_pdf_fill_path() 1143 code = gx_path_copy(&path_intersection, &path1); in gdev_pdf_fill_path() 1151 gx_path_free(&path_intersection, "gdev_pdf_fill_path"); in gdev_pdf_fill_path()
|
| H A D | gxfill.c | 571 gx_path path_intersection; in gx_default_fill_path() local 578 gx_path_init_local(&path_intersection, pdev->memory); in gx_default_fill_path() 581 code = gx_cpath_to_path(&cpath_intersection, &path_intersection); in gx_default_fill_path() 585 code = gx_dc_pattern2_fill_path(pdevc, &path_intersection, NULL, pdev); in gx_default_fill_path() 588 gx_path_free(&path_intersection, "shading_fill_path_intersection"); in gx_default_fill_path()
|