Home
last modified time | relevance | path

Searched refs:dospiral (Results 1 – 3 of 3) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dhistory.cpp234 EX bool dospiral = true; variable
409 EX void createImage(const string& name_format, bool dospiral) { in createImage() argument
448 if(dospiral) in createImage()
523 if(dospiral) { in createImage()
580 dialog::addBoolItem(XLAT("spiral on rendering"), (dospiral), 'g'); in history_menu()
638 else if(uni == 'g') { dospiral = !dospiral; } in handleKeyC()
649 open_filedialog_to_create_image(dospiral); in handleKeyC()
704 createImage(band_format_auto, dospiral); in renderAutoband()
732 addsaver(dospiral, "do spiral");
H A Dlegacy.cpp98 aa=history::autoband; bb=history::autobandhistory; cc=history::dospiral; in loadOldConfig()
103 history::autoband = aa; history::autobandhistory = bb; history::dospiral = cc; in loadOldConfig()
/dports/graphics/founts/founts-13/
H A Dfounts.c105 char mixing,dospiral,dosphere,dohide,rotating; variable
1607 dospiral=0; in dots()
2165 if(dospiral) {dots();hc=1;} in doballs()
2304 dospiral=!dospiral; in processkey()
2409 dospiral=0; in main()