Home
last modified time | relevance | path

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

/dports/games/eboard/eboard-1.1.3/
H A Dboard.cc498 if (global.UseVectorPieces) in renderClock()
505 if (!global.UseVectorPieces) in renderClock()
533 if (global.UseVectorPieces) in renderClock()
553 if (global.UseVectorPieces) in renderClock()
890 if ((global.UseVectorPieces)||(!cur->extruded)) in outlineRectangle()
1301 if (global.UseVectorPieces) in board_expose_event()
1465 if (global.UseVectorPieces) in board_configure_event()
1659 if (global.UseVectorPieces) { in board_motion_event()
1754 if (global.UseVectorPieces) { in board_motion_event()
1772 if ((!global.UseVectorPieces)&&(global.ShowCoordinates)) in board_motion_event()
[all …]
H A Dbugpane.cc148 if ( (!global.UseVectorPieces) && (me->pset->extruded) ) in bareboard_expose()
174 if (global.UseVectorPieces) { in bareboard_expose()
H A Dglobal.h340 int UseVectorPieces; variable
H A Dmainwindow.cc364 gmiset(GTK_CHECK_MENU_ITEM(dm),global.UseVectorPieces); in MainWindow()
1477 global.UseVectorPieces=0; in mainwindow_themeitem()
1487 global.UseVectorPieces=0; in mainwindow_themeitem2()
1497 global.UseVectorPieces=0; in mainwindow_themeitem3()
1798 global.UseVectorPieces=GTK_CHECK_MENU_ITEM(w)->active; in sett_vector()
H A Dglobal.cc174 UseVectorPieces=0; in Global()
480 case 19: UseVectorPieces =t.tokenvalue(sep); break; in readRC()
588 rc << RCKeys[19] << div << UseVectorPieces << endl; in writeRC()