Home
last modified time | relevance | path

Searched refs:ajGraphicsDrawposTextAtstart (Results 1 – 5 of 5) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dchaos.c113 ajGraphicsDrawposTextAtstart(1.0,0.0,"T"); in main()
114 ajGraphicsDrawposTextAtstart(1.0,1.0,"G"); in main()
119 ajGraphicsDrawposTextAtstart((float)1.1,(float)0.75,line); in main()
121 ajGraphicsDrawposTextAtstart((float)1.1,(float)0.70,line); in main()
123 ajGraphicsDrawposTextAtstart((float)1.1,(float)0.65,line); in main()
125 ajGraphicsDrawposTextAtstart((float)1.1,(float)0.60,line); in main()
127 ajGraphicsDrawposTextAtstart((float)1.1,(float)0.55,line); in main()
132 ajGraphicsDrawposTextAtstart((float)1.1,(float)0.45,line); in main()
135 ajGraphicsDrawposTextAtstart((float)1.1,(float)0.40,line); in main()
138 ajGraphicsDrawposTextAtstart((float)1.1,(float)0.35,line); in main()
[all …]
H A Dprettyplot.c1172 ajGraphicsDrawposTextAtstart((float)-charlen,y-(yincr*l), in prettyplot_fillinboxes()
1176 ajGraphicsDrawposTextAtstart( in prettyplot_fillinboxes()
1197 ajGraphicsDrawposTextAtstart( in prettyplot_fillinboxes()
1205 ajGraphicsDrawposTextAtstart( in prettyplot_fillinboxes()
1224 ajGraphicsDrawposTextAtstart((float)-charlen,y-(yincr*l), in prettyplot_fillinboxes()
1228 ajGraphicsDrawposTextAtstart( in prettyplot_fillinboxes()
1291 ajGraphicsDrawposTextAtstart((float)(count+numgaps)+ in prettyplot_fillinboxes()
1299 ajGraphicsDrawposTextAtstart((float)(count+numgaps)+(float)5.0, in prettyplot_fillinboxes()
H A Dpolydot.c207 ajGraphicsDrawposTextAtstart(total+onefifth,total-(onefifth), in main()
217 ajGraphicsDrawposTextAtstart(total+onefifth,total-(onefifth*(i+2)), in main()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/graphics/
H A Dajgraph.h211 void ajGraphicsDrawposTextAtstart(PLFLT x, PLFLT y,
H A Dajgraph.c2763 void ajGraphicsDrawposTextAtstart(PLFLT x, PLFLT y, const char *txt) in ajGraphicsDrawposTextAtstart() function
5240 ajGraphicsDrawposTextAtstart(Obj->xx1, Obj->yy1, in GraphDraw()
9843 ajGraphicsDrawposTextAtstart(Obj->xx1, Obj->yy1, in GraphDataDraw()
10733 ajGraphicsDrawposTextAtstart(xx1,yy1,text); in ajGraphTextStart()