Home
last modified time | relevance | path

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

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscope.c477 if (Y > S->Height-ScopeBOTTOMHEIGHT) break; in GScope_updateTransition()
587 if (Y > S->Height-ScopeBOTTOMHEIGHT) break; in GScope_update()
671 Scope->xhair_x,Scope->Height-ScopeBOTTOMHEIGHT); in GScope_showCrossLine()
683 Scope->xhair_x,Scope->Height-ScopeBOTTOMHEIGHT); in GScope_hideCrossLine()
705 Scope->xhair_x,Scope->Height-ScopeBOTTOMHEIGHT); in GScope_drawCrossLine()
742 if (Y > S->Height-ScopeBOTTOMHEIGHT) break; in GScope_drawSelection()
805 if (Y > S->Height-ScopeBOTTOMHEIGHT) break; in GScope_moveSelection()
973 int y = S->Height - ScopeBOTTOMHEIGHT + 20; in GScope_drawScale()
981 0,S->Height-ScopeBOTTOMHEIGHT, in GScope_drawScale()
982 ScopeLEFTMARGIN-10,ScopeBOTTOMHEIGHT); in GScope_drawScale()
[all …]
H A Dscope.h33 #define ScopeBOTTOMHEIGHT 45 macro
H A Dscopewin.c102 int visTraces = (S->Height-ScopeBOTTOMHEIGHT)/ScopeTRACEHEIGHT; in scopeYViewCommand()