Home
last modified time | relevance | path

Searched refs:PointInRect (Results 1 – 2 of 2) 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/cpython2/Modules/_ctypes/
D_ctypes_test.c543 EXPORT(int) PointInRect(RECT *prc, POINT pt) in PointInRect() function