Home
last modified time | relevance | path

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

/dports/comms/mgetty+sendfax/mgetty-1.1.37/g3/
H A Dg32pbm.c44 static int o_stretch; /* -stretch: double each line */ variable
267 o_stretch = (o_stretch_force<0) ? 0: o_stretch_force;
275 o_stretch = ( p[1] == 'n' ); /* 'fn...' -> stretch */
504 sprintf( rbuf, "P4\n%d %d\n", hcol, ( o_stretch? row*2 : row ) );
507 if ( hcol == (bperrow*8) && !o_stretch )
511 if ( !o_stretch )
586 (int) ((ip - lineanch) * 8 * resmult), (currow * resmult) << o_stretch, bcount);
588 if (o_stretch) {
/dports/comms/mgetty+sendfax/mgetty-1.1.37/contrib/
H A Dg3tops.c78 static int o_stretch; /* -stretch: double each line */ variable
270 o_stretch=1;
552 sprintf( rbuf, "P4\n%d %d\n", hcol, ( o_stretch? row*2 : row ) );
555 if ( hcol == (bperrow*8) && !o_stretch )
559 if ( !o_stretch )
634 (ip - lineanch) * 8 * resmult, (currow * resmult) << o_stretch, bcount);
636 if (o_stretch) {
/dports/cad/lepton-eda/lepton-eda-1.9.17/docs/changelogs/
H A Dchangelog.gschem4964 * src/o_stretch.c: Converted all line_points references to use the new
5479 * src/o_stretch.c: Update function for new selection mechanism
5868 * src/o_stretch.c: Updated _end function to allow for the stretching
6215 Added o_stretch.c to dist
/dports/cad/geda/geda-gaf-1.8.2/gschem/
H A DChangeLog-1.04964 * src/o_stretch.c: Converted all line_points references to use the new
5479 * src/o_stretch.c: Update function for new selection mechanism
5868 * src/o_stretch.c: Updated _end function to allow for the stretching
6215 Added o_stretch.c to dist