Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgdevpdfd.c875 gs_make_translation(cvd->path_offset.x, cvd->path_offset.y, &m); in lcvd_handle_fill_path_as_shading_coverage()
1089 cvd.path_offset.x = sx; in gdev_pdf_fill_path()
1090 cvd.path_offset.y = sy; in gdev_pdf_fill_path()
1117 cvd.path_offset.x = sx; /* m.tx / scalex */ in gdev_pdf_fill_path()
1118 cvd.path_offset.y = sy; in gdev_pdf_fill_path()
H A Dgdevpdfx.h928 gs_point path_offset; member