Searched refs:gx_cpath_from_rectangle (Results 1 – 6 of 6) sorted by relevance
76 code = gx_cpath_from_rectangle(&rpath, &bbox); in common_viewclip()
491 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()
322 gx_cpath_from_rectangle(gx_clip_path *, gs_fixed_rect *),
510 gx_cpath_from_rectangle(gx_clip_path * pcpath, gs_fixed_rect * pbox) in gx_cpath_from_rectangle() function524 return gx_cpath_from_rectangle(pcpath, &null_rect); in gx_cpath_reset()
458 int code = gx_cpath_from_rectangle(pgs->clip_path, pbox); in gx_clip_to_rectangle()
339 gx_cpath_from_rectangle(&clip_path, &cbox); in clist_playback_band()