Home
last modified time | relevance | path

Searched refs:infoData (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/tpl/CTR/
Dtpl_crc32.cpp162 const char *getTextureFilePath(const void *infoData, int index) in getTextureFilePath() argument
165 reinterpret_cast<const CtrTexturePackageHeader *>(infoData); in getTextureFilePath()
172 reinterpret_cast<const char *>(infoData) + texInfo->filePathOffset; in getTextureFilePath()
183 const char *filePath = getTextureFilePath(s.infoData, hash.index); in cmpTpkSearchData()
Dtpl_crc32.h31 const void *infoData; // テクスチャパッケージのヘッダ情報 member