Home
last modified time | relevance | path

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

/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dmurphy.c67 plot_PicBuf(murphy.pb, &pt, murphy.color); in murphy_paraline()
313 plot_PicBuf(murphy.pb, p_act,
319 plot_PicBuf(murphy.pb, p_act,
325 plot_PicBuf(murphy.pb, p_act,
331 plot_PicBuf(murphy.pb, p_act,
H A Dpicbuf.c503 void plot_PicBuf(PicBuf * pb, DevPt * pt, PEN_C color_index) in plot_PicBuf() function
542 plot_PicBuf(pb, &pt, pencolor); in dot_PicBuf()
546 plot_PicBuf(pb, &pt, pencolor); in dot_PicBuf()
550 plot_PicBuf(pb, &pt, pencolor); in dot_PicBuf()
554 plot_PicBuf(pb, &pt, pencolor); in dot_PicBuf()
595 plot_PicBuf(pb, p_act, pencolor); in line_PicBuf()
795 plot_PicBuf(pb, &p_act, pencolor); in polygon_PicBuf()
H A Dpicbuf.h4 void plot_PicBuf(PicBuf *pb, DevPt *pt, PEN_C color_index);