Home
last modified time | relevance | path

Searched refs:needToSplit (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/gles/
H A DGeometryIndexSplitter.cpp5 if(!needToSplit(geometry)) { in split()
169 bool GeometryIndexSplitter::needToSplit(const osg::Geometry& geometry) const { in needToSplit() function in GeometryIndexSplitter
172 if (primitive && needToSplit(*primitive)) { in needToSplit()
180 bool GeometryIndexSplitter::needToSplit(const osg::DrawElements& primitive) const { in needToSplit() function in GeometryIndexSplitter
H A DGeometryIndexSplitter142 bool needToSplit(const osg::Geometry&) const;
143 bool needToSplit(const osg::DrawElements&) const;
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Ddurationtype.cpp556 bool needToSplit = false; // do we need to split? in populateRhythmicList() local
574 needToSplit = true; in populateRhythmicList()
577 needToSplit = false; in populateRhythmicList()
583 needToSplit = ticksToNext != ticksPastPrev; in populateRhythmicList()
586 if (!needToSplit && strongestLevelCrossed == 0) { in populateRhythmicList()
597needToSplit = forceRhythmicSplit(isRest, startBeat, endBeat, dUnitsCrossed, strongestBeatCrossed, … in populateRhythmicList()
600 if (!needToSplit) { in populateRhythmicList()
/dports/audio/musescore/MuseScore-3.6.1/importexport/midiimport/
H A Dimportmidi_lrhand.h12 bool needToSplit(const std::multimap<ReducedFraction, MidiChord> &chords,
H A Dimportmidi_lrhand.cpp13 bool needToSplit(const std::multimap<ReducedFraction, MidiChord> &chords, in needToSplit() function
H A Dimportmidi.cpp1037 if (LRHand::needToSplit(mtrack.chords, mtrack.program, mtrack.mtrack->drumTrack())) { in setLeftRightHandSplit()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/gles/
H A DGeometrySplitterVisitor40 if(!hasValidPrimitives(geometry) || !needToSplit(geometry)) {
136 bool needToSplit(const osg::Geometry& geometry) const {
139 if (needToSplit(*primitive)) {
146 bool needToSplit(const osg::DrawElements& primitive) const {
206 else if (needToSplit(*primitive)) {
/dports/misc/ompl/ompl-1.5.2/src/ompl/datastructures/
H A DNearestNeighborsGNAT.h173 if (tree_->needToSplit(*this)) in add()
453 if (needToSplit(gnat)) in add()
485 bool needToSplit(const GNAT &gnat) const in needToSplit() function
539 if (child->needToSplit(gnat)) in split()
H A DNearestNeighborsGNATNoThreadSafety.h161 if (tree_->needToSplit(*this)) in add()
440 if (needToSplit(gnat)) in add()
471 bool needToSplit(const GNAT &gnat) const in needToSplit() function
525 if (child->needToSplit(gnat)) in split()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DSegmentNotationHelper.cpp1032 bool needToSplit = true; in insertSomething() local
1042 if (j == end()) needToSplit = false; in insertSomething()
1045 if (needToSplit) { in insertSomething()