Home
last modified time | relevance | path

Searched refs:get_RowBuf (Results 1 – 25 of 29) sorted by relevance

12

/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_pbm.c79 row = get_RowBuf(pb, pb->nr - row_c - 1); in PicBuf_to_PBM()
129 row = get_RowBuf(pb, pb->nr - row_c - 1); in PicBuf_to_PBM()
H A Dto_pic.c179 RowBuf_to_PIC(get_RowBuf(pb, row_c), pb->nb, fd);
182 get_RowBuf(pb, 0); /* Use row 0 for padding */
H A Dto_png.c97 row = get_RowBuf(pb, pb->nr - row_c - 1); in PicBuf_to_PNG()
120 row = get_RowBuf(pb, pb->nr - row_c - 1); in PicBuf_to_PNG()
H A Dto_dj_gr.c98 row = get_RowBuf(pb, row_c); in PicBuf_to_DJ_GR()
H A Dto_jpg.c94 if ((row = get_RowBuf(po->picbuf, (W - 1) - y)) == NULL) in PicBuf_to_JPG()
H A Dto_uis.c124 row = get_RowBuf(pb, row_c); in PicBuf_to_UIS()
H A Dto_hgc.c210 row = get_RowBuf(pb, row_c); in PicBuf_to_HGC()
H A Dto_pcx.c345 row = get_RowBuf(po->picbuf, row_c);
382 row = get_RowBuf(po->picbuf, row_c);
H A Dto_vga.c195 row = get_RowBuf(po->picbuf, row_c); in PicBuf_to_VGA()
H A Dto_os2.c221 row = get_RowBuf(pb, row_c); in PicBuf_to_OS2()
H A Dto_pm.c119 row = get_RowBuf(pbuf, row_c); in repaint()
H A Dto_tif.c146 if ((row = get_RowBuf(po->picbuf, (W - 1) - y)) == NULL) in PicBuf_to_TIF()
H A Dpicbuf.c162 RowBuf *get_RowBuf(const PicBuf * pb, int index) in get_RowBuf() function
510 plot_RowBuf(get_RowBuf(pb, pt->y + Y_Offset), pt->x + X_Offset, in plot_PicBuf()
525 return index_from_RowBuf(get_RowBuf(pb, pt->y), pt->x, pb); in index_from_PicBuf()
H A Dto_sunvw.c225 row = get_RowBuf(pb, row_c); in PicBuf_to_Sunview()
H A Dhp2xx.h384 RowBuf *get_RowBuf(const PicBuf *, int);
H A Dto_x11.c316 row = get_RowBuf(pb, row_c); in PicBuf_to_X11()
H A Dto_img.c77 row = get_RowBuf(picbuf, row_nr); in get_byte_IMG()
H A Dto_amiga.c410 row = get_RowBuf(pb, pb->nr - row_c - 1); in PicBuf_to_AMIGA()
H A Dto_atari.c430 zeile = get_RowBuf(picbuf, picbuf->nr - py); in zeichne()
H A Dto_ilbm.c326 row = get_RowBuf(pb, pb->nr - row_c - 1);
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dto_pbm.c90 row = get_RowBuf(po->picbuf, po->picbuf->nr - row_c - 1); in PicBuf_to_PBM()
H A Dto_pcx.c303 row = get_RowBuf (po->picbuf, row_c);
341 row = get_RowBuf(po->picbuf, row_c);
H A Dto_pm.c107 row = get_RowBuf (pbuf, row_c); in repaint()
H A Dto_x11.c312 row = get_RowBuf (pb, row_c); in PicBuf_to_X11()
H A Dto_x11a.c341 row = get_RowBuf (pb, row_c); in PicBuf_to_X11()

12