Home
last modified time | relevance | path

Searched refs:closepath (Results 1 – 23 of 23) sorted by relevance

/plan9/sys/lib/troff/font/devutf/charlib/
H A Drc27 bvbbox 1 get lineto closepath clip newpath
34 closepath clip eofill
H A Dlc27 bvbbox 1 get lineto closepath clip newpath
34 closepath clip eofill
H A Drf27 bvbbox 1 get lineto closepath clip newpath
34 closepath clip eofill
H A Dlf27 bvbbox 1 get lineto closepath clip newpath
34 closepath clip eofill
H A Dbx10 closepath
H A DRC11 closepath
H A Dsq10 closepath
H A DLV42 /closepath load
58 /closepath load
97 /closepath load
156 /C { closepath } def
H A DPC22 closepath fill
H A DL135 /closepath load
51 /closepath load
90 /closepath load
H A DDG17 closepath fill
H A DLA9 /C { closepath } def
H A DLH.example117 closepath
H A DLH39 /C /closepath load def
/plan9/sys/lib/lp/process/
H A Dhpost91 closepath
102 closepath
/plan9/sys/src/cmd/gs/src/
H A Difapi.h116 int (*closepath)(FAPI_path *); member
H A Dvdtrace.h60 void (*closepath)(vd_trace_interface *I); member
121 # define vd_closepath BEGIN if (vd_trace1) vd_trace1->closepath(vd_trace1); END
H A Dgxhintn.h61 { offcurve, oncurve, closepath, moveto enumerator
H A Dgdevvec.h133 int (*closepath) (gx_device_vector * vdev, floatp x0, floatp y0, member
H A Ddwtrace.c342 SET_CALLBACK(visual_tracer, closepath); in visual_tracer_init()
H A Dgdevvec.c663 code = vdev_proc(vdev, closepath) in gdev_vector_dopath_segment()
703 code = (*vdev_proc(vdev, closepath)) in gdev_vector_write_polygon()
H A Dgxhintn.c928 if (this->pole_count > 0 && this->pole[this->pole_count - 1].type != closepath) { in t1_hinter__rmoveto()
1059 this->pole[this->pole_count - 1].type = closepath; in t1_hinter__closepath()
1065 code = t1_hinter__add_pole(this, 0, 0, closepath); in t1_hinter__closepath()
1944 if (this->pole[beg_range_pole].type == closepath) { in t1_hinter__mark_existing_stems()
1978 if (this->pole[beg_range_pole].type == closepath) { in t1_hinter__align_stem_commands()
H A Dfapi_ft.c819 a_path->closepath(a_path); in get_char_outline()