Home
last modified time | relevance | path

Searched refs:PointInRect (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/ctypes/test/
Dtest_win32.py99 PointInRect = dll.PointInRect
100 PointInRect.argtypes = [POINTER(RECT), POINT]
101 self.assertEqual(1, PointInRect(byref(rect), pt))
/external/python/cpython3/Lib/ctypes/test/
Dtest_win32.py120 PointInRect = dll.PointInRect
121 PointInRect.argtypes = [POINTER(RECT), POINT]
122 self.assertEqual(1, PointInRect(byref(rect), pt))
/external/opencv/cvaux/src/
D_cvvectrack.h81 int PointInRect(const CvPoint& p, const CvRect& r) in PointInRect() function
92 return (PointInRect(plt, r2) && PointInRect(prb, r2)); in RectInRect()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c545 EXPORT(int) PointInRect(RECT *prc, POINT pt) in PointInRect() function
/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c543 EXPORT(int) PointInRect(RECT *prc, POINT pt) in PointInRect() function