Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 47) sorted by relevance

12

/NW4C-1.3.3/include/nw/ut/
Dut_ResDeclMacros.h27 #define NW_RES_FIELD_PRIMITIVE_DECL( type, name ) \ argument
31 #define NW_RES_FIELD_FLAGS_DECL( type, name ) \ argument
46 #define NW_RES_FIELD_CLASS_DECL( type, name ) \ argument
50 #define NW_RES_FIELD_STRUCT_DECL( type, name ) \ argument
55 #define NW_RES_FIELD_VECTOR2_DECL( type, name ) \ argument
60 #define NW_RES_FIELD_VECTOR3_DECL( type, name ) \ argument
65 #define NW_RES_FIELD_RECT_DECL( type, name ) \ argument
72 #define NW_RES_FIELD_FLOAT_COLOR_DECL( type, name ) \ argument
78 #define NW_RES_FIELD_FLOAT_U32_COLOR_DECL( type, name ) \ argument
85 #define NW_RES_FIELD_RESSTRUCT_DECL( type, name ) \ argument
[all …]
Dut_ResArrayTypes.h72 typedef internal::ResArray< T, internal::ResArrayPrimitiveTraits > type; typedef
80 typedef internal::ResArray< T, internal::ResArrayClassTraits > type; typedef
88 typedef internal::ResArray< T, internal::ResArrayDicTraits<ResDicLinearData>::Traits > type; typedef
96 typedef internal::ResArray< T, internal::ResArrayDicTraits<ResDicPatriciaData>::Traits > type; typedef
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_BiquadFilterPresets.cpp605 int type, in GetCoefficients()
630 int type, in GetCoefficients()
655 int type, in GetCoefficients()
683 int type, in GetCoefficients()
711 int type, in GetCoefficients()
Dsnd_Debug.cpp107 DebugWarningFlag Debug_GetDebugWarningFlagFromSoundType( DebugSoundType type ) in Debug_GetDebugWarningFlagFromSoundType()
123 const char* Debug_GetSoundTypeString( DebugSoundType type ) in Debug_GetSoundTypeString()
Dsnd_BasicSoundPlayer.cpp89 void BasicSoundPlayer::SetBiquadFilter( int type, float value ) in SetBiquadFilter()
Dsnd_HardwareManager.cpp124 void HardwareManager::SetSrcType( SrcType type ) in SetSrcType()
336 void HardwareManager::SetBiquadFilterCallback( int type, const BiquadFilterCallback* cb ) in SetBiquadFilterCallback()
Dsnd_Sound3DManager.cpp286 void Sound3DManager::SetBiquadFilterType( int type ) in SetBiquadFilterType()
Dsnd_BasicSound.cpp924 void BasicSound::SetBiquadFilter( int type, f32 value ) in SetBiquadFilter()
929 void BasicSound::GetBiquadFilter( int* type, f32* value ) const in GetBiquadFilter()
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmSliderBar.cpp32 SmSliderBar::SmSliderBar( uint x, uint y, uint length, SmSliderBarType type ) in SmSliderBar()
105 bool SmSliderBar::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmLytSliderBar.cpp97 bool SmLytSliderBar::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmLytButton.cpp132 bool SmLytButton::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmButton.cpp149 bool SmButton::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmTouchPanelCamera.cpp60 bool SmTouchPanelCamera::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp55 const char* GetHioSoundArchiveFilePath( DirType type ) in GetHioSoundArchiveFilePath()
61 const char* GetHioLatestCopyFilePath( DirType type ) in GetHioLatestCopyFilePath()
67 bool OpenLatestCopyFile( nn::hio::HostFile& file, DirType type ) in OpenLatestCopyFile()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_TextBox.h299 const ut::Color8 GetTextColor(u32 type) const in GetTextColor()
317 void SetTextColor(u32 type, ut::Color8 value) in SetTextColor()
/NW4C-1.3.3/sources/libraries/ut/
Dut_HeapBase.cpp236 u32 HeapBase::SetFillValue( FillType type, u32 val ) in SetFillValue()
257 u32 HeapBase::GetFillValue( FillType type ) in GetFillValue()
/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundSystem.h818 static void SetSrcType( SrcType type ) in SetSrcType()
1119 static void SetBiquadFilterCallback( int type, const BiquadFilterCallback* biquad ) in SetBiquadFilterCallback()
Dsnd_SoundHandle.h441 void SetBiquadFilter( int type, f32 value ) in SetBiquadFilter()
Dsnd_HardwareManager.h113 const BiquadFilterCallback* GetBiquadFilterCallback( int type ) in GetBiquadFilterCallback()
Dsnd_Channel.h168 void SetLfoTarget( LfoTarget type ) { m_LfoTarget = type; } in SetLfoTarget()
195 void SetInterpolationType( u8 type ) { m_InterpolationType = type; } in SetInterpolationType()
/NW4C-1.3.3/sources/libraries/font/
Dfont_Font.cpp44 GLenum type = GL_UNSIGNED_BYTE; in LoadTexture() local
/NW4C-1.3.3/demos/snd/sound3d/sources/
DSound3dApp.cpp32 const char* GetFilterTypeString( int type ) in GetFilterTypeString()
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmMessage.h190 bool sendMessageSub( SmMessageType type, in sendMessageSub()
/NW4C-1.3.3/demos/snd/filter/sources/
Dmain.cpp53 const char* GetFilterTypeString( int type ) in GetFilterTypeString()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp178 u16 type; in GetConstRegCommandSize() member
451 u16 type; in BuildConstRegCommand() member

12