Searched refs:POINTS (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DIntPointWin.cpp45 IntPoint::IntPoint(const POINTS& p)
51 IntPoint::operator POINTS() const
53 POINTS p = {m_x, m_y};
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWindowsTouch.h80 POINTS ptsLocation; // current location of this gesture
106 POINTS ptsLocation; // starting location
H A DPopupMenuWin.cpp54 #define MAKEPOINTS(l) (*((POINTS FAR *)&(l)))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DIntPoint.h47 typedef struct tagPOINTS POINTS; typedef in typeref:struct:tagPOINTS
126 IntPoint(const POINTS&);
127 operator POINTS() const;
H A DGraphicsContext3D.h125 POINTS = 0x0000, enumerator in enum:WebCore::GraphicsContext3D::__anon5381
/macosx-10.9.5/CPANInternal-140/Class-Trigger/lib/Class/
H A DTrigger.pm183 =head1 TRIGGER POINTS
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/lib/Class/
H A DTrigger.pm289 =head1 TRIGGER POINTS
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods.py739 POINTS=[ (1.0, 2.0), (1e10, 2e10), (-0.5, 0.5) ] variable
852 return POINTS[i]
1228 for o in POINTS:
1235 for o in POINTS:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_methods.py739 POINTS=[ (1.0, 2.0), (1e10, 2e10), (-0.5, 0.5) ] variable
852 return POINTS[i]
1228 for o in POINTS:
1235 for o in POINTS:
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinX.c1114 POINTS rootPoint; /* Note: POINT and POINTS are different */
H A DtkWinMenu.c2821 POINTS rootPoint;
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.idl53 const GLenum POINTS = 0x0000;
H A DWebGLRenderingContext.cpp5369 case GraphicsContext3D::POINTS:
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinX.c1138 union {DWORD msgpos; POINTS point;} root; /* Note: POINT and POINTS are different */
H A DtkWinMenu.c3015 union {DWORD msgpos; POINTS point;} root;

Completed in 405 milliseconds