Home
last modified time | relevance | path

Searched refs:SetPitch (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Daudio_generic.cpp156 BGM_Channel.SetPitch(pitch); in BGM_Pitch()
219 midi_out.SetPitch(pitch); in PlayOnChannel()
241 chan.decoder->SetPitch(pitch); in PlayOnChannel()
263 chan.decoder->SetPitch(pitch); in PlayOnChannel()
515 void GenericAudio::BgmChannel::SetPitch(int pitch) { in SetPitch() function in GenericAudio::BgmChannel
517 midi_thread->GetMidiOut().SetPitch(pitch); in SetPitch()
519 decoder->SetPitch(pitch); in SetPitch()
H A Ddecoder_wildmidi.h49 bool SetPitch(int) override { in SetPitch() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/include/aws/rekognition/model/
H A DPose.h94 inline void SetPitch(double value) { m_pitchHasBeenSet = true; m_pitch = value; } in SetPitch() function
99 inline Pose& WithPitch(double value) { SetPitch(value); return *this;} in WithPitch()
/dports/games/irrlamb/irrlamb-1.0.1/working/levels/caves_1/
H A Dcaves_1.lua14 Camera.SetPitch(75)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/font/
H A Dfont.cxx186 void Font::SetPitch( FontPitch ePitch ) in SetPitch() function in Font
189 mpImplFont->SetPitch( ePitch ); in SetPitch()
309 SetPitch( rFont.mpImplFont->GetPitchNoAsk() ); in Merge()
353 rAttrs.SetPitch( mpImplFont->GetPitchNoAsk() ); in GetFontAttributes()
374 rIStm.ReadUInt16( nTmp16 ); rImplFont.SetPitch( static_cast<FontPitch>(nTmp16) ); in ReadImplFont()
520 o_rResult.SetPitch( (aInfo.pitch == 0) ? PITCH_VARIABLE : PITCH_FIXED ); in identifyTrueTypeFont()
638 o_rResult.SetPitch( PITCH_FIXED ); in identifyType1Font()
640 o_rResult.SetPitch( PITCH_VARIABLE ); in identifyType1Font()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/plugins/dfsound/
H A Dregisters.c32 static void SetPitch(int ch,unsigned short val);
77 SetPitch(ch,val); in SPUwriteRegister()
481 static void SetPitch(int ch,unsigned short val) // SET PITCH in SetPitch() function
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/plugins/dfsound/
H A Dregisters.c32 static void SetPitch(int ch,unsigned short val);
77 SetPitch(ch,val); in SPUwriteRegister()
481 static void SetPitch(int ch,unsigned short val) // SET PITCH in SetPitch() function
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/soundtouch/source/SoundTouchDLL/
H A DSoundTouchDLL.pas191 procedure SetPitch(const Value: Single); procedure
225 property Pitch: Single read FPitch write SetPitch;
325 procedure TSoundTouch.SetPitch(const Value: Single); procedure
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/psf/peops/
H A Dregisters.cc53 static void SetPitch(int ch,u16 val);
84 SetPitch(ch,val); in SPUwriteRegister()
487 static void SetPitch(int ch,u16 val) // SET PITCH in SetPitch() function
/dports/games/irrlamb/irrlamb-1.0.1/working/levels/skate_3/
H A Dskate_3.lua23 Camera.SetPitch(89)
/dports/games/irrlamb/irrlamb-1.0.1/working/levels/tut_longjump0/
H A Dtut_longjump0.lua23 Camera.SetPitch(5)
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/font/
H A Dfont.cxx194 void Font::SetPitch( FontPitch ePitch ) in SetPitch() function in Font
197 mpImplFont->SetPitch( ePitch ); in SetPitch()
317 SetPitch( rFont.mpImplFont->GetPitchNoAsk() ); in Merge()
361 rAttrs.SetPitch( mpImplFont->GetPitchNoAsk() ); in GetFontAttributes()
430 rIStm.ReadUInt16( nTmp16 ); rImplFont.SetPitch( static_cast<FontPitch>(nTmp16) ); in ReadImplFont()
677 o_rResult.SetPitch( (aInfo.pitch == 0) ? PITCH_VARIABLE : PITCH_FIXED ); in identifyTrueTypeFont()
795 o_rResult.SetPitch( PITCH_FIXED ); in identifyType1Font()
797 o_rResult.SetPitch( PITCH_VARIABLE ); in identifyType1Font()
/dports/games/irrlamb/irrlamb-1.0.1/working/levels/caves_5/
H A Dcaves_5.lua30 Camera.SetPitch(15)
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfsound/
H A Dregs.h24 void SetPitch(int ch,unsigned short val);
/dports/games/irrlamb/irrlamb-1.0.1/src/objects/
H A Dorb.cpp82 Sound->SetPitch(ORB_PITCH); in _Orb()
173 Sound->SetPitch(ORB_PITCH * PercentLeft); in UpdateDeactivation()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qt5/
H A DQt5FontFace.cxx116 rFA.SetPitch(aFontInfo.fixedPitch() ? PITCH_FIXED : PITCH_VARIABLE); in fillAttributesFromQFont()
137 aFA.SetPitch(aFDB.isFixedPitch(aFamily, aStyle) ? PITCH_FIXED : PITCH_VARIABLE); in fromQFontDatabase()
/dports/games/easyrpg-player/Player-0.7.0/src/platform/3ds/
H A D3ds_audio.cpp82 bgm_decoder->SetPitch(is_new_3ds ? pitch : 100); in BGM_Play()
166 bgm_decoder->SetPitch(pitch); in BGM_Pitch()
200 dec->SetPitch(pitch); in SE_Play()
/dports/audio/soundtouch/soundtouch-2.3.1/source/SoundTouchDLL/
H A DSoundTouchDLL.pas192 procedure SetPitch(const Value: Single); procedure
226 property Pitch: Single read FPitch write SetPitch;
323 procedure TSoundTouch.SetPitch(const Value: Single); procedure
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/psf/peops2/
H A Dregs.h38 void SetPitch(int ch,unsigned short val);
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DStepKinematics_ScrewPair.hxx52 Standard_EXPORT void SetPitch (const Standard_Real thePitch);
/dports/cad/opencascade/opencascade-7.6.0/src/StepKinematics/
H A DStepKinematics_ScrewPair.hxx52 Standard_EXPORT void SetPitch (const Standard_Real thePitch);
H A DStepKinematics_ScrewPair.cxx66 void StepKinematics_ScrewPair::SetPitch (const Standard_Real thePitch) in SetPitch() function in StepKinematics_ScrewPair
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/ao/eng_psf/peops2/
H A Dregs.h39 void SetPitch(struct spu2_state_s *spu, int ch,unsigned short val);
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/misc/
H A Dswafopt.cxx65 aBulletFont.SetPitch( PITCH_DONTKNOW ); in SvxSwAutoFormatFlags()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/misc/
H A Dswafopt.cxx63 aBulletFont.SetPitch( PITCH_DONTKNOW ); in SvxSwAutoFormatFlags()

12345678910>>...12