Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dgxclpath.c894 cmd_put_segment(cmd_segment_writer * psw, byte op, in cmd_put_segment() function
1021 cmd_put_segment(psw, cmd_opv_rmoveto, operands, sn_none)
1023 cmd_put_segment(psw, cmd_opv_rlineto, operands, notes)
1263 code = cmd_put_segment(&writer, cmd_opv_closepath, &A, sn_none); in cmd_put_path()
1365 code = cmd_put_segment(&writer, op, optr, notes); in cmd_put_path()