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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dnbkbase.cpp46 wxSize sizeTotal = sizePage; local
50 sizeTotal.x += 90;
51 sizeTotal.y += 10;
55 sizeTotal.x += 10;
56 sizeTotal.y += 40;
59 return sizeTotal;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dscrolbar.cpp323 wxCoord coord, sizeArrow, sizeTotal; local
332 sizeTotal = size.y;
341 sizeTotal = size.x;
345 if ( coord < 0 || coord > sizeTotal )
353 else if ( coord > sizeTotal - sizeArrow )
360 sizeTotal -= 2*sizeArrow;
370 GetScrollBarThumbSize(sizeTotal,
430 wxSize sizeTotal = GetClientSize(); local
437 rect.width = sizeTotal.x;
438 length = sizeTotal
526 wxCoord sizeArrow, sizeTotal; local
[all...]
H A Dwinuniv.cpp1127 wxSize sizeTotal = rectTotal ? rectTotal->GetSize() : GetClientSize(); local
1130 sizeTotal.x, sizeTotal.y, dx, dy);
1142 size.x = sizeTotal.x - abs(dx);
1143 size.y = sizeTotal.y - abs(dy);
1149 rect = rectTotal ? *rectTotal : wxRect(0, 0, sizeTotal.x, sizeTotal.y);
1229 rect.height = sizeTotal.y;
1250 rect.width = sizeTotal.x;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dnotebmac.cpp237 wxSize sizeTotal = sizePage; local
238 sizeTotal.x += 2 * m_macHorizontalBorder + wxMacTabLeftMargin(GetWindowStyle()) +
240 sizeTotal.y += 2 * m_macVerticalBorder + wxMacTabTopMargin(GetWindowStyle()) +
243 return sizeTotal;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dnotebook.cpp647 wxSize sizeTotal = sizePage; local
664 sizeTotal.x += MARGIN;
665 sizeTotal.y += tabSize.y * rows + MARGIN;
669 sizeTotal.x += tabSize.x * rows + MARGIN;
670 sizeTotal.y += MARGIN;
673 return sizeTotal;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp1106 wxSize sizeTotal = GetSize(), local
1110 size.x += sizeTotal.x - sizeClient.x;
1111 size.y += sizeTotal.y - sizeClient.y;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dwindow.cpp1785 wxSize sizeTotal = size; local
1796 sizeTotal.x += (structure.right - structure.left) - (content.right - content.left) ;
1797 sizeTotal.y += (structure.bottom - structure.top) - (content.bottom - content.top) ;
1802 sizeTotal.x += MacGetLeftBorderSize() + MacGetRightBorderSize() ;
1803 sizeTotal.y += MacGetTopBorderSize() + MacGetBottomBorderSize() ;
1805 return sizeTotal;

Completed in 202 milliseconds