• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/

Lines Matching defs:vRect

635         RECTL                           vRect;
638 ::WinQueryWindowRect(hWnd, &vRect);
640 if (::WinPtInRect(vHabmain, &vRect, &vPoint) && !wxIsBusy())
655 RECTL vRect;
657 ::WinQueryWindowRect(GetHwnd(), &vRect);
658 nX += vRect.xLeft;
659 nY += vRect.yBottom;
923 RECTL vRect;
925 ::WinQueryWindowRect(GetHwnd(), &vRect);
926 int height = vRect.yTop;
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;
938 ,&vRect
939 ,&vRect
1274 RECTL vRect;
1284 ::WinQueryWindowRect(hWnd, &vRect);
1287 *pWidth = vRect.xRight - vRect.xLeft;
1290 *pHeight = vRect.yTop - vRect.yBottom;
1395 RECTL vRect;
1397 ::WinQueryWindowRect(hWnd, &vRect);
1416 vRect.yTop -= (vTitle.yTop - vTitle.yBottom);
1426 vRect.xLeft += 4;
1427 vRect.xRight -= 4;
1428 vRect.yTop -= 4;
1429 vRect.yBottom += 4;
1433 vRect.xLeft += 4;
1434 vRect.xRight -= 4;
1435 vRect.yTop -= 4;
1436 vRect.yBottom += 4;
1440 vRect.xLeft += 2;
1441 vRect.xRight -= 2;
1442 vRect.yTop -= 2;
1443 vRect.yBottom += 2;
1447 vRect.xLeft += 3;
1448 vRect.xRight -= 3;
1449 vRect.yTop -= 3;
1450 vRect.yBottom += 3;
1454 *pWidth = vRect.xRight - vRect.xLeft;
1456 *pHeight = vRect.yTop - vRect.yBottom;
1469 RECTL vRect;
1481 RECTL vRect;
1483 ::WinQueryWindowRect(HWND_DESKTOP, &vRect);
1484 nY = vRect.yTop - (nY + nHeight);
1507 ::WinQueryWindowRect(hWnd, &vRect);
1508 ::WinMapWindowPoints(hWnd, HWND_DESKTOP, (PPOINTL)&vRect, 2);
1509 vFRect = vRect;
1510 ::WinCalcFrameRect(hWnd, &vRect, TRUE);
1511 nWidthFrameDelta = ((vRect.xLeft - vFRect.xLeft) + (vFRect.xRight - vRect.xRight));
1512 nHeightFrameDelta = ((vRect.yBottom - vFRect.yBottom) + (vFRect.yTop - vRect.yTop));
3285 wxRect vRect( pMeasureStruct->rclItem.xLeft
3395 ,vRect
3605 RECT vRect;
3606 ::WinQueryWindowRect(GetHwnd(), &vRect);
3607 height = vRect.yTop;
3637 RECTL vRect;
3641 ,&vRect
3660 ::WinFillRect(hPS, &vRect, GetBackgroundColour().GetPixel());
3678 ::WinQueryWindowRect(GetHwnd(), &vRect);
3680 ,vRect
3696 RECTL vRect;
3700 ,&vRect
3720 ::WinFillRect(hPS, &vRect, GetBackgroundColour().GetPixel());
3754 RECTL vRect;
3759 rc = ::WinQueryWindowRect(GetHwnd(), &vRect);
3760 rc = ::WinFillRect(hPS, &vRect, lColor);
4020 RECTL vRect;
4024 ,&vRect
4027 vPoint.x -= vRect.xLeft;
4028 vPoint.y -= vRect.yBottom;
5104 RECTL vRect;
5118 ::WinQueryWindowRect(pChild->GetHWND(), &vRect);
5119 if (::WinPtInRect(vHabmain, &vRect, &vPoint2))
5137 ::WinQueryWindowRect(pGrandChild->GetHWND(), &vRect);
5138 if (::WinPtInRect(vHabmain, &vRect, &vPoint3))