Searched refs:gx_dc_pattern2_fill_path (Results 1 – 4 of 4) sorted by relevance
/plan9-contrib/sys/src/cmd/gs/src/ |
H A D | gsptype2.h | 94 int gx_dc_pattern2_fill_path(const gx_device_color * pdevc,
|
H A D | gsptype2.c | 212 gx_dc_pattern2_fill_path(const gx_device_color * pdevc, in gx_dc_pattern2_fill_path() function 235 return gx_dc_pattern2_fill_path(pdevc, NULL, &rect, dev); in gx_dc_pattern2_fill_rectangle()
|
H A D | gdevpdfd.c | 1150 code = gx_dc_pattern2_fill_path(&dc, p, NULL, (gx_device *)&cvd.mdev); in gdev_pdf_fill_path()
|
H A D | gxfill.c | 585 code = gx_dc_pattern2_fill_path(pdevc, &path_intersection, NULL, pdev); in gx_default_fill_path()
|