Home
last modified time | relevance | path

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

12

/NW4C-1.2.23/include/nw/ut/
Dut_ResDeclMacros.h26 #define NW_RES_FIELD_PRIMITIVE_DECL( type, name ) \ argument
40 #define NW_RES_FIELD_CLASS_DECL( type, name ) \ argument
44 #define NW_RES_FIELD_STRUCT_DECL( type, name ) \ argument
49 #define NW_RES_FIELD_VECTOR2_DECL( type, name ) \ argument
54 #define NW_RES_FIELD_VECTOR3_DECL( type, name ) \ argument
59 #define NW_RES_FIELD_RECT_DECL( type, name ) \ argument
64 #define NW_RES_FIELD_FLOAT_COLOR_DECL( type, name ) \ argument
70 #define NW_RES_FIELD_FLOAT_U32_COLOR_DECL( type, name ) \ argument
77 #define NW_RES_FIELD_RESSTRUCT_DECL( type, name ) \ argument
83 #define NW_RES_FIELD_CONST_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.2.23/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.cpp88 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_SoundPlayer.cpp171 void SoundPlayer::SetBiquadFilter( int type, float value ) in SetBiquadFilter()
/NW4C-1.2.23/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.cpp98 bool SmLytSliderBar::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmLytButton.cpp132 bool SmLytButton::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmTouchPanelCamera.cpp60 bool SmTouchPanelCamera::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
DSmButton.cpp149 bool SmButton::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
Ddemo.cpp695 Demo::ReceveMessage( SmMessageType type, void* object, uint targetId ) in ReceveMessage()
/NW4C-1.2.23/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.2.23/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.2.23/include/nw/snd/
Dsnd_SoundSystem.h795 static void SetSrcType( SrcType type ) in SetSrcType()
1085 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()
Dsnd_Util.h83 static nn::snd::InterpolationType GetInterpolationType( SrcType type ) in GetInterpolationType()
378 static NW_INLINE u32 GetMaskedItemId( u32 id, internal::ItemType type ) in GetMaskedItemId()
/NW4C-1.2.23/sources/libraries/font/
Dfont_Font.cpp44 GLenum type = GL_UNSIGNED_BYTE; in LoadTexture() local
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmMessage.h190 bool sendMessageSub( SmMessageType type, in sendMessageSub()
/NW4C-1.2.23/demos/snd/filter/sources/
Dmain.cpp53 const char* GetFilterTypeString( int type ) in GetFilterTypeString()
/NW4C-1.2.23/documents/CreativeStudio/html/assets/
Dtreeview-min.js7 …plete(J);});if(H){++this._animCount;this.fireEvent("animStart",{"node":J,"type":"expand"});H.anima… property

12