Home
last modified time | relevance | path

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

/dports/emulators/stella/stella-6.6/src/gui/
H A DToolTip.cxx168 const uInt32 V_GAP = 1; in show() local
178 ? yAbs - height - V_GAP in show()
179 : yAbs + H_CURSOR / myScale + V_GAP; in show()
/dports/emulators/stella/stella-6.6/src/debugger/gui/
H A DCartDPCWidget.cxx30 const int V_GAP = 4; local
68 ypos += myLineHeight + V_GAP * 3;
111 xpos = 2; ypos += myLineHeight + V_GAP * 3;
121 xpos = 2; ypos += myLineHeight + V_GAP * 3;
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_regs.h2647 #define V_GAP(x) ((x) << S_GAP) macro