Home
last modified time | relevance | path

Searched refs:yTop (Results 1 – 8 of 8) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dntgdi.h181 W32KAPI HRGN WINAPI NtGdiCreateEllipticRgn(int xLeft,int yTop,int xRight,int yBottom);
182 W32KAPI HRGN WINAPI NtGdiCreateRoundRectRgn(int xLeft,int yTop,int xRight,int yBottom,int xWidth,in…
219 W32KAPI WINBOOL WINAPI NtGdiEllipse(HDC hdc,int xLeft,int yTop,int xRight,int yBottom);
220 W32KAPI WINBOOL WINAPI NtGdiRectangle(HDC hdc,int xLeft,int yTop,int xRight,int yBottom);
295 W32KAPI int WINAPI NtGdiIntersectClipRect(HDC hdc,int xLeft,int yTop,int xRight,int yBottom);
296 W32KAPI HRGN WINAPI NtGdiCreateRectRgn(int xLeft,int yTop,int xRight,int yBottom);
315 W32KAPI int WINAPI NtGdiExcludeClipRect(HDC hdc,int xLeft,int yTop,int xRight,int yBottom);
318 W32KAPI WINBOOL WINAPI NtGdiSetRectRgn(HRGN hrgn,int xLeft,int yTop,int xRight,int yBottom);
Doleacc.h405 LONG yTop,
559 LONG yTop,
612 #define IAccessible_accHitTest(This,xLeft,yTop,pvarID) (This)->lpVtbl->accHitTest(This,xLeft,yTop,p…
692 static FORCEINLINE HRESULT IAccessible_accHitTest(IAccessible* This,LONG xLeft,LONG yTop,VARIANT *p…
693 return This->lpVtbl->accHitTest(This,xLeft,yTop,pvarID);
Doleacc.idl373 [in] LONG yTop,
Dwinddi.h146 FIX yTop; member
Dwinuser.h3713 WINUSERAPI WINBOOL WINAPI SetRect(LPRECT lprc,int xLeft,int yTop,int xRight,int yBottom);
4049 …WINUSERAPI WINBOOL WINAPI DrawIconEx(HDC hdc,int xLeft,int yTop,HICON hIcon,int cxWidth,int cyWidt…
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_rect.c59 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h); in rect_testIntersectRectAndLine() local
71 y1 = yTop; in rect_testIntersectRectAndLine()
197 int yTop = -SDLTest_RandomIntegerInRange(1, refRect.h); in rect_testIntersectRectAndLineOutside() local
217 y1 = yTop; in rect_testIntersectRectAndLineOutside()
219 y2 = yTop; in rect_testIntersectRectAndLineOutside()
222 …sectRectAndLineResults(intersected, SDL_FALSE, &rect, &refRect, x1, y1, x2, y2, 0, yTop, 31, yTop); in rect_testIntersectRectAndLineOutside()
/third_party/cef/tests/cefclient/browser/
Dosr_accessibility_node_win.cc554 long yTop, in accHitTest() argument
563 POINT pt = {xLeft, yTop}; in accHitTest()
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Ddsound.h1101 …3DVALUE xFront, D3DVALUE yFront, D3DVALUE zFront, D3DVALUE xTop, D3DVALUE yTop, D3DVALUE zTop, DWO… in DECLARE_INTERFACE_()