Home
last modified time | relevance | path

Searched refs:outsvg (Results 1 – 12 of 12) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/
H A Dvenn.cpp49 outsvg << "<g>\n"; in getPic()
66 outsvg.close(); in getPic()
113 outsvg << "<g>\n"; in getPic()
131 outsvg.close(); in getPic()
207 outsvg << "<g>\n"; in getPic()
244 outsvg.close(); in getPic()
388 outsvg << "<g>\n"; in getPic()
531 outsvg << "<g>\n"; in getPic()
592 outsvg.close(); in getPic()
874 outsvg << "<g>\n"; in getPic()
[all …]
H A Dheatmapsim.cpp42 util.openOutputFile(filenamesvg, outsvg); in getPic()
47 outsvg << "<g>\n"; in getPic()
68 …if (m->getControl_pressed()) { outsvg.close(); for (int i = 0; i < lookup.size(); i++) { delete l… in getPic()
105 outsvg << "</g>\n</svg>\n"; in getPic()
106 outsvg.close(); in getPic()
126 util.openOutputFile(filenamesvg, outsvg); in getPic()
130 outsvg << "<g>\n"; in getPic()
150 if (m->getControl_pressed()) { outsvg.close(); return filenamesvg; } in getPic()
182 outsvg << "</g>\n</svg>\n"; in getPic()
183 outsvg.close(); in getPic()
[all …]
H A Dheatmap.cpp73 util.openOutputFile(filenamesvg, outsvg); in getPic()
77 outsvg << "<g>\n"; in getPic()
98 outsvg << "</g>\n</svg>\n"; in getPic()
99 outsvg.close(); in getPic()
167 util.openOutputFile(filenamesvg, outsvg); in getPic()
174 outsvg << "<g>\n"; in getPic()
210 outsvg << "</g>\n</svg>\n"; in getPic()
211 outsvg.close(); in getPic()
481 outsvg << "<g>\n"; in getPic()
517 outsvg << "</g>\n</svg>\n"; in getPic()
[all …]
H A Dheatmapsim.h33 ofstream outsvg; variable
H A Dvenn.h28 ofstream outsvg; variable
H A Dheatmap.h59 ofstream outsvg; variable
/dports/biology/mothur/mothur-1.46.1/source/chimera/
H A Dchimeracheckrdp.cpp276 ofstream outsvg; in makeSVGpic() local
277 Utils util; util.openOutputFile(file, outsvg); in makeSVGpic()
282 outsvg << "<g>\n"; in makeSVGpic()
286outsvg << "<line x1=\"75\" y1=\"600\" x2=\"75\" y2=\"125\" stroke=\"black\" stroke-width=\"2\"/>\… in makeSVGpic()
292 outsvg << "<text fill=\"black\" class=\"seri\" x=\"50\" y=\"580\">0</text>\n"; in makeSVGpic()
294 outsvg << "<text fill=\"black\" class=\"seri\" x=\"50\" y=\"350\">IS</text>\n"; in makeSVGpic()
310 outsvg << "<polyline fill=\"none\" stroke=\"red\" stroke-width=\"2\" points=\""; in makeSVGpic()
314 outsvg << ((i*5) + 75) << "," << (600 - (info[i].score * scaler2)) << " "; in makeSVGpic()
317 outsvg << "\"/> "; in makeSVGpic()
318 outsvg << "</g>\n</svg>\n"; in makeSVGpic()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dgimpgrad.cpp180 Glib::ustring outsvg("<svg><defs><linearGradient>\n"); in open() local
230 outsvg += stop_svg(leftcolor, left); in open()
233 outsvg += stop_svg(leftcolor.average(rightcolor), middle); in open()
235 outsvg += stop_svg(rightcolor, right); in open()
249 outsvg += "</linearGradient></defs></svg>"; in open()
255 return SPDocument::createNewDocFromMem(outsvg.c_str(), outsvg.length(), TRUE); in open()
H A Dwmf-inout.cpp782 d->outsvg += "\n\tstyle=\""; in output_style()
908 d->outsvg += tmp_style.str().c_str(); in output_style()
1744 d->outsvg += ts.str().c_str(); in myMetaFileProc()
1747 d->outsvg += "\n</g>\n"; in myMetaFileProc()
1812 d->outsvg += "\n\t"; in myMetaFileProc()
1814 d->outsvg += d->path; in myMetaFileProc()
1815 d->outsvg += " \" /> \n"; in myMetaFileProc()
1829 d->outsvg = d->outdef + d->defs + "\n</defs>\n\n" + d->outsvg + "</svg>\n"; in myMetaFileProc()
2136 d->outsvg += "\n\t"; in myMetaFileProc()
2138 d->outsvg += "/> \n"; in myMetaFileProc()
[all …]
H A Demf-inout.cpp876 d->outsvg += "\n\tstyle=\""; in output_style()
999 d->outsvg += tmp_style.str().c_str(); in output_style()
1724 d->outsvg += ts.str().c_str(); in myEnhMetaFileProc()
1727 d->outsvg += "\n</g>\n"; in myEnhMetaFileProc()
1795 d->outsvg += "\n\t"; in myEnhMetaFileProc()
1797 d->outsvg += d->path; in myEnhMetaFileProc()
1798 d->outsvg += " \" /> \n"; in myEnhMetaFileProc()
2149 d->outsvg = d->outdef + d->defs + d->outsvg; in myEnhMetaFileProc()
2623 d->outsvg += "\n\t"; in myEnhMetaFileProc()
2625 d->outsvg += "/> \n"; in myEnhMetaFileProc()
[all …]
H A Dwmf-inout.h129 Glib::ustring outsvg; member
H A Demf-inout.h131 Glib::ustring outsvg; member