Home
last modified time | relevance | path

Searched refs:directionIndex (Results 1 – 12 of 12) sorted by relevance

/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/view/
H A DmxEdgeStyle.java1117 int directionIndex = nextDirection == mxConstants.DIRECTION_MASK_EAST ? 3
1120 directionIndex += quad;
1122 if (directionIndex > 4)
1124 directionIndex -= 4;
1127 double[] direction = dirVectors[directionIndex - 1];
1129 currentOrientation = (directionIndex % 2 > 0) ? 0 : 1;
1205 * Math.abs(vertexSeperations[directionIndex] / 2);
1207 * Math.abs(vertexSeperations[directionIndex] / 2);
/dports/multimedia/shotcut/shotcut-21.03.21/src/qml/filters/timer/
H A Dui.qml89 var directionIndex = 0;
93 directionIndex = i
97 directionCombo.currentIndex = directionIndex
/dports/math/mdal/MDAL-release-0.9.0/tests/
H A Dtest_ugrid.cpp682 int directionIndex = getValue( dataset, 20 ); in TEST() local
683 EXPECT_EQ( directionIndex, 36 ); in TEST()
698 double direction = -( ( directionIndex - 1 ) * 10 + 5 ); //supposed to be clokcwise angle in TEST()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/include/mega/
H A Dtransfer.h42 unsigned directionIndex();
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dheroes_move.cpp556 const int32_t directionIndex = Maps::GetDirectionIndex( centerIndex, direction ); in SetRedrawIndexes() local
557 if ( Maps::isValidDirection( directionIndex, Direction::BOTTOM ) ) { in SetRedrawIndexes()
558 … _redrawIndex.topOnDirectionBottom = Maps::GetDirectionIndex( directionIndex, Direction::BOTTOM ); in SetRedrawIndexes()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/model_widgets_ui/
H A Dpropertiesviewmview.h113 void onDependencyDirectionChanged(int directionIndex);
H A Dpropertiesviewmview.cpp1237 void PropertiesView::MView::onDependencyDirectionChanged(int directionIndex) in onDependencyDirectionChanged() argument
1239 MDependency::Direction direction = translateIndexToDirection(directionIndex); in onDependencyDirectionChanged()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/xeen/
H A Dinterface_scene.cpp427 int directionIndex = Res.DIRECTION_ANIM_POSITIONS[mazeObject._direction][partyDirection]; in drawScene() local
430 mazeObject._frame = animEntry._frame1._frames[directionIndex]; in drawScene()
438 } else if (mazeObject._frame >= animEntry._frame2._frames[directionIndex]) { in drawScene()
439 mazeObject._frame = animEntry._frame1._frames[directionIndex]; in drawScene()
443 mazeObject._flipped = animEntry._flipped._flags[directionIndex]; in drawScene()
/dports/games/scummvm/scummvm-2.5.1/engines/xeen/
H A Dinterface_scene.cpp427 int directionIndex = Res.DIRECTION_ANIM_POSITIONS[mazeObject._direction][partyDirection]; in drawScene() local
430 mazeObject._frame = animEntry._frame1._frames[directionIndex]; in drawScene()
438 } else if (mazeObject._frame >= animEntry._frame2._frames[directionIndex]) { in drawScene()
439 mazeObject._frame = animEntry._frame1._frames[directionIndex]; in drawScene()
443 mazeObject._flipped = animEntry._flipped._flags[directionIndex]; in drawScene()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/src/
H A Dtransfer.cpp54 unsigned TransferCategory::directionIndex() in directionIndex() function in mega::TransferCategory
H A Dmegaclient.cpp3445 counters[tc.directionIndex()].addexisting(ts->transfer->size, ts->progressreported); in dispatchTransfers()
3453 if (counters[tc.directionIndex()].total >= MAXTRANSFERS) in dispatchTransfers()
3459 if (counters[tc.directionIndex()].added >= MAXTRANSFERS/2) in dispatchTransfers()
3482 counters[tc.directionIndex()].addnew(t->size); in dispatchTransfers()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DVehicle.cpp7136 int32_t directionIndex = sprite_direction >> 1; in UpdateAdditionalAnimation() local
7137 auto offset = SteamParticleOffsets[typeIndex][directionIndex]; in UpdateAdditionalAnimation()