Searched refs:gdev_vector_update_clip_path (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevvec.c | 776 gdev_vector_update_clip_path(gx_device_vector * vdev, in gdev_vector_update_clip_path() function 855 (code = gdev_vector_update_clip_path(vdev, pcpath)) < 0 || in gdev_vector_begin_image() 1031 int code = gdev_vector_update_clip_path(vdev, NULL); in gdev_vector_fill_rectangle() 1058 (code = gdev_vector_update_clip_path(vdev, pcpath)) < 0 || in gdev_vector_fill_path() 1086 (code = gdev_vector_update_clip_path(vdev, pcpath)) < 0 || in gdev_vector_stroke_path() 1125 code = gdev_vector_update_clip_path(vdev, NULL); in gdev_vector_fill_trapezoid() 1165 code = gdev_vector_update_clip_path(vdev, NULL); in gdev_vector_fill_parallelogram() 1195 code = gdev_vector_update_clip_path(vdev, NULL); in gdev_vector_fill_triangle()
|
| H A D | gdevps.c | 1237 code = gdev_vector_update_clip_path(vdev, NULL); in psw_copy_mono() 1272 code = gdev_vector_update_clip_path(vdev, NULL); in psw_copy_color() 1290 gdev_vector_update_clip_path((gx_device_vector *)dev, pcpath); in psw_fill_path() 1307 gdev_vector_update_clip_path(vdev, pcpath); in psw_stroke_path() 1321 gdev_vector_update_clip_path(vdev, pcpath); in psw_stroke_path() 1370 gdev_vector_update_clip_path(vdev, pcpath) < 0 || in psw_fill_mask() 1380 gdev_vector_update_clip_path(vdev, pcpath); in psw_fill_mask() 1533 gdev_vector_update_clip_path(vdev, pcpath); in psw_begin_image()
|
| H A D | gdevvec.h | 326 int gdev_vector_update_clip_path(gx_device_vector * vdev,
|
| H A D | gdevpx.c | 1198 code = gdev_vector_update_clip_path(vdev, NULL); in pclxl_copy_mono() 1276 code = gdev_vector_update_clip_path(vdev, NULL); in pclxl_copy_color() 1321 code = gdev_vector_update_clip_path(vdev, pcpath); in pclxl_fill_mask()
|