Home
last modified time | relevance | path

Searched refs:getRepeat (Results 1 – 25 of 101) sorted by relevance

12345

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/base/
H A DPTDirection.java47 public int getRepeat() { in getRepeat() method in PTDirection
52 return new PTDirection( getDirection() , getActiveSymbol(), getRepeat() ); in getClone()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DTraitSetter.java338 if (back.getRepeat() == Constants.EN_NOREPEAT in addBackground()
339 || back.getRepeat() == Constants.EN_REPEATY) { in addBackground()
356 if (back.getRepeat() == Constants.EN_NOREPEAT in addBackground()
357 || back.getRepeat() == Constants.EN_REPEATX) { in addBackground()
400 if (back.getRepeat() == Constants.EN_NOREPEAT in addBackground()
401 || back.getRepeat() == Constants.EN_REPEATY) { in addBackground()
424 if (back.getRepeat() == Constants.EN_NOREPEAT in addBackground()
425 || back.getRepeat() == Constants.EN_REPEATX) { in addBackground()
/dports/audio/audiere/audiere-1.9.4/src/
H A Dloop_point_source.cpp91 if (!m_source->getRepeat()) { in read()
177 bool ADR_CALL getRepeat() { in getRepeat() function in audiere::LoopPointSourceImpl
178 return m_source->getRepeat(); in getRepeat()
H A Ddevice_null.cpp147 NullOutputStream::getRepeat() { in getRepeat() function in audiere::NullOutputStream
149 return m_source->getRepeat(); in getRepeat()
H A Dresampler.cpp184 Resampler::getRepeat() { in getRepeat() function in audiere::Resampler
185 return m_source->getRepeat(); in getRepeat()
H A Ddevice_mixer.cpp169 MixerStream::getRepeat() { in getRepeat() function in audiere::MixerStream
171 return m_source->getRepeat(); in getRepeat()
H A Ddevice_ds_buffer.h30 bool ADR_CALL getRepeat();
H A Dresampler.h32 bool ADR_CALL getRepeat();
H A Ddevice_ds_stream.h35 bool ADR_CALL getRepeat();
H A Ddevice_ds_stream.cpp97 DSOutputStream::getRepeat() { in getRepeat() function in audiere::DSOutputStream
99 return m_source->getRepeat(); in getRepeat()
H A Dbasic_source.h44 bool ADR_CALL getRepeat() { return m_repeat; } in getRepeat() function
H A Ddevice_mixer.h63 bool ADR_CALL getRepeat();
H A Dmidi_mci.cpp88 ADR_METHOD(bool) getRepeat() { in getRepeat() function in audiere::MCIMIDIStream
H A Ddevice_null.h55 bool ADR_CALL getRepeat();
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/
H A DTrait.java538 public int getRepeat() { in getRepeat() method in Trait.Background
623 switch (getRepeat()) { in getRepeatString()
628 default: throw new IllegalStateException("Illegal repeat style: " + getRepeat()); in getRepeatString()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dthrobber.hxx56 bool getRepeat() const { return mbRepeat; } in UNLESS_MERGELIBS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/toolkit/
H A Dthrobber.hxx56 bool getRepeat() const { return mbRepeat; } in getRepeat() function in Throbber
/dports/games/scummvm/scummvm-2.5.1/engines/cge2/
H A Dsound.cpp73 int16 Sound::getRepeat() { in getRepeat() function in CGE2::Sound
84 _smpinf._counter = getRepeat(); in play()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cge2/
H A Dsound.cpp72 int16 Sound::getRepeat() { in getRepeat() function in CGE2::Sound
82 _smpinf._counter = getRepeat(); in play()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/mediaplayer/
H A DMpXmmsInterface.h66 virtual bool getRepeat();
H A DMpWinampInterface.h66 virtual bool getRepeat();
H A DMpAmipInterface.h69 virtual bool getRepeat();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cge/
H A Dsound.cpp72 int16 Sound::getRepeat() { in getRepeat() function in CGE::Sound
82 _smpinf._counter = getRepeat(); in play()
/dports/games/scummvm/scummvm-2.5.1/engines/cge/
H A Dsound.cpp73 int16 Sound::getRepeat() { in getRepeat() function in CGE::Sound
83 _smpinf._counter = getRepeat(); in play()
/dports/www/kanboard/kanboard-1.2.21/vendor/eluceo/ical/src/Component/
H A DAlarm.php50 public function getRepeat() function in Eluceo\\iCal\\Component\\Alarm

12345