Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c92 TkGate.idle_ev.scope_redraw = 1; in ReqScopeRedisplay()
1047 if (TkGate.idle_ev.scope_redraw) { in GScope_fullUpdate()
1064 GScope_drawScale(S,TkGate.idle_ev.scope_redraw); in GScope_fullUpdate()
1068 GTrace_draw(Scope->Traces[i],S,Y,TkGate.idle_ev.scope_redraw); in GScope_fullUpdate()
H A Dtkgate.h285 int scope_redraw; /* redraw scope window */ member
H A Dtkgatewin.c576 if (TkGate.idle_ev.scope_redraw || TkGate.idle_ev.trace_redraw) { in idleGateWin()
580 TkGate.idle_ev.scope_redraw = 0; in idleGateWin()