Home
last modified time | relevance | path

Searched refs:gx_dc_pattern2_fill_path (Results 1 – 4 of 4) sorted by relevance

/plan9-contrib/sys/src/cmd/gs/src/
H A Dgsptype2.h94 int gx_dc_pattern2_fill_path(const gx_device_color * pdevc,
H A Dgsptype2.c212 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 Dgdevpdfd.c1150 code = gx_dc_pattern2_fill_path(&dc, p, NULL, (gx_device *)&cvd.mdev); in gdev_pdf_fill_path()
H A Dgxfill.c585 code = gx_dc_pattern2_fill_path(pdevc, &path_intersection, NULL, pdev); in gx_default_fill_path()