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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgeometry.h594 inline void Inset( wxDouble x , wxDouble y ) function in class:wxRect2DDouble
596 inline void Inset( wxDouble left , wxDouble top ,wxDouble right , wxDouble bottom ) function in class:wxRect2DDouble
706 inline void Inset( wxInt32 x , wxInt32 y ) { m_x += x; m_y += y; m_width -= 2 * x; m_height -= 2 * y; } function in class:wxRect2DInt
707 inline void Inset( wxInt32 left , wxInt32 top ,wxInt32 right , wxInt32 bottom ) function in class:wxRect2DInt

Completed in 90 milliseconds