Home
last modified time | relevance | path

Searched refs:rcChild (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/reactos/ui/
H A Dlayout.h111 RECT rcChild, NewRect, rcPercents; in _layout_DoMoveItem() local
114 if (!GetWindowRect(pLayout->m_hwndCtrl, &rcChild)) in _layout_DoMoveItem()
116 MapWindowPoints(NULL, pData->m_hwndParent, (LPPOINT)&rcChild, 2); in _layout_DoMoveItem()
127 if (!EqualRect(&NewRect, &rcChild)) in _layout_DoMoveItem()
157 RECT rcClient, rcChild, rcPercents; in _layout_InitLayouts() local
175 GetWindowRect(pInfo->m_hwndCtrl, &rcChild); in _layout_InitLayouts()
176 MapWindowPoints(NULL, pData->m_hwndParent, (LPPOINT)&rcChild, 2); in _layout_InitLayouts()
179 pInfo->m_margin1.cx = rcChild.left - nWidth * rcPercents.left / 100; in _layout_InitLayouts()
180 pInfo->m_margin1.cy = rcChild.top - nHeight * rcPercents.top / 100; in _layout_InitLayouts()
181 pInfo->m_margin2.cx = rcChild.right - nWidth * rcPercents.right / 100; in _layout_InitLayouts()
[all …]
/reactos/dll/win32/comctl32/
H A Drebar.c1046 rbcz.rcChild = lpBand->rcChild; in REBAR_MoveChildWindows()
1053 if (!EqualRect (&lpBand->rcChild, &rbcz.rcChild)) { in REBAR_MoveChildWindows()
1058 lpBand->rcChild = rbcz.rcChild; /* *** ??? */ in REBAR_MoveChildWindows()
1073 yPos = (lpBand->rcChild.bottom + lpBand->rcChild.top - nEditHeight)/2; in REBAR_MoveChildWindows()
1079 lpBand->rcChild.right - lpBand->rcChild.left, in REBAR_MoveChildWindows()
1084 lpBand->rcChild.right - lpBand->rcChild.left, in REBAR_MoveChildWindows()
1093 lpBand->rcChild.left, lpBand->rcChild.top, in REBAR_MoveChildWindows()
1094 lpBand->rcChild.right - lpBand->rcChild.left, in REBAR_MoveChildWindows()
1095 lpBand->rcChild.bottom - lpBand->rcChild.top); in REBAR_MoveChildWindows()
1099 lpBand->rcChild.right - lpBand->rcChild.left, in REBAR_MoveChildWindows()
[all …]
H A Dpager.c622 RECT rcChild, rcWindow; in PAGER_NCCalcSize() local
635 GetWindowRect (infoPtr->hwndChild, &rcChild); in PAGER_NCCalcSize()
636 MapWindowPoints (0, infoPtr->hwndSelf, (LPPOINT)&rcChild, 2); /* FIXME: RECT != 2 POINTS */ in PAGER_NCCalcSize()
/reactos/win32ss/user/ntuser/
H A Dscrollex.c375 RECTL rcChild; in IntScrollWindowEx() local
385 rcChild = Child->rcWindow; in IntScrollWindowEx()
386 RECTL_vOffsetRect(&rcChild, -ClientOrigin.x, -ClientOrigin.y); in IntScrollWindowEx()
392 if (!prcScroll || RECTL_bIntersectRect(&rcDummy, &rcChild, &rcScroll)) in IntScrollWindowEx()
399 lParam = MAKELONG(rcChild.left + dx, rcChild.top + dy); in IntScrollWindowEx()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Ddesktopbar.cpp384 int cy = childSize->rcChild.top - childSize->rcBand.top; in Notify()
387 childSize->rcChild.bottom -= cy; in Notify()
388 childSize->rcChild.top -= cy; in Notify()
/reactos/sdk/include/psdk/
H A Dcommctrl.h1645 RECT rcChild; member