Home
last modified time | relevance | path

Searched refs:colCycle (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlEventViewerListView.Designer.cs34 this.colCycle = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); in InitializeComponent()
49 this.colCycle, in InitializeComponent()
78 this.colCycle.Text = "Cycle"; in InitializeComponent()
79 this.colCycle.Width = 45; in InitializeComponent()
132 private System.Windows.Forms.ColumnHeader colCycle; field in Mesen.GUI.Debugger.Controls.ctrlEventViewerListView
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dcolor_swatch.cpp73 bool colCycle = rowCycle; in MakeBitmap() local
77 COLOR4D color = colCycle ? black : white; in MakeBitmap()
85 colCycle = !colCycle; in MakeBitmap()