Home
last modified time | relevance | path

Searched refs:ngrips (Results 1 – 4 of 4) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dslurtie.cpp120 const int ngrips = gripsCount(); in gripsPositions() local
121 std::vector<QPointF> grips(ngrips); in gripsPositions()
124 for (int i = 0; i < ngrips; ++i) in gripsPositions()
H A Delement.cpp2132 const size_t ngrips = positions.size(); in updateGrips() local
2133 for (int i = 0; i < int(ngrips); ++i) in updateGrips()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DHistory.cpp52 int ngrips = NFACES * 3 * 3 * 3; in isSane() local
86 assert(INRANGE(0 <=, node->stickerid, <ngrips)); in isSane()
H A DEventHandler.cpp516 int ngrips = NFACES * 3 * 3 * 3; in scramble_cb() local
529 grip.id_within_cube = rand() % ngrips; in scramble_cb()