Home
last modified time | relevance | path

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

12

/dports/databases/py-gdbm/Python-3.8.12/Lib/ctypes/test/
H A Dtest_win32.py113 PointInRect = dll.PointInRect
114 PointInRect.argtypes = [POINTER(RECT), POINT]
115 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ctypes/test/
H A Dtest_win32.py113 PointInRect = dll.PointInRect
114 PointInRect.argtypes = [POINTER(RECT), POINT]
115 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/lang/python310/Python-3.10.1/Lib/ctypes/test/
H A Dtest_win32.py113 PointInRect = dll.PointInRect
114 PointInRect.argtypes = [POINTER(RECT), POINT]
115 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/lang/python38/Python-3.8.12/Lib/ctypes/test/
H A Dtest_win32.py113 PointInRect = dll.PointInRect
114 PointInRect.argtypes = [POINTER(RECT), POINT]
115 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/lang/python-tools/Python-3.8.12/Lib/ctypes/test/
H A Dtest_win32.py113 PointInRect = dll.PointInRect
114 PointInRect.argtypes = [POINTER(RECT), POINT]
115 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/lang/python27/Python-2.7.18/Lib/ctypes/test/
H A Dtest_win32.py117 PointInRect = dll.PointInRect
118 PointInRect.argtypes = [POINTER(RECT), POINT]
119 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/lang/python-legacy/Python-2.7.18/Lib/ctypes/test/
H A Dtest_win32.py117 PointInRect = dll.PointInRect
118 PointInRect.argtypes = [POINTER(RECT), POINT]
119 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/lang/python39/Python-3.9.9/Lib/ctypes/test/
H A Dtest_win32.py113 PointInRect = dll.PointInRect
114 PointInRect.argtypes = [POINTER(RECT), POINT]
115 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/lang/python311/Python-3.11.0a3/Lib/ctypes/test/
H A Dtest_win32.py113 PointInRect = dll.PointInRect
114 PointInRect.argtypes = [POINTER(RECT), POINT]
115 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/ctypes/test/
H A Dtest_win32.py113 PointInRect = dll.PointInRect
114 PointInRect.argtypes = [POINTER(RECT), POINT]
115 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/lang/python37/Python-3.7.12/Lib/ctypes/test/
H A Dtest_win32.py142 PointInRect = dll.PointInRect
143 PointInRect.argtypes = [POINTER(RECT), POINT]
144 self.assertEqual(1, PointInRect(byref(rect), pt))
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Math/
H A DGeom_2d.pas13 function PointInRect(A, B, P: TPoint): Boolean; in PointInRect() function
72 function PointInRect(A, B, P: TPoint): Boolean; in PointInRect() function
197 Result:=PointInRect(A, B, P) and PointInRect(C, D, P);
226 (T <> 0) and PointInRect(C, D, P));
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DWindowGeometry.cpp46 bool win32cpp::PointInRect(const Point& point, const Rect& rect) in PointInRect() function in win32cpp
H A DSplitter.cpp388 else if ( ! ::PointInRect(this->CursorPosition(), this->splitRect)) in OnMouseMoved()
408 if (::PointInRect(this->CursorPosition(), this->splitRect)) in OnMouseButtonDown()
H A DWindowGeometry.hpp298 bool PointInRect(const Point& point, const Rect& rect);
H A DListView.cpp182 if (PointInRect(mousePos, headerRect)) in WindowProc()
918 if (::PointInRect(location, rowRect)) in CellAtPoint()
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Theme/
H A DThemeControls.c38 static int PointInRect(ActiveRect* rect, int x, int y) { in PointInRect() function
151 if (!PointInRect(rect, activeImage->x, activeImage->y) && in activeImageDraw()
152 … !PointInRect(rect, activeImage->x + activeImage->width, activeImage->y + activeImage->height)) in activeImageDraw()
735 if (!PointInRect(rect, activeText->x, activeText->y) && in activeNativeTextDraw()
736 !PointInRect(rect, activeText->x + activeText->width, activeText->y + activeText->height)) in activeNativeTextDraw()
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/common/
H A Dmap.c106 #define PointInRect(X,Y,CRD) \ macro
782 if(PointInRect(xs, ys, area->coords)) in _XmHTMLGetAnchorFromMap()
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/common/
H A Dmap.c112 #define PointInRect(X,Y,CRD) \ macro
793 if(PointInRect(xs, ys, area->coords)) in _XmHTMLGetAnchorFromMap()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dkpathing.cpp1643 static bool PointInRect(const Common::Point &point, int16 rectX1, int16 rectY1, int16 rectX2, int16… in PointInRect() function
1797 …if ((pIntercept == qIntercept) && (PointInRect(Common::Point(pSourceX, pSourceY), qSourceX, qSourc… in kIntersections()
1800 …} else if ((pIntercept == qIntercept) && PointInRect(Common::Point(qDestX, qDestY), pSourceX, pSou… in kIntersections()
1831 if (PointInRect(Common::Point(intersectionX, intersectionY), pSourceX, pSourceY, pDestX, pDestY) in kIntersections()
1832 … && PointInRect(Common::Point(intersectionX, intersectionY), qSourceX, qSourceY, qDestX, qDestY)) { in kIntersections()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dkpathing.cpp1661 static bool PointInRect(const Common::Point &point, int16 rectX1, int16 rectY1, int16 rectX2, int16… in PointInRect() function
1815 …if ((pIntercept == qIntercept) && (PointInRect(Common::Point(pSourceX, pSourceY), qSourceX, qSourc… in kIntersections()
1818 …} else if ((pIntercept == qIntercept) && PointInRect(Common::Point(qDestX, qDestY), pSourceX, pSou… in kIntersections()
1849 if (PointInRect(Common::Point(intersectionX, intersectionY), pSourceX, pSourceY, pDestX, pDestY) in kIntersections()
1850 … && PointInRect(Common::Point(intersectionX, intersectionY), qSourceX, qSourceY, qDestX, qDestY)) { in kIntersections()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Denc_detect_dots.cc215 inline bool PointInRect(const Rect& r, const Pixel& p) { in PointInRect() function
260 if (PointInRect(bounds, Pixel{x, y})) { in CompStats()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_detect_dots.cc214 inline bool PointInRect(const Rect& r, const Pixel& p) { in PointInRect() function
259 if (PointInRect(bounds, Pixel{x, y})) { in CompStats()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Denc_detect_dots.cc214 inline bool PointInRect(const Rect& r, const Pixel& p) { in PointInRect() function
259 if (PointInRect(bounds, Pixel{x, y})) { in CompStats()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Denc_detect_dots.cc214 inline bool PointInRect(const Rect& r, const Pixel& p) { in PointInRect() function
259 if (PointInRect(bounds, Pixel{x, y})) { in CompStats()

12