Searched refs:ARCHandle (Results 1 – 7 of 7) sorted by relevance
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Arc.h | 72 } 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 …]
|
| D | lyt_ArcUtil.h | 64 ARCHandle* pArcHandle, in OpenTextureDir() 125 ARCHandle* pArcHandle, in OpenFontDir() 165 ARCHandle* pArcHandle,
|
| D | lyt_ArcResourceAccessor.h | 262 ARCHandle m_ArcHandle; 359 ARCHandle* GetArcHandle() in GetArcHandle() 365 ARCHandle m_ArcHandle;
|
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Arc.cpp | 104 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 …]
|
| D | lyt_ArcResourceAccessor.cpp | 105 ARCHandle* pArcHandle, in FindNameResource() 150 ARCHandle* pArcHandle, in GetResourceSub() 416 ARCHandle* pArcHandle = it->GetArcHandle(); in GetResource()
|
| D | lyt_ArcUtil.cpp | 33 ARCHandle* pArcHandle, in OpenResourceDir()
|
| /NW4C-2.0.3/demos/lyt/texVram/sources/ |
| D | main.cpp | 154 nw::lyt::ARCHandle arcHandle; in SetTexAreaToVRAM()
|