Home
last modified time | relevance | path

Searched refs:fyoff (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
796 ptr = out + ow*fyoff; in GIF__Write()
797 ptr2 = mask + ow*fyoff; in GIF__Write()
844 int fxoff,fyoff,fx,fy; in GIF__Write32() local
859 ptr = out + ow*fyoff; in GIF__Write32()
860 ptr2 = mask + ow*fyoff; in GIF__Write32()
900 int fxoff,fyoff,fx,fy; in GIF__Unwrite() local
914 ptr = out + ow*fyoff; in GIF__Unwrite()
915 ptr2 = mask + ow*fyoff; in GIF__Unwrite()
935 int fxoff,fyoff,fx,fy; in GIF__Unwrite32() local
[all …]
/dports/biology/fasta/fasta/
H A Dplotsub.c15 float fxscal, fyscal, fxoff, fyoff; variable
43 fyoff = (float)y0;
53 yy = (int)(((float)(y)-fyoff)*fyscal);
66 yy = (int)(((float)(y)-fyoff)*fyscal);
H A Dps_plotsub.c18 float fxscal, fyscal, fxoff, fyoff; variable
69 fyoff = (float)y0; in space()
79 yy = (int)(((float)(y)-fyoff)*fyscal); in move()
88 yy = (int)(((float)(y)-fyoff)*fyscal); in cont()
H A Dtplotsub.c17 float fxscal, fyscal, fxoff, fyoff,aratio; variable
88 fyoff = (float)y0;
99 yy = (int)(((float)(y)-fyoff)*fyscal);
117 yy = (int)(((float)(y)-fyoff)*fyscal);
H A Dmplotsub.c30 float fxscal, fyscal, fxoff, fyoff,aratio; variable
122 fyoff = (float)y0;
133 yy = (int)(((float)(y)-fyoff)*fyscal);
144 yy = (int)(((float)(y)-fyoff)*fyscal);
H A Dtldispn.c46 double fxscal, fyscal, fxoff, fyoff; variable
48 #define SY(y) (int)((double)(y)*fyscal+fyoff)
182 fyscal *= 0.9; fyoff = (double)(max_y-1)/11.0;
H A Dmtdispn.c65 double fxscal, fyscal, fxoff, fyoff, aratio; variable
67 #define SY(y) (int)((double)(y)*fyscal+fyoff)
201 fyscal *= 0.9; fyoff = (double)(max_y-1)/11.0 + ftemp;
H A Dps_dispn.c48 double fxscal, fyscal, fxoff, fyoff; variable
50 #define SY(y) (int)((double)(y)*fyscal+fyoff+48)
188 fyscal *= 0.9; fyoff = (double)(max_y-1)/11.0; in openplt()
H A Dttdispn.c50 double fxscal, fyscal, fxoff, fyoff, aratio; variable
52 #define SY(y) (int)((double)(y)*fyscal+fyoff)
202 fyscal *= 0.9; fyoff = (double)(max_y-1)/11.0 + ftemp;
/dports/biology/fasta3/fasta-36.3.8/src/
H A Dplot_domain.cgi13 $fxscal $fyscal $fxoff $fyoff
89 return $max_y - int($yy*$fyscal+$fyoff);
128 $fyoff = 0;
H A Dlav_defs.h7 double fxscal, fyscal, fxoff, fyoff; variable
/dports/biology/fasta3/fasta-36.3.8/scripts/
H A Dplot_domain2t.cgi31 $fxscal $fyscal $fxoff $fyoff $x_rev $y_rev
158 return $max_y - int($yy*$fyscal+$fyoff);
215 $fyoff = -14;
216 if (scalar(@{$q_dom_info_r}) || scalar(@q_annots)) {$fyoff -= 12;}
H A Dlavplt_svg.pl28 return $max_y + 24 - int($yy*$fyscal+$fyoff);
92 $fyscal *= 0.9; $fyoff = ($max_y-1)/11.0;
93 if ($x_annot_r) {$fyoff -= (48 + $y_delta);}
H A Dlavplt_ps.pl27 return int($yy*$fyscal+$fyoff+84);
105 $fyscal *= 0.9; $fyoff = ($max_y-1)/11.0;
H A Dlav2plt.pl30 $fxscal $fyscal $fxoff $fyoff
/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dglyphedit.c454 gint16 xoff, yoff, fxoff, fyoff, psize; in glyphedit_draw_font_bbx() local
468 fyoff = psize * gw->grid->grid_height; in glyphedit_draw_font_bbx()
470 frame.y = (gw->widget.allocation.height >> 1) - (fyoff >> 1); in glyphedit_draw_font_bbx()
477 fyoff = psize * (gw->grid->base_y - gw->grid->font_bbx.ascent); in glyphedit_draw_font_bbx()
487 frame.x + fxoff, frame.y + fyoff + 1, in glyphedit_draw_font_bbx()
497 frame.x + xoff, frame.y + fyoff, in glyphedit_draw_font_bbx()
498 frame.x + xoff, frame.y + fyoff + frame.height); in glyphedit_draw_font_bbx()