Home
last modified time | relevance | path

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

/dports/graphics/intergif/igsrc/src/
H A Dloadgif.c782 int fxoff,fyoff,fx,fy; in GIF__Write() local
788 fxoff = framerect->xoff; in GIF__Write()
809 ptr2[x+fxoff] = 1; in GIF__Write()
844 int fxoff,fyoff,fx,fy; in GIF__Write32() local
851 fxoff = framerect->xoff; in GIF__Write32()
870 ptr2[x+fxoff] = 1; in GIF__Write32()
900 int fxoff,fyoff,fx,fy; in GIF__Unwrite() local
907 fxoff = framerect->xoff; in GIF__Unwrite()
935 int fxoff,fyoff,fx,fy; in GIF__Unwrite32() local
942 fxoff = framerect->xoff; in GIF__Unwrite32()
[all …]
/dports/biology/fasta/fasta/
H A Dplotsub.c15 float fxscal, fyscal, fxoff, fyoff; variable
42 fxoff = (float)x0;
52 xx = (int)(((float)(x)-fxoff)*fxscal);
65 xx = (int)(((float)(x)-fxoff)*fxscal);
H A Dps_plotsub.c18 float fxscal, fyscal, fxoff, fyoff; variable
68 fxoff = (float)x0; in space()
78 xx = (int)(((float)(x)-fxoff)*fxscal); in move()
87 xx = (int)(((float)(x)-fxoff)*fxscal); in cont()
H A Dtplotsub.c17 float fxscal, fyscal, fxoff, fyoff,aratio; variable
87 fxoff = (float)x0;
98 xx = (int)(((float)(x)-fxoff)*fxscal);
116 xx = (int)(((float)(x)-fxoff)*fxscal);
H A Dmplotsub.c30 float fxscal, fyscal, fxoff, fyoff,aratio; variable
121 fxoff = (float)x0;
132 xx = (int)(((float)(x)-fxoff)*fxscal);
143 xx = (int)(((float)(x)-fxoff)*fxscal);
H A Dtldispn.c46 double fxscal, fyscal, fxoff, fyoff; variable
47 #define SX(x) (int)((double)(x)*fxscal+fxoff)
181 fxscal *= 0.9; fxoff = (double)(max_x-1)/11.0;
H A Dmtdispn.c65 double fxscal, fyscal, fxoff, fyoff, aratio; variable
66 #define SX(x) (int)((double)(x)*fxscal+fxoff)
200 fxscal *= 0.9; fxoff = (double)(max_x-1)/11.0;
H A Dps_dispn.c48 double fxscal, fyscal, fxoff, fyoff; variable
49 #define SX(x) (int)((double)(x)*fxscal+fxoff+24)
187 fxscal *= 0.9; fxoff = (double)(max_x-1)/11.0; in openplt()
H A Dttdispn.c50 double fxscal, fyscal, fxoff, fyoff, aratio; variable
51 #define SX(x) (int)(((double)(x)*fxscal+fxoff)/aratio)
201 fxscal *= 0.9; fxoff = (double)(max_x-1)/11.0;
/dports/biology/fasta3/fasta-36.3.8/src/
H A Dplot_domain.cgi13 $fxscal $fyscal $fxoff $fyoff
84 return int($xx*$fxscal+$fxoff+18);
127 $fxscal *= 0.9; $fxoff = 24;
H A Dlav_defs.h7 double fxscal, fyscal, fxoff, fyoff; variable
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dglyphedit.c454 gint16 xoff, yoff, fxoff, fyoff, psize; in glyphedit_draw_font_bbx() local
467 fxoff = psize * gw->grid->grid_width; in glyphedit_draw_font_bbx()
469 frame.x = (gw->widget.allocation.width >> 1) - (fxoff >> 1); in glyphedit_draw_font_bbx()
475 fxoff = psize * gw->grid->base_x; in glyphedit_draw_font_bbx()
487 frame.x + fxoff, frame.y + fyoff + 1, in glyphedit_draw_font_bbx()
504 frame.x + fxoff, frame.y + yoff, in glyphedit_draw_font_bbx()
505 frame.x + fxoff + frame.width, frame.y + yoff); in glyphedit_draw_font_bbx()
515 frame.x + fxoff, frame.y + yoff, in glyphedit_draw_font_bbx()
521 frame.x + fxoff, frame.y + yoff, in glyphedit_draw_font_bbx()
533 frame.x + fxoff, frame.y + yoff, in glyphedit_draw_font_bbx()
[all …]
/dports/biology/fasta3/fasta-36.3.8/scripts/
H A Dplot_domain2t.cgi31 $fxscal $fyscal $fxoff $fyoff $x_rev $y_rev
153 return int($xx*$fxscal+$fxoff+18);
214 $fxscal *= 0.9; $fxoff = 24;
H A Dlavplt_ps.pl21 return int($xx*$fxscal+$fxoff+24);
104 $fxscal *= 0.9; $fxoff = ($max_x-1)/11.0;
H A Dlavplt_svg.pl22 return int($xx*$fxscal+$fxoff+18);
91 $fxscal *= 0.9; $fxoff = ($max_x-1)/11.0;
H A Dlav2plt.pl30 $fxscal $fyscal $fxoff $fyoff