/reactos/sdk/include/psdk/ |
H A D | gdiplustypes.h | 70 class Point 73 Point() in Point() function 78 Point(IN const Point &pt) in Point() function 84 Point(const Size &size); 86 Point(IN INT x, IN INT y) in Point() function 92 Point 98 Point 590 Offset(const Point &point) in Offset() 630 inline Point::Point(const Size &size) : X(size.Width), Y(size.Height) in Point() function 640 typedef struct Point struct [all …]
|
H A D | gdipluspath.h | 75 AddBezier(const Point &pt1, const Point &pt2, const Point &pt3, const Point &pt4) in AddBezier() 99 AddBeziers(const Point *points, INT count) in AddBeziers() 111 AddClosedCurve(const Point *points, INT count) in AddClosedCurve() 135 AddCurve(const Point *points, INT count) in AddCurve() 195 AddLine(const Point &pt1, const Point &pt2) in AddLine() 219 AddLines(const Point *points, INT count) in AddLines() 262 AddPolygon(const Point *points, INT count) in AddPolygon() 335 const Point &origin, in AddString() 433 GetPathPoints(Point *points, INT count) const in GetPathPoints() 803 GetCenterPoint(Point *point) const in GetCenterPoint() [all …]
|
H A D | gdiplusgraphics.h | 133 … DrawBezier(const Pen *pen, const Point &pt1, const Point &pt2, const Point &pt3, const Point &pt4) in DrawBezier() 161 DrawBeziers(const Pen *pen, const Point *points, INT count) in DrawBeziers() 205 DrawCurve(const Pen *pen, const Point *points, INT count) in DrawCurve() 300 DrawImage(Image *image, const Point &point) in DrawImage() 388 const Point *destPoints, 444 DrawLine(const Pen *pen, const Point &pt1, const Point &pt2) in DrawLine() 623 const Point *destPoints, 635 const Point &destPoint, 708 const Point *destPoints, 749 const Point &destPoint, [all …]
|
H A D | gdiplusmatrix.h | 37 Matrix(const Rect &rect, const Point *dstplg) in Matrix() 187 TransformPoints(Point *pts, INT count) in TransformPoints() 199 TransformVectors(Point *pts, INT count) in TransformVectors()
|
H A D | gdiplusbrush.h | 198 …LinearGradientBrush(const Point &point1, const Point &point2, const Color &color1, const Color &co… in LinearGradientBrush() 429 SetLinearPoints(const Point &point1, const Point &point2) in SetLinearPoints() 440 GetLinearPoints(Point *points) const in GetLinearPoints()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | coord.c | 619 LPPOINT Point) in NtGdiOffsetWindowOrgEx() argument 632 if (Point) in NtGdiOffsetWindowOrgEx() 919 LPPOINT Point) in GreSetViewportOrgEx() argument 932 if (Point) in GreSetViewportOrgEx() 952 LPPOINT Point) in NtGdiSetViewportOrgEx() argument 965 if (Point) in NtGdiSetViewportOrgEx() 1004 LPPOINT Point) in NtGdiSetWindowOrgEx() argument 1017 if (Point) in NtGdiSetWindowOrgEx() 1294 PPOINTL Point) in GreGetDCPoint() argument 1301 if (!Point) in GreGetDCPoint() [all …]
|
H A D | line.c | 83 LPPOINT Point) in IntGdiMoveToEx() argument 86 if ( Point ) in IntGdiMoveToEx() 90 Point->x = pdcattr->ptfxCurrent.x; // ret prev before change. in IntGdiMoveToEx() 91 Point->y = pdcattr->ptfxCurrent.y; in IntGdiMoveToEx() 92 IntDPtoLP ( dc, Point, 1); // Reconvert back. in IntGdiMoveToEx() 96 Point->x = pdcattr->ptlCurrent.x; in IntGdiMoveToEx() 97 Point->y = pdcattr->ptlCurrent.y; in IntGdiMoveToEx() 769 POINT Point; in NtGdiMoveTo() local 774 Ret = IntGdiMoveToEx(pdc, x, y, &Point); in NtGdiMoveTo() 781 RtlCopyMemory(pptOut, &Point, sizeof(POINT)); in NtGdiMoveTo()
|
/reactos/media/nls/src/ |
H A D | c_10005.txt | 204 0xc5 0x05bd ;Hebrew Point Meteg 205 0xc6 0x05bc ;Hebrew Point Dagesh 210 0xcb 0x05b8 ;Hebrew Point Qamats 211 0xcc 0x05b7 ;Hebrew Point Patah 212 0xcd 0x05b5 ;Hebrew Point Tsere 213 0xce 0x05b6 ;Hebrew Point Segol 214 0xcf 0x05b4 ;Hebrew Point Hiriq 224 0xd9 0x05b0 ;Hebrew Point Sheva 227 0xdc 0x05bb ;Hebrew Point Qubuts 229 0xde 0x05b8 ;Hebrew Point Qamats [all …]
|
H A D | c_1255.txt | 199 0xc0 0x05b0 ;Hebrew Point Sheva 203 0xc4 0x05b4 ;Hebrew Point Hiriq 204 0xc5 0x05b5 ;Hebrew Point Tsere 205 0xc6 0x05b6 ;Hebrew Point Segol 206 0xc7 0x05b7 ;Hebrew Point Patah 208 0xc9 0x05b9 ;Hebrew Point Holam 209 0xca 0x05ba ;Hebrew Point ???? 212 0xcd 0x05bd ;Hebrew Point Meteg 214 0xcf 0x05bf ;Hebrew Point Rafe 215 0xd0 0x05c0 ;Hebrew Point Paseq [all …]
|
/reactos/dll/win32/uxtheme/ |
H A D | nonclient.c | 800 DefWndNCHitTest(HWND hWnd, POINT Point) in DefWndNCHitTest() argument 809 if (!PtInRect(&wi.rcWindow, Point)) in DefWndNCHitTest() 913 POINT pt = {Point.x - wi.rcWindow.left, Point.y - wi.rcWindow.top}; in DefWndNCHitTest() 932 ClientPoint = Point; in DefWndNCHitTest() 943 if (Point.x > 0 && Point.x < WindowRect.right && ClientPoint.y < 0) in DefWndNCHitTest() 1038 POINT Point; in ThemeWndProc() local 1039 Point.x = GET_X_LPARAM(lParam); in ThemeWndProc() 1040 Point.y = GET_Y_LPARAM(lParam); in ThemeWndProc() 1060 POINT Point; in ThemeWndProc() local 1061 Point.x = GET_X_LPARAM(lParam); in ThemeWndProc() [all …]
|
/reactos/win32ss/include/ |
H A D | ntgdibad.h | 80 LPPOINT Point 90 LPPOINT Point 100 LPPOINT Point 110 LPPOINT Point
|
/reactos/win32ss/user/ntuser/ |
H A D | timer.c | 316 POINT Point; in SystemTimerProc() local 324 Point = gpsi->ptCursor; in SystemTimerProc() 325 if ( RECTL_bPointInRect(&pDesk->rcMouseHover, Point.x, Point.y) ) in SystemTimerProc() 334 Point.x = pWnd->rcClient.right - Point.x - 1; in SystemTimerProc() 337 Point.x -= pWnd->rcClient.left; in SystemTimerProc() 338 Point.y -= pWnd->rcClient.top; in SystemTimerProc() 346 UserPostMessage(hwnd, Msg, wParam, MAKELPARAM(Point.x, Point.y)); in SystemTimerProc()
|
H A D | nonclient.c | 1765 DefWndNCHitTest(HWND hWnd, POINT Point) 1774 if (!PtInRect(&WindowRect, Point)) 1788 if (!PtInRect(&WindowRect, Point)) 1793 if (Point.y < WindowRect.top) 1817 if (Point.x < WindowRect.left) 1849 if (!PtInRect(&WindowRect, Point)) 1859 if (!PtInRect(&WindowRect, Point)) 1880 if (Point.x < WindowRect.left) 1898 ClientPoint = Point; 1909 if (Point.x > 0 && Point.x < WindowRect.right && ClientPoint.y < 0) [all …]
|
/reactos/dll/opengl/mesa/ |
H A D | points.c | 101 ctx->Point.Size = size; in gl_PointSize() 264 isize = (GLint) (CLAMP(ctx->Point.Size,MIN_POINT_SIZE,MAX_POINT_SIZE) + 0.5F); in general_ci_points() 314 isize = (GLint) (CLAMP(ctx->Point.Size,MIN_POINT_SIZE,MAX_POINT_SIZE) + 0.5F); in general_rgba_points() 383 (CLAMP(ctx->Point.Size,MIN_POINT_SIZE,MAX_POINT_SIZE) + 0.5F); in textured_rgba_points() 438 radius = CLAMP( ctx->Point.Size, MIN_POINT_SIZE, MAX_POINT_SIZE ) * 0.5F; in antialiased_rgba_points() 555 if (ctx->Point.SmoothFlag && rgbmode) { in gl_set_point_function() 561 else if (ctx->Point.Size==1.0) { in gl_set_point_function()
|
/reactos/drivers/network/tcpip/lwip/src/netif/ |
H A D | FILES | 19 ppp/ Point-to-Point Protocol stack
|
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | deque_test.cpp | 232 struct Point { struct 236 struct PointEx : public Point { argument 238 PointEx(const Point&) : builtFromBase(true) {} in PointEx() 265 deque<Point> d1(1); in optimizations_check()
|
H A D | vector_test.cpp | 403 struct Point { struct 407 struct PointEx : public Point { argument 409 PointEx(const Point&) : builtFromBase(true) {} in PointEx() 436 vector<Point> v1(1); in optimizations_check()
|
/reactos/base/applications/rapps/ |
H A D | misc.cpp | 68 ShowPopupMenuEx(HWND hwnd, HWND hwndOwner, UINT MenuID, UINT DefaultItem, POINT *Point) in ShowPopupMenuEx() argument 96 if (!Point) in ShowPopupMenuEx() 98 GetCursorPos(Point = &pt); in ShowPopupMenuEx() 102 TrackPopupMenu(hPopupMenu, 0, Point->x, Point->y, 0, hwndOwner, NULL); in ShowPopupMenuEx()
|
/reactos/win32ss/user/user32/windows/ |
H A D | winpos.c | 157 WindowFromPoint(POINT Point) in WindowFromPoint() argument 161 return NtUserWindowFromPoint(Point.x, Point.y); in WindowFromPoint()
|
/reactos/drivers/storage/mountmgr/ |
H A D | mountmgr.rc | 2 #define REACTOS_STR_FILE_DESCRIPTION "Mount Point Manager"
|
H A D | device.c | 254 PMOUNTMGR_CREATE_POINT_INPUT Point; in MountMgrCreatePoint() local 264 Point = (PMOUNTMGR_CREATE_POINT_INPUT)Irp->AssociatedIrp.SystemBuffer; in MountMgrCreatePoint() 266 MaxLength = MAX((Point->DeviceNameOffset + Point->DeviceNameLength), in MountMgrCreatePoint() 267 (Point->SymbolicLinkNameLength + Point->SymbolicLinkNameOffset)); in MountMgrCreatePoint() 274 SymbolicName.Length = Point->SymbolicLinkNameLength; in MountMgrCreatePoint() 275 SymbolicName.MaximumLength = Point->SymbolicLinkNameLength; in MountMgrCreatePoint() 276 DeviceName.Length = Point->DeviceNameLength; in MountMgrCreatePoint() 277 DeviceName.MaximumLength = Point->DeviceNameLength; in MountMgrCreatePoint() 278 SymbolicName.Buffer = (PVOID)((ULONG_PTR)Point + Point->SymbolicLinkNameOffset); in MountMgrCreatePoint() 279 DeviceName.Buffer = (PVOID)((ULONG_PTR)Point + Point->DeviceNameOffset); in MountMgrCreatePoint()
|
/reactos/base/system/rundll32/lang/ |
H A D | fr-FR.rc | 6 IDS_MissingEntry "Point d'entrée manquant:%s\ndans %s"
|
/reactos/base/applications/rapps/include/ |
H A D | rosui.h | 796 POINT Point; in ProcessWindowMessage() local 797 GetCursorPos(&Point); in ProcessWindowMessage() 798 ::ScreenToClient(GetParent(), &Point); in ProcessWindowMessage() 800 SetPos(Point.y); in ProcessWindowMessage() 802 SetPos(Point.x); in ProcessWindowMessage()
|
/reactos/dll/win32/crypt32/lang/ |
H A D | crypt32_Uk.rc | 92 IDS_ISSUING_DIST_POINT "Issuing Distribution Point" 204 IDS_CRL_DIST_POINT "CRL Distribution Point" 205 IDS_CRL_DIST_POINT_NAME "Distribution Point Name"
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.cpp | 1784 POINT Point; in WindowProc() local 1790 m_pBehindModal->ModalMouseNotify(HIWORD(lParam), Point.x, Point.y); in WindowProc() 1802 MSG msg = { m_hWnd, HIWORD(lParam), 0, MAKELPARAM(Point.x, Point.y) }; in WindowProc() 1807 HandleMouseMsg(HIWORD(lParam), Point.x, Point.y); in WindowProc() 2446 POINT Point; in ShowTip() local 2447 ::GetCursorPos(&Point); in ShowTip() 2536 POINT Point; in GetTipWindowRect() local 2537 GetCursorPos(&Point); in GetTipWindowRect() 3675 POINT Point; in STDMETHODIMP_() local 3706 POINT Point = { x, y }; in STDMETHODIMP_() local [all …]
|