Home
last modified time | relevance | path

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

12

/NW4C-2.0.3/include/nw/ut/
Dut_ResDeclMacros.h29 #define NW_RES_FIELD_PRIMITIVE_DECL( type, name ) \ argument
33 #define NW_RES_FIELD_FLAGS_DECL( type, name ) \ argument
48 #define NW_RES_FIELD_CLASS_DECL( type, name ) \ argument
52 #define NW_RES_FIELD_STRUCT_DECL( type, name ) \ argument
57 #define NW_RES_FIELD_VECTOR2_DECL( type, name ) \ argument
62 #define NW_RES_FIELD_VECTOR3_DECL( type, name ) \ argument
67 #define NW_RES_FIELD_RECT_DECL( type, name ) \ argument
74 #define NW_RES_FIELD_FLOAT_COLOR_DECL( type, name ) \ argument
80 #define NW_RES_FIELD_FLOAT_U32_COLOR_DECL( type, name ) \ argument
87 #define NW_RES_FIELD_RESSTRUCT_DECL( type, name ) \ argument
[all …]
Dut_ResArrayTypes.h74 typedef internal::ResArray< T, internal::ResArrayPrimitiveTraits > type; typedef
82 typedef internal::ResArray< T, internal::ResArrayClassTraits > type; typedef
90 typedef internal::ResArray< T, internal::ResArrayDicTraits<ResDicLinearData>::Traits > type; typedef
98 typedef internal::ResArray< T, internal::ResArrayDicTraits<ResDicPatriciaData>::Traits > type; typedef
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_BiquadFilterPresets.cpp607 int type, in GetCoefficients()
632 int type, in GetCoefficients()
657 int type, in GetCoefficients()
685 int type, in GetCoefficients()
713 int type, in GetCoefficients()
Dsnd_Debug.cpp109 DebugWarningFlag Debug_GetDebugWarningFlagFromSoundType( DebugSoundType type ) in Debug_GetDebugWarningFlagFromSoundType()
125 const char* Debug_GetSoundTypeString( DebugSoundType type ) in Debug_GetSoundTypeString()
Dsnd_BasicSoundPlayer.cpp91 void BasicSoundPlayer::SetBiquadFilter( int type, float value ) in SetBiquadFilter()
Dsnd_HardwareManager.cpp126 void HardwareManager::SetSrcType( SrcType type ) in SetSrcType()
370 void HardwareManager::SetBiquadFilterCallback( int type, const BiquadFilterCallback* cb ) in SetBiquadFilterCallback()
Dsnd_Sound3DManager.cpp288 void Sound3DManager::SetBiquadFilterType( int type ) in SetBiquadFilterType()
Dsnd_BasicSound.cpp931 void BasicSound::SetBiquadFilter( int type, f32 value ) in SetBiquadFilter()
936 void BasicSound::GetBiquadFilter( int* type, f32* value ) const in GetBiquadFilter()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmSliderBar.cpp34 SmSliderBar::SmSliderBar( uint x, uint y, uint length, SmSliderBarType type ) in SmSliderBar()
107 bool SmSliderBar::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmLytSliderBar.cpp99 bool SmLytSliderBar::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmButton.cpp151 bool SmButton::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmTouchPanelCamera.cpp62 bool SmTouchPanelCamera::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmLytButton.cpp134 bool SmLytButton::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
/NW4C-2.0.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp57 const char* GetHioSoundArchiveFilePath( DirType type ) in GetHioSoundArchiveFilePath()
63 const char* GetHioLatestCopyFilePath( DirType type ) in GetHioLatestCopyFilePath()
69 bool OpenLatestCopyFile( nn::hio::HostFile& file, DirType type ) in OpenLatestCopyFile()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_TextBox.h301 const ut::Color8 GetTextColor(u32 type) const in GetTextColor()
319 void SetTextColor(u32 type, ut::Color8 value) in SetTextColor()
/NW4C-2.0.3/sources/libraries/ut/
Dut_HeapBase.cpp238 u32 HeapBase::SetFillValue( FillType type, u32 val ) in SetFillValue()
259 u32 HeapBase::GetFillValue( FillType type ) in GetFillValue()
/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundSystem.h847 static void SetSrcType( SrcType type ) in SetSrcType()
1148 static void SetBiquadFilterCallback( int type, const BiquadFilterCallback* biquad ) in SetBiquadFilterCallback()
Dsnd_SoundHandle.h461 void SetBiquadFilter( int type, f32 value ) in SetBiquadFilter()
Dsnd_HardwareManager.h119 const BiquadFilterCallback* GetBiquadFilterCallback( int type ) in GetBiquadFilterCallback()
Dsnd_Channel.h170 void SetLfoTarget( LfoTarget type ) { m_LfoTarget = type; } in SetLfoTarget()
197 void SetInterpolationType( u8 type ) { m_InterpolationType = type; } in SetInterpolationType()
/NW4C-2.0.3/sources/libraries/font/
Dfont_Font.cpp46 GLenum type = GL_UNSIGNED_BYTE; in LoadTexture() local
/NW4C-2.0.3/demos/snd/sound3d/sources/
DSound3dApp.cpp34 const char* GetFilterTypeString( int type ) in GetFilterTypeString()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmMessage.h193 bool sendMessageSub( SmMessageType type, in sendMessageSub()
/NW4C-2.0.3/demos/snd/filter/sources/
Dmain.cpp55 const char* GetFilterTypeString( int type ) in GetFilterTypeString()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp180 u16 type; in GetConstRegCommandSize() member
453 u16 type; in BuildConstRegCommand() member

12