Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.h32 #define ScopeTRACEHEIGHT 20 macro
37 #define ScopeLOW (20*ScopeTRACEHEIGHT/100)
38 #define ScopeHIGH (80*ScopeTRACEHEIGHT/100)
39 #define ScopeLOWMED (40*ScopeTRACEHEIGHT/100)
40 #define ScopeHIGHMED (60*ScopeTRACEHEIGHT/100)
41 #define ScopeMEDIUM (50*ScopeTRACEHEIGHT/100)
42 #define ScopeTEXTPOS (30*ScopeTRACEHEIGHT/100)
H A Dscope.c464 int Y = ScopeTRACEHEIGHT; in GScope_updateTransition()
476 Y += ScopeTRACEHEIGHT; in GScope_updateTransition()
492 trace_y += ScopeTRACEHEIGHT; in GScope_hitTrace()
583 int Y = ScopeTRACEHEIGHT; in GScope_update()
586 Y += ScopeTRACEHEIGHT; in GScope_update()
735 Y = ScopeTRACEHEIGHT; in GScope_drawSelection()
741 Y += ScopeTRACEHEIGHT; in GScope_drawSelection()
798 Y = ScopeTRACEHEIGHT; in GScope_moveSelection()
804 Y += ScopeTRACEHEIGHT; in GScope_moveSelection()
1066 Y = ScopeTRACEHEIGHT; in GScope_fullUpdate()
[all …]
H A Dscopewin.c102 int visTraces = (S->Height-ScopeBOTTOMHEIGHT)/ScopeTRACEHEIGHT; in scopeYViewCommand()