Searched refs:subtractThis (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp104 int subtractThis = 0; local
108 subtractThis = (m_view->GetTabSelectionHeight() - m_view->GetTabHeight());
117 dc.DrawLine(tabX, tabY, tabX, (tabY + GetHeight() + tabHeightInc - subtractThis));
177 int subtractThis = 0; local
181 subtractThis = (m_view->GetTabSelectionHeight() - m_view->GetTabHeight());
184 subtractThis += 1;
189 (tabX + GetWidth()), (tabY + GetHeight() + tabHeightInc - subtractThis));
194 (tabY + GetHeight() + tabHeightInc - subtractThis));

Completed in 112 milliseconds