Searched refs:V_GAP (Results 1 – 3 of 3) sorted by relevance
168 const uInt32 V_GAP = 1; in show() local178 ? yAbs - height - V_GAP in show()179 : yAbs + H_CURSOR / myScale + V_GAP; in show()
30 const int V_GAP = 4; local68 ypos += myLineHeight + V_GAP * 3;111 xpos = 2; ypos += myLineHeight + V_GAP * 3;121 xpos = 2; ypos += myLineHeight + V_GAP * 3;
2647 #define V_GAP(x) ((x) << S_GAP) macro