Home
last modified time | relevance | path

Searched defs:isWithinRect (Results 1 – 9 of 9) sorted by relevance

/dports/science/xdrawchem/xdrawchem-a3f74c34eb09fa72ee16848ec6901049ca5309d5/xdrawchem/
H A Dcurvearrow.cpp245 bool CurveArrow::isWithinRect(QRect n, bool /*shiftdown*/) { in isWithinRect() function in CurveArrow
H A Darrow.cpp256 bool Arrow::isWithinRect(QRect n, bool /*shiftdown*/) { in isWithinRect() function in Arrow
H A Dsymbol.cpp579 bool Symbol::isWithinRect(QRect n, bool shiftdown) { in isWithinRect() function in Symbol
H A Dgobject.cpp283 bool GraphicObject::isWithinRect(QRect n, bool /*shiftdown*/) { in isWithinRect() function in GraphicObject
H A Dbond.cpp79 bool Bond::isWithinRect(QRect n, bool /*shiftdown*/) { in isWithinRect() function in Bond
H A Dtext.cpp388 bool Text::isWithinRect(QRect n, bool shiftdown) { in isWithinRect() function in Text
H A Dmolecule.cpp235 bool Molecule::isWithinRect(QRect qr, bool shiftdown) { in isWithinRect() function in Molecule
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_cat.adb316 return Is_Remote_Types (Unit_Entity)
/dports/games/flare-engine/flare-engine-1.12/src/
H A DUtils.cpp324 bool Utils::isWithinRect(const Rect& r, const Point& target) { in isWithinRect() function in Utils