/reactos/win32ss/gdi/gdi32/objects/ |
H A D | arc.c | 8 _In_ INT yTop, in Arc() argument 21 yTop, in Arc() 34 yTop, in Arc() 82 _In_ INT yTop, in ArcTo() argument 95 yTop, in ArcTo() 108 yTop, in ArcTo() 122 _In_ INT yTop, in Chord() argument 135 yTop, in Chord() 148 yTop, in Chord() 166 _In_ INT yTop, in Pie() argument [all …]
|
H A D | region.c | 171 _In_ INT yTop, in IntSetRectRgn() argument 176 ASSERT(yTop <= yBottom); in IntSetRectRgn() 178 if ((xLeft == xRight) || (yTop == yBottom)) in IntSetRectRgn() 183 prgnattr->Rect.top = yTop; in IntSetRectRgn() 636 _In_ INT yTop, in ExcludeClipRect() argument 642 return NtGdiExcludeClipRect(hdc, xLeft, yTop, xRight, yBottom); in ExcludeClipRect() 1034 _In_ INT yTop, in SetRectRgn() argument 1048 if ((xLeft == xRight) || (yTop == yBottom)) in SetRectRgn() 1065 if (yTop > yBottom) in SetRectRgn() 1068 prngattr->Rect.bottom = yTop; in SetRectRgn() [all …]
|
/reactos/win32ss/user/winsrv/consrv/ |
H A D | popup.c | 51 IN SHORT yTop, in DrawBox() argument 62 for (coPos.Y = yTop; coPos.Y < yTop + Height; coPos.Y++) in DrawBox() 75 coPos.Y = yTop; in DrawBox() 87 coPos.Y = yTop; in DrawBox() 99 coPos.Y = yTop; in DrawBox() 110 for (coPos.Y = yTop + 1; coPos.Y < yTop + Height - 1; coPos.Y++) in DrawBox() 145 coPos.Y = yTop + Height - 1; in DrawBox() 157 coPos.Y = yTop + Height - 1; in DrawBox() 188 IN SHORT yTop, in CreatePopupWindow() argument 209 Popup->Origin.Y = yTop; in CreatePopupWindow() [all …]
|
H A D | popup.h | 34 IN SHORT yTop,
|
H A D | history.c | 321 SHORT xLeft, yTop; in HistoryDisplayCurrentHistory() local 337 yTop = ActiveBuffer->ViewOrigin.Y + (ActiveBuffer->ViewSize.Y - Height) / 2; in HistoryDisplayCurrentHistory() 341 xLeft, yTop, Width, Height); in HistoryDisplayCurrentHistory()
|
/reactos/win32ss/gdi/eng/ |
H A D | pathobj.c | 414 FIX xLeft, yTop, xRight, yBottom; in PATHOBJ_vGetBounds() local 423 yTop = xLeft = MAXLONG; in PATHOBJ_vGetBounds() 436 if (pptfx->y < yTop) in PATHOBJ_vGetBounds() 437 yTop = pptfx->y; in PATHOBJ_vGetBounds() 443 if (xLeft <= xRight && yTop <= yBottom) in PATHOBJ_vGetBounds() 446 prectfx->yTop = yTop; in PATHOBJ_vGetBounds()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | cliprgn.c | 443 _In_ INT yTop, in NtGdiExcludeClipRect() argument 462 rect.top = yTop; in NtGdiExcludeClipRect() 491 _In_ INT yTop, in NtGdiIntersectClipRect() argument 501 hdc, xLeft, yTop, xRight, yBottom); in NtGdiIntersectClipRect() 513 rect.top = yTop; in NtGdiIntersectClipRect()
|
H A D | region.c | 4054 _In_ INT yTop, in NtGdiSetRectRgn() argument 4068 REGION_SetRectRgn(prgn, xLeft, yTop, xRight, yBottom); in NtGdiSetRectRgn()
|
/reactos/base/setup/usetup/ |
H A D | usetup.c | 172 IN SHORT yTop, in DrawBox() argument 181 coPos.Y = yTop; in DrawBox() 190 coPos.Y = yTop; in DrawBox() 199 coPos.Y = yTop; in DrawBox() 207 for (coPos.Y = yTop + 1; coPos.Y < yTop + Height - 1; coPos.Y++) in DrawBox() 233 coPos.Y = yTop + Height - 1; in DrawBox() 242 coPos.Y = yTop + Height - 1; in DrawBox() 251 coPos.Y = yTop + Height - 1; in DrawBox() 266 SHORT yTop; in PopupError() local 331 for (coPos.Y = yTop; coPos.Y < yTop + Height; coPos.Y++) in PopupError() [all …]
|
/reactos/base/applications/notepad/ |
H A D | printing.c | 215 INT xLeft = printRect.left, yTop = printRect.top + pData->cyHeader + pData->cySpacing; in DoPrintBody() local 228 TextOut(pPrinter->hDC, xStart, yTop, &pData->pszText[ichStart], pData->ich - ichStart); \ in DoPrintBody() 254 yTop += tmText.tmHeight; in DoPrintBody() 282 yTop += tmText.tmHeight; in DoPrintBody() 291 if (yTop + tmText.tmHeight >= printRect.bottom - pData->cyFooter) in DoPrintBody()
|
/reactos/win32ss/user/user32/windows/ |
H A D | rect.c | 169 int yTop, in SetRect() argument 177 lprc->top = yTop; in SetRect()
|
H A D | cursoricon.c | 2083 _In_ int yTop, in DrawIconEx() argument 2092 return NtUserDrawIconEx(hdc, xLeft, yTop, hIcon, cxWidth, cyWidth, in DrawIconEx()
|
/reactos/win32ss/user/ntuser/ |
H A D | cursoricon.c | 1692 INT yTop, in UserDrawIconEx() argument 1786 RECTL_vSetRect(&rcDest, xLeft, yTop, xLeft + cxWidth, yTop + cyHeight); in UserDrawIconEx() 2030 RECTL_vSetRect(&rcDest, xLeft, yTop, xLeft + cxWidth, yTop + cyHeight); in UserDrawIconEx() 2087 int yTop, in NtUserDrawIconEx() argument 2112 yTop, in NtUserDrawIconEx()
|
H A D | cursoricon.h | 137 BOOL UserDrawIconEx(HDC hDc, INT xLeft, INT yTop, PCURICON_OBJECT pIcon, INT cxWidth,
|
/reactos/dll/win32/oleacc/ |
H A D | client.c | 378 LONG xLeft, LONG yTop, VARIANT *pvarID) in Client_accHitTest() argument 384 TRACE("(%p)->(%d %d %p)\n", This, xLeft, yTop, pvarID); in Client_accHitTest() 390 pt.y = yTop; in Client_accHitTest()
|
H A D | window.c | 248 LONG xLeft, LONG yTop, VARIANT *pvarID) in Window_accHitTest() argument 251 FIXME("(%p)->(%d %d %p)\n", This, xLeft, yTop, pvarID); in Window_accHitTest()
|
/reactos/dll/directx/wine/dsound/ |
H A D | sound3d.c | 925 D3DVALUE xTop, D3DVALUE yTop, D3DVALUE zTop, in IDirectSound3DListenerImpl_SetOrientation() argument 930 xFront, yFront, zFront, xTop, yTop, zTop, dwApply); in IDirectSound3DListenerImpl_SetOrientation() 935 This->device->ds3dl.vOrientTop.y = yTop; in IDirectSound3DListenerImpl_SetOrientation()
|
/reactos/sdk/include/psdk/ |
H A D | ntgdi.h | 1472 _In_ INT yTop, 1482 _In_ INT yTop, 1822 _In_ INT yTop, 1833 _In_ INT yTop, 2516 _In_ INT yTop, 2526 _In_ INT yTop, 2728 _In_ INT yTop, 2756 _In_ INT yTop,
|
H A D | wingdi.h | 3013 _In_ INT yTop, 3026 _In_ INT yTop, 3070 _In_ INT yTop,
|
H A D | dsound.h | 969 …3DVALUE xFront, D3DVALUE yFront, D3DVALUE zFront, D3DVALUE xTop, D3DVALUE yTop, D3DVALUE zTop, DWO… in DECLARE_INTERFACE_()
|
H A D | winddi.h | 212 FIX yTop; member
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.cpp | 5009 void CUIFMenuItem::DrawArrow(HDC hDC, INT xLeft, INT yTop) in DrawArrow() argument 5015 ::TextOutW(hDC, xLeft, yTop, L"4", 1); // rightward triangle in DrawArrow() 5019 void CUIFMenuItem::DrawBitmapProc(HDC hDC, INT xLeft, INT yTop) in DrawBitmapProc() argument 5036 yTop += (height - bm.bmHeight) / 2; in DrawBitmapProc() 5039 RECT rc = { xLeft, yTop, xLeft + width, yTop + height }; in DrawBitmapProc() 5053 void CUIFMenuItem::DrawCheck(HDC hDC, INT xLeft, INT yTop) in DrawCheck() argument 5060 ::TextOutW(hDC, xLeft, yTop, &wch, 1); in DrawCheck()
|
H A D | cicuif.h | 756 void DrawBitmapProc(HDC hDC, INT xLeft, INT yTop); 757 void DrawCheck(HDC hDC, INT xLeft, INT yTop);
|
/reactos/modules/rostests/winetests/oleacc/ |
H A D | main.c | 247 LONG xLeft, LONG yTop, VARIANT *pvarID) in Accessible_accHitTest() argument
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 2026 int yTop,
|