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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dcontrol.cpp262 , RECT* pRect
265 int nLeft = pRect->xLeft;
266 int nRight = pRect->xRight;
267 int nTop = pRect->yTop;
268 int nBottom = pRect->yBottom;
270 ::WinQueryWindowRect((HWND)hWnd, pRect);
275 if (nLeft < pRect->xLeft)
276 pRect->xLeft = nLeft;
278 if (nRight > pRect->xRight)
279 pRect
[all...]
H A Dregion.cpp43 PRECTL pRect = NULL; local
53 pRect = new RECTL[vRgnData.crcReturned];
60 ,pRect // Will contain the actual RECTS
65 ,pRect
69 delete [] pRect;
479 PRECTL pRect = NULL; local
489 pRect = new RECTL[vRgnData.crcReturned];
496 ,pRect
508 ,pRect
512 delete [] pRect;
570 PRECTL pRect; local
[all...]
H A Dwindow.cpp921 const wxRect* pRect )
927 if (pRect)
929 vRect.xLeft = pRect->x;
930 vRect.yTop = height - pRect->y;
931 vRect.xRight = pRect->x + pRect->width;
932 vRect.yBottom = vRect.yTop - pRect->height;
1189 const wxRect* pRect )
1195 if (pRect)
1202 vOs2Rect.xLeft = pRect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Denhmeta.cpp201 RECT *pRect; local
212 pRect = &rect;
217 pRect = (LPRECT)NULL;
222 pRect, description);
267 RECT *pRect; local
278 pRect = &rect;
283 pRect = (LPRECT)NULL;
287 pRect, description.wx_str());
H A Dbutton.cpp570 RECT *pRect,
583 ::CopyRect(&rc, pRect);
589 rc.left = (pRect->right - pRect->left)/2 - w/2;
591 rc.top = (pRect->bottom - pRect->top)/2 - h/2;
599 ::DrawText(hdc, text, text.length(), pRect,
569 DrawButtonText(HDC hdc, RECT *pRect, const wxString& text, COLORREF col) argument
H A Dwindow.cpp1605 const RECT *pRect; local
1613 pRect = &mswRect;
1617 pRect = NULL;
1626 ::RedrawWindow(hWnd, pRect, NULL, flags);
1628 ::InvalidateRect(hWnd, pRect, eraseBack);
2674 LPRECT pRect = (LPRECT)lParam; local
2676 rc.SetLeft(pRect->left);
2677 rc.SetTop(pRect->top);
2678 rc.SetRight(pRect->right);
2679 rc.SetBottom(pRect
2692 LPRECT pRect = (LPRECT)lParam; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dmenu.h285 ,const wxRect* pRect
287 { wxWindow::Refresh(bErase, pRect); }
H A Dwindow.h106 ,const wxRect* pRect = (const wxRect *)NULL
145 ,const wxRect* pRect = (wxRect *)NULL
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dcontrolbar.cpp2389 void cbDockPane::FrameToPane( wxRect* pRect )
2391 wxPoint upperLeft ( pRect->x, pRect->y );
2392 wxPoint lowerRight( pRect->x + pRect->width,
2393 pRect->y + pRect->height );
2398 pRect->x = wxMin(upperLeft.x,lowerRight.x);
2399 pRect->y = wxMin(upperLeft.y,lowerRight.y);
2401 pRect
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/fl/
H A Dcontrolbar.h1196 void FrameToPane( wxRect* pRect );
1201 void PaneToFrame( wxRect* pRect );

Completed in 155 milliseconds