Home
last modified time | relevance | path

Searched refs:ARCHandle (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Arc.h72 } ARCHandle; typedef
80 ARCHandle* handle;
92 ARCHandle* handle;
104 ARCHandle* handle;
129 bool ARCInitHandle(void* arcStart, ARCHandle* handle);
155 bool ARCOpen(ARCHandle* handle, const wchar_t* fileName, ARCFileInfo* af);
183 bool ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af);
211 NW_INLINE bool ARCOpen(ARCHandle* handle, ARCDirEntry* dirent, ARCFileInfo* af) in ARCOpen()
241 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr);
258 bool ARCEntrynumIsDir(const ARCHandle * handle, s32 entrynum);
[all …]
Dlyt_ArcUtil.h64 ARCHandle* pArcHandle, in OpenTextureDir()
125 ARCHandle* pArcHandle, in OpenFontDir()
165 ARCHandle* pArcHandle,
Dlyt_ArcResourceAccessor.h262 ARCHandle m_ArcHandle;
359 ARCHandle* GetArcHandle() in GetArcHandle()
365 ARCHandle m_ArcHandle;
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Arc.cpp104 bool ARCInitHandle(void* arcStart, ARCHandle* handle) in ARCInitHandle()
129 bool ARCOpen(ARCHandle* handle, const wchar_t* fileName, ARCFileInfo* af) in ARCOpen()
173 bool ARCFastOpen(ARCHandle* handle, s32 entrynum, ARCFileInfo* af) in ARCFastOpen()
232 s32 ARCConvertPathToEntrynum(ARCHandle* handle, const wchar_t* pathPtr) in ARCConvertPathToEntrynum()
345 bool ARCEntrynumIsDir( const ARCHandle * handle, s32 entrynum ) in ARCEntrynumIsDir()
395 static u32 entryToPath(ARCHandle* handle, u32 entry, wchar_t* path, u32 maxlen) in entryToPath()
437 static bool ARCConvertEntrynumToPath(ARCHandle* handle, s32 entrynum, wchar_t* path, u32 maxlen) in ARCConvertEntrynumToPath()
492 bool ARCGetCurrentDir(ARCHandle* handle, wchar_t* path, u32 maxlen) in ARCGetCurrentDir()
502 ARCHandle* handle; in ARCGetStartAddrInMem()
530 bool ARCChangeDir(ARCHandle* handle, const wchar_t* dirName) in ARCChangeDir()
[all …]
Dlyt_ArcResourceAccessor.cpp105 ARCHandle* pArcHandle, in FindNameResource()
150 ARCHandle* pArcHandle, in GetResourceSub()
416 ARCHandle* pArcHandle = it->GetArcHandle(); in GetResource()
Dlyt_ArcUtil.cpp33 ARCHandle* pArcHandle, in OpenResourceDir()
/NW4C-2.0.3/demos/lyt/texVram/sources/
Dmain.cpp154 nw::lyt::ARCHandle arcHandle; in SetTexAreaToVRAM()