Home
last modified time | relevance | path

Searched refs:gx_cpath_from_rectangle (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgsdps.c76 code = gx_cpath_from_rectangle(&rpath, &bbox); in common_viewclip()
H A Dgsshade.c491 if ((code = gx_cpath_from_rectangle(path_clip, &path_box)) < 0 || in gs_shading_fill_path()
507 if ((code = gx_cpath_from_rectangle(path_clip, &path_box)) < 0) in gs_shading_fill_path()
H A Dgxpath.h322 gx_cpath_from_rectangle(gx_clip_path *, gs_fixed_rect *),
H A Dgxcpath.c510 gx_cpath_from_rectangle(gx_clip_path * pcpath, gs_fixed_rect * pbox) in gx_cpath_from_rectangle() function
524 return gx_cpath_from_rectangle(pcpath, &null_rect); in gx_cpath_reset()
H A Dgspath.c458 int code = gx_cpath_from_rectangle(pgs->clip_path, pbox); in gx_clip_to_rectangle()
H A Dgxclrast.c339 gx_cpath_from_rectangle(&clip_path, &cbox); in clist_playback_band()