Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 15 of 15) sorted by relevance

/NW4C-1.3.3/demos/font/OldResFont/sources/
Dmain.cpp153 const wchar_t* filePath in InitFont() argument
157 nn::fs::FileReader fontReader(filePath); in InitFont()
/NW4C-1.3.3/include/nw/snd/
Dsnd_HioSoundArchive.h98 bool Open( const char* filePath );
Dsnd_RomSoundArchive.h82 bool Open( const char* filePath );
Dsnd_SoundArchiveFile.h505 char filePath[1]; member
/NW4C-1.3.3/demos/gfx/AnimationBlendDemo/sources/
DAnimationBlendDemo.cpp184 const wchar_t* filePath in CreateTransformAnimEvaluator() argument
188 …nw::demo::ResourceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_De… in CreateTransformAnimEvaluator()
230 const wchar_t* filePath in CreateMaterialAnimEvaluator() argument
235 …nw::demo::ResourceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_De… in CreateMaterialAnimEvaluator()
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_ExpDialog.mel307 proc SaveSettingFileFolder(string $filePath)
309 string $settingFolder = substitute("[^/]*$", $filePath, "");
345 global proc nw4cExpDialog_SaveSettingToFileDo(string $filePath)
353 if (match("\\.c3es$", $filePath) == "")
355 $filePath += ".c3es";
729 int $fid = fopen($filePath, "w");
732 ShowError("Can't open file: " + $filePath);
845 print ("Saved to " + $filePath + "\n");
851 global proc nw4cExpDialog_SaveSettingToFileFC(string $filePath, string $fileType)
855 SaveSettingFileFolder($filePath);
[all …]
/NW4C-1.3.3/demos/font/ResFont/sources/
Dmain.cpp204 const wchar_t* filePath in InitFont() argument
208 nn::fs::FileReader fontReader(filePath); in InitFont()
/NW4C-1.3.3/demos/gfx/PartialAnimationDemo/sources/
DPartialAnimationDemo.cpp173 const wchar_t* filePath in CreateTransformAnimEvaluator() argument
178 …nw::demo::ResourceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_De… in CreateTransformAnimEvaluator()
/NW4C-1.3.3/demos/gfx/AnimationDemo/sources/
DAnimationDemo.cpp171 const wchar_t* filePath in CreateTransformAnimEvaluator() argument
175 …nw::demo::ResourceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_De… in CreateTransformAnimEvaluator()
/NW4C-1.3.3/demos/gfx/AnimationChangeDemo/sources/
DAnimationChangeDemo.cpp169 BuildTransformAnimResource(const wchar_t* filePath) in BuildTransformAnimResource() argument
173 …nw::demo::ResourceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_De… in BuildTransformAnimResource()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_Utility.cpp440 const wchar_t* filePath, in LoadFile() argument
446 nn::Result result = fileReader.TryInitialize(filePath); in LoadFile()
/NW4C-1.3.3/include/nw/demo/
Ddemo_Utility.h102 const wchar_t* filePath,
/NW4C-1.3.3/demos/gfx/ProjectionShadowDemo/sources/
DProjectionShadowDemo.cpp443 const wchar_t* filePath in CreateTransformAnimEvaluator() argument
448 …nw::demo::ResourceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_De… in CreateTransformAnimEvaluator()
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchiveFileReader.cpp310 info->externalFilePath = location->filePath; in ReadFileInfo()
/NW4C-1.3.3/demos/gfx/ShadowMapDemo/sources/
DShadowMapDemo.cpp450 const wchar_t* filePath in CreateTransformAnimEvaluator() argument
455 …nw::demo::ResourceSet* resourceSet = nw::demo::Utility::LoadResources(s_Resources, filePath, &s_De… in CreateTransformAnimEvaluator()