Home
last modified time | relevance | path

Searched refs:MAX_DOTS (Results 1 – 19 of 19) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Ddurationtype.cpp46 if (*dots > MAX_DOTS) in getDots()
47 *dots = MAX_DOTS; in getDots()
57 if (v > MAX_DOTS) in setDots()
58 v = MAX_DOTS; in setDots()
79 const int SMALLEST_DOT_DIVISOR = 1 << MAX_DOTS; in setVal()
H A Dnote.h47 static const int MAX_DOTS = 4; variable
H A Dpaste.cpp629 …tionList(len, false, tick - measure->tick(), sigmap()->timesig(tick).nominal(), measure, MAX_DOTS); in pasteChordRest()
671 …ationList(len, true, tick - measure->tick(), sigmap()->timesig(tick).nominal(), measure, MAX_DOTS); in pasteChordRest()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DHydrogenLoader.h63 static const int MAX_DOTS = 4;
H A DMusicXMLLoader.h65 static const int MAX_DOTS = 4;
H A DLilyPondExporter.h207 static const int MAX_DOTS = 4;
H A DLilyPondExporter.cpp1606 Note partialNote = Note::getNearestNote(1, MAX_DOTS); in write()
1619 Note partialNote = Note::getNearestNote(1, MAX_DOTS); in write()
2291 Note note(Note::getNearestNote(absTime - barStart, MAX_DOTS)); in writeBar()
3190 Note note(Note::getNearestNote(duration, MAX_DOTS)); in writeDuration()
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h241 #define MAX_DOTS 10 // Max active dot effects. macro
1227 unsigned int dot_time[MAX_DOTS]; //Dot time to expire.
1228 int dot[MAX_DOTS]; //Dot mode.
1229 int dot_atk[MAX_DOTS]; //Dot attack type.
1230 int dot_force[MAX_DOTS]; //Dot amount.
1231 int dot_rate[MAX_DOTS]; //Dot delay per tick.
1232 int dot_cnt[MAX_DOTS]; //Dot time of next tick.
1233 struct entity *dot_owner[MAX_DOTS]; //Dot owner.
H A Dopenbor.c12660 …for(iIndex=0; iIndex<MAX_DOTS; iIndex++) //Loop … in common_dot()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h242 #define MAX_DOTS 10 // Max active dot effects. macro
1251 u32 dot_time[MAX_DOTS]; //Dot time to expire.
1252 int dot[MAX_DOTS]; //Dot mode.
1253 int dot_atk[MAX_DOTS]; //Dot attack type.
1254 int dot_force[MAX_DOTS]; //Dot amount.
1255 int dot_rate[MAX_DOTS]; //Dot delay per tick.
1256 int dot_cnt[MAX_DOTS]; //Dot time of next tick.
1257 struct entity *dot_owner[MAX_DOTS]; //Dot owner.
H A Dopenbor.c12888 …for(iIndex=0; iIndex<MAX_DOTS; iIndex++) //Loop … in common_dot()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h248 #define MAX_DOTS 10 // Max active dot effects. macro
1285 u32 dot_time[MAX_DOTS]; //Dot time to expire.
1286 int dot[MAX_DOTS]; //Dot mode.
1287 int dot_atk[MAX_DOTS]; //Dot attack type.
1288 int dot_force[MAX_DOTS]; //Dot amount.
1289 int dot_rate[MAX_DOTS]; //Dot delay per tick.
1290 int dot_cnt[MAX_DOTS]; //Dot time of next tick.
1291 struct entity *dot_owner[MAX_DOTS]; //Dot owner.
H A Dopenbor.c17601 …for(iIndex = 0; iIndex < MAX_DOTS; iIndex++) //Loop… in common_dot()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h89 #define MAX_DOTS 10 // Max active dot effects. macro
2051 u32 dot_time[MAX_DOTS]; //Dot time to expire.
2052 int dot[MAX_DOTS]; //Dot mode.
2053 int dot_atk[MAX_DOTS]; //Dot attack type.
2054 int dot_force[MAX_DOTS]; //Dot amount.
2055 int dot_rate[MAX_DOTS]; //Dot delay per tick.
2056 int dot_cnt[MAX_DOTS]; //Dot time of next tick.
2057 struct entity *dot_owner[MAX_DOTS]; //Dot owner.
H A Dopenbor.c20507 …for(iIndex = 0; iIndex < MAX_DOTS; iIndex++) //Loop… in common_dot()
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DParseRTF.cpp7 static int TwipDotsLim(int twips) { return minmax<int>(TwipDots(twips), 0, MAX_DOTS); } in TwipDotsLim()
385 state.format.indent = minmax<int>(fi, 0, MAX_DOTS); in Flush()
386 state.format.lm = minmax<int>(li, 0, MAX_DOTS); in Flush()
387 state.format.rm = minmax<int>(ri, 0, MAX_DOTS); in Flush()
/dports/science/cdo/cdo-2.0.0/libcdi/app/
H A Dprintinfo.c620 #define MAX_DOTS 80 macro
628 if (ndotout == MAX_DOTS) in printDot()
/dports/devel/upp/upp/uppsrc/RichText/
H A DRichText.h476 MAX_DOTS = 600 * 100, enumerator
485 inline int TwipDotSize(int twp) { return IsNull(twp) ? 0 : minmax<int>(TwipDots(twp), 0, MAX_DOTS)… in TwipDotSize()
/dports/science/cdo/cdo-2.0.0/src/
H A Dprintinfo.cc648 #define MAX_DOTS 80 macro
656 if (ndotout == MAX_DOTS) in printDot()