Home
last modified time | relevance | path

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

/dports/graphics/krita/krita-4.4.8/libs/global/
H A Dkis_lockless_stack.h145 Node *otherTop = other.m_top.fetchAndStoreOrdered(0); in mergeFrom() local
146 if (!otherTop) return; in mergeFrom()
149 Node *last = otherTop; in mergeFrom()
161 } while (!m_top.testAndSetOrdered(top, otherTop)); in mergeFrom()
/dports/print/py-psautohint/psautohint-2.0.0/libpsautohint/src/
H A Dmerge.c246 bool flg, otherTop, otherBot, topInBlue, botInBlue, ghst; in PruneHVals() local
251 otherTop = otherBot = false; in PruneHVals()
344 if (!otherTop && PruneLt(val, v) && in PruneHVals()
347 otherTop = true; in PruneHVals()
351 if (otherBot && otherTop) { in PruneHVals()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/intro/
H A Dintro_step.cpp488 auto otherTop = _description->y() + _description->height(); in prepareContentSnapshot() local
489 auto otherRect = myrtlrect(contentLeft(), otherTop, st::introStepWidth, height() - otherTop); in prepareContentSnapshot()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/Test/
H A DtestComponentInterface.cpp940 TheWorld otherTop; in testComponentPathNames() local
943 otherTop.setName("OtherTop"); in testComponentPathNames()
982 std::string CWrtOtherTop = C->getRelativePathString(otherTop); in testComponentPathNames()
985 std::string OtherTopWrtC = otherTop.getRelativePathString(*C); in testComponentPathNames()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/tasks/
H A Ddiagramscenecontroller.cpp553 qreal otherTop = pos.y() + otherObject->rect().top(); in alignObjectTop() local
554 qreal delta = otherTop - top; in alignObjectTop()