Lines Matching defs:ppath
44 #define outside_bbox(ppath, px, py)\ argument
47 #define check_in_bbox(ppath, px, py)\ argument
101 gx_path_init_contents(gx_path * ppath) in gx_path_init_contents()
127 gx_path_init_contained_shared(gx_path * ppath, const gx_path * shared, in gx_path_init_contained_shared()
160 gx_path *ppath = gs_alloc_struct(mem, gx_path, &st_path, cname); in gx_path_alloc_shared() local
193 gx_path_init_local_shared(gx_path * ppath, const gx_path * shared, in gx_path_init_local_shared()
221 gx_path_init_bbox_accumulator(gx_path * ppath) in gx_path_init_bbox_accumulator()
244 gx_path_unshare(gx_path * ppath) in gx_path_unshare()
258 gx_path_free(gx_path * ppath, client_name_t cname) in gx_path_free()
389 #define path_unshare(ppath)\ argument
430 gx_path_new(gx_path * ppath) in gx_path_new()
451 gx_path_new_subpath(gx_path * ppath) in gx_path_new_subpath()
478 gz_path_bbox_add(gx_path * ppath, fixed x, fixed y) in gz_path_bbox_add()
497 gz_path_bbox_move(gx_path * ppath, fixed x, fixed y) in gz_path_bbox_move()
507 gx_path_add_point(gx_path * ppath, fixed x, fixed y) in gx_path_add_point()
512 gz_path_add_point(gx_path * ppath, fixed x, fixed y) in gz_path_add_point()
522 gz_path_bbox_add_point(gx_path * ppath, fixed x, fixed y) in gz_path_bbox_add_point()
530 gx_path_add_relative_point(gx_path * ppath, fixed dx, fixed dy) in gx_path_add_relative_point()
560 gx_path_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gx_path_add_line_notes()
565 gz_path_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gz_path_add_line_notes()
582 gz_path_bbox_add_line_notes(gx_path * ppath, fixed x, fixed y, segment_notes notes) in gz_path_bbox_add_line_notes()
592 gx_path_add_lines_notes(gx_path *ppath, const gs_fixed_point *ppts, int count, in gx_path_add_lines_notes()
651 gx_path_add_rectangle(gx_path * ppath, fixed x0, fixed y0, fixed x1, fixed y1) in gx_path_add_rectangle()
670 gx_path_add_curve_notes(gx_path * ppath, in gx_path_add_curve_notes()
677 gz_path_add_curve_notes(gx_path * ppath, in gz_path_add_curve_notes()
705 gz_path_bbox_add_curve_notes(gx_path * ppath, in gz_path_bbox_add_curve_notes()
736 gx_path_add_partial_arc_notes(gx_path * ppath, in gx_path_add_partial_arc_notes()
758 gx_path_add_path(gx_path * ppath, gx_path * ppfrom) in gx_path_add_path()
829 gx_path_close_subpath_notes(gx_path * ppath, segment_notes notes) in gx_path_close_subpath_notes()
834 gz_path_close_subpath_notes(gx_path * ppath, segment_notes notes) in gz_path_close_subpath_notes()
859 gz_path_bbox_close_subpath_notes(gx_path * ppath, segment_notes notes) in gz_path_bbox_close_subpath_notes()
866 gz_path_state_flags(gx_path *ppath, byte flags) in gz_path_state_flags()
873 gx_path_get_state_flags(gx_path *ppath) in gx_path_get_state_flags()
880 gx_path_set_state_flags(gx_path *ppath, byte flags) in gx_path_set_state_flags()
885 gx_path_is_drawing(gx_path *ppath) in gx_path_is_drawing()
896 gx_path_pop_close_notes(gx_path * ppath, segment_notes notes) in gx_path_pop_close_notes()
919 path_alloc_copy(gx_path * ppath) in path_alloc_copy()
939 gx_dump_path(const gx_path * ppath, const char *tag) in gx_dump_path()
947 gx_path_print(const gx_path * ppath) in gx_path_print()