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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dregion.cpp42 #define M_REGION M_REGION_OF(*this) macro
89 return M_REGION->m_rect == M_REGION_OF(region)->m_rect;
97 const wxRect& r = M_REGION->m_rect;
111 return M_REGION->m_rect.IsEmpty();
126 M_REGION->m_rect.Offset(x, y);
134 if ( M_REGION->m_rect.Contains(rect) )
138 else if ( rect.Contains(M_REGION->m_rect) )
140 M_REGION->m_rect = rect;
161 M_REGION->m_rect.Intersect(M_REGION_OF(region)->m_rect);
172 if ( rect.Contains(M_REGION
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dregion.cpp49 #define M_REGION (((wxRegionRefData*)m_refData)->m_macRgn) macro
67 CopyRgn( (RgnHandle) hRegion , (RgnHandle) M_REGION ) ;
73 SetRectRgn( (RgnHandle) M_REGION , x , y , x+w , y+h ) ;
79 SetRectRgn( (RgnHandle) M_REGION , topLeft.x , topLeft.y , bottomRight.x , bottomRight.y ) ;
85 SetRectRgn( (RgnHandle) M_REGION , rect.x , rect.y , rect.x+rect.width , rect.y+rect.height ) ;
126 SectRgn( M_REGION , rgn , M_REGION ) ;
129 UnionRgn( M_REGION , rgn , M_REGION ) ;
132 XorRgn( M_REGION , rg
181 CopyRgn( OTHER_M_REGION(region) ,M_REGION ) ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dregion.cpp53 #define M_REGION (((wxRegionRefData*)m_refData)->m_region) macro
82 M_REGION = rect;
89 M_REGION = rect;
96 M_REGION = rect;
102 M_REGION = region;
118 M_REGION = rgn;
130 return M_REGION;
161 rect = M_REGION.getBounds();
182 return (bool)(M_REGION.isEmpty());
192 M_REGION
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dregion.cpp47 #define M_REGION (((wxRegionRefData*)m_refData)->m_macRgn) macro
65 CopyRgn( (RgnHandle) hRegion , (RgnHandle) M_REGION ) ;
71 SetRectRgn( (RgnHandle) M_REGION , x , y , x + w , y + h ) ;
77 SetRectRgn( (RgnHandle) M_REGION , topLeft.x , topLeft.y , bottomRight.x , bottomRight.y ) ;
83 SetRectRgn( (RgnHandle) M_REGION , rect.x , rect.y , rect.x + rect.width , rect.y + rect.height ) ;
125 CloseRgn( M_REGION ) ;
150 wxCHECK_MSG( M_REGION, false, _T("invalid wxRegion") );
156 OffsetRgn( M_REGION , x , y ) ;
182 SectRgn( M_REGION , OTHER_M_REGION(region) , M_REGION ) ;
199 CopyRgn( OTHER_M_REGION(region) , M_REGION ) ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregion.cpp82 #define M_REGION (((wxRegionRefData*)m_refData)->m_region) macro
101 M_REGION = (HRGN) hRegion;
107 M_REGION = ::CreateRectRgn(x, y, x + w, y + h);
113 M_REGION = ::CreateRectRgn(topLeft.x, topLeft.y, bottomRight.x, bottomRight.y);
119 M_REGION = ::CreateRectRgn(rect.x, rect.y, rect.x + rect.width, rect.y + rect.height);
129 M_REGION = NULL;
132 M_REGION = ::CreatePolygonRgn
168 wxCHECK_MSG( M_REGION, false, _T("invalid wxRegion") );
246 if ( ::CombineRgn(M_REGION, M_REGION, M_REGION_O
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dregion.cpp82 #define M_REGION (((wxRegionRefData*)m_refData)->m_hRegion) macro
110 M_REGION = (HRGN) hRegion;
148 M_REGION = ::GpiCreateRegion( ((wxRegionRefData*)m_refData)->m_hPS
183 M_REGION = ::GpiCreateRegion( ((wxRegionRefData*)m_refData)->m_hPS
218 M_REGION = ::GpiCreateRegion( ((wxRegionRefData*)m_refData)->m_hPS
338 ,M_REGION
339 ,M_REGION
372 ,M_REGION
398 if (M_REGION == 0)
423 M_REGION,
[all...]

Completed in 64 milliseconds