Home
last modified time | relevance | path

Searched refs:previousOrientation (Results 1 – 15 of 15) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkTreeHeatmapItem.cxx477 int previousOrientation = this->Orientation; in SetOrientation() local
496 (previousOrientation != vtkDendrogramItem::UP_TO_DOWN && in SetOrientation()
497 previousOrientation != vtkDendrogramItem::DOWN_TO_UP)) in SetOrientation()
503 (previousOrientation != vtkDendrogramItem::RIGHT_TO_LEFT && in SetOrientation()
504 previousOrientation != vtkDendrogramItem::DOWN_TO_UP)) in SetOrientation()
/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkTreeHeatmapItem.cxx494 int previousOrientation = this->Orientation; in SetOrientation() local
513 (previousOrientation != vtkDendrogramItem::UP_TO_DOWN && in SetOrientation()
514 previousOrientation != vtkDendrogramItem::DOWN_TO_UP) ) in SetOrientation()
520 (previousOrientation != vtkDendrogramItem::RIGHT_TO_LEFT && in SetOrientation()
521 previousOrientation != vtkDendrogramItem::DOWN_TO_UP) ) in SetOrientation()
/dports/math/vtk6/VTK-6.2.0/Views/Infovis/
H A DvtkTreeHeatmapItem.cxx496 int previousOrientation = this->Orientation; in SetOrientation() local
515 (previousOrientation != vtkDendrogramItem::UP_TO_DOWN && in SetOrientation()
516 previousOrientation != vtkDendrogramItem::DOWN_TO_UP) ) in SetOrientation()
522 (previousOrientation != vtkDendrogramItem::RIGHT_TO_LEFT && in SetOrientation()
523 previousOrientation != vtkDendrogramItem::DOWN_TO_UP) ) in SetOrientation()
/dports/games/pentobi/pentobi-19.1/pentobi/
H A DPieceModel.h106 Q_INVOKABLE void previousOrientation();
H A DPieceModel.cpp298 void PieceModel::previousOrientation() in previousOrientation() function in PieceModel
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dqet.h211 static Qet::Orientation previousOrientation(Qet::Orientation); in Q_DECLARE_METATYPE()
H A Dqet.cpp138 Qet::Orientation Qet::previousOrientation(Qet::Orientation o) { in previousOrientation() function in Qet
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DScreenOrientation.cpp506 OrientationType previousOrientation = mType; in Notify() local
511 if (mScreen && mType != previousOrientation) { in Notify()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DScreenOrientation.cpp503 OrientationType previousOrientation = mType; in Notify() local
508 if (mScreen && mType != previousOrientation) { in Notify()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DScreenOrientation.cpp531 OrientationType previousOrientation = mType; in Notify() local
536 if (mScreen && mType != previousOrientation) { in Notify()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DScreenOrientation.cpp510 OrientationType previousOrientation = mType; in Notify() local
515 if (mScreen && mType != previousOrientation) { in Notify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DScreenOrientation.cpp510 OrientationType previousOrientation = mType; in Notify() local
515 if (mScreen && mType != previousOrientation) { in Notify()
/dports/www/firefox/firefox-99.0/dom/base/
H A DScreenOrientation.cpp549 OrientationType previousOrientation = mType; in MaybeChanged() local
554 if (mScreen && mType != previousOrientation) { in MaybeChanged()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/kitemviews/
H A Dkitemlistview.cpp834 const Qt::Orientation previousOrientation = m_layouter->scrollOrientation(); in setScrollOrientation() local
835 if (orientation == previousOrientation) { in setScrollOrientation()
855 onScrollOrientationChanged(orientation, previousOrientation); in setScrollOrientation()
856 Q_EMIT scrollOrientationChanged(orientation, previousOrientation); in setScrollOrientation()
/dports/games/pentobi/pentobi-19.1/pentobi/qml/
H A DMain.qml556 onActivated: gameView.pickedPiece.pieceModel.previousOrientation()