Searched refs:MustDrawLabel (Results 1 – 2 of 2) sorted by relevance
196 ActiveCols[ColIdx].MustDrawLabel = true; in update() 268 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts() 274 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts() 313 ActiveCols[ColIdx].MustDrawLabel = false; in printBetweenInsts()
50 bool MustDrawLabel = false; member