Home
last modified time | relevance | path

Searched refs:write_hpgl (Results 1 – 5 of 5) sorted by path

/dports/audio/din/din-52/src/
H A Dcommand.cc1393 int write_hpgl::operator() (tokenizer& tz) { in operator ()()
1401 uis.crved->write_hpgl (scale, penmag); in operator ()()
H A Dcommand.h359 struct write_hpgl : command { struct
360 write_hpgl (const std::string& ln, const std::string& sn) : command (ln, sn) {} in write_hpgl() function
362 ~write_hpgl () {} in ~write_hpgl() argument
H A Dcurve_editor.cc1654 void curve_editor::write_hpgl (float scale, float penmag) { in write_hpgl() function in curve_editor
H A Dcurve_editor.h278 void write_hpgl (float scale = 5000, float penmag = 100);
H A Dmain.cc765write_hpgl whpgl ("write-hpgl", "hpgl"); // write curve into hp-gl file for output on graphtec plo…