Searched refs:GetH (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregion.h87 wxCoord GetH() const;
88 wxCoord GetHeight() const { return GetH(); }
90 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dregion.h88 wxCoord GetH() const;
89 wxCoord GetHeight() const { return GetH(); }
91 wxRect GetRect() const { return wxRect(GetX(), GetY(), GetW(), GetH()); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dregion.h71 long GetH() const;
72 long GetHeight() const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dregion.h82 long GetH() const;
83 long GetHeight() const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dregion.h111 wxCoord GetH() const;
112 wxCoord GetHeight() const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Dregion.h86 wxCoord GetH() const { return m_rect.GetHeight(); } function in class:wxRegionIterator
87 wxCoord GetHeight() const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dregion.h113 wxCoord GetH() const;
114 wxCoord GetHeight() const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Dregion.h93 wxCoord GetH(void) const;
94 wxCoord GetHeight(void) const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dregion.h104 wxCoord GetH(void) const;
105 wxCoord GetHeight(void) const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dregion.h115 wxCoord GetH() const;
116 wxCoord GetHeight() const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dregion.h153 long GetH() const;
154 long GetHeight() const { return GetH(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dregion.cpp213 wxCoord wxRegionIterator::GetH() const function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpaintevt.tex79 vH = upd.GetH();
H A Dregion.tex346 \membersection{wxRegionIterator::GetH}\label{wxregioniteratorgeth}
348 \constfunc{wxCoord}{GetH}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dregion.cpp393 wxCoord wxRegionIterator::GetH() const function in class:wxRegionIterator
H A Dwindow.cpp971 rc.bottom = rc.top + it.GetH();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dregion.cpp499 long wxRegionIterator::GetH() const function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dregion.cpp431 long wxRegionIterator::GetH() const function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregion.cpp463 wxCoord wxRegionIterator::GetH() const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dregion.cpp443 wxCoord wxRegionIterator::GetH() const function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dregion.cpp496 wxCoord wxRegionIterator::GetH() const function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dregion.cpp480 wxCoord wxRegionIterator::GetH() const function in class:wxRegionIterator
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dregion.cpp654 wxCoord wxRegionIterator::GetH() const function in class:wxRegionIterator
659 } // end of wxRegionIterator::GetH
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp1169 path.AddRectangle(ri.GetX(), ri.GetY(), ri.GetW(), ri.GetH());
H A Dregiong.cpp467 long wxRegionIteratorGeneric::GetH() const function in class:wxRegionIteratorGeneric

Completed in 243 milliseconds

12