Home
last modified time | relevance | path

Searched refs:CtrTexturePackageHeader (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp35 const CtrTexturePackageHeader* header = in GetTextureNum()
36 reinterpret_cast<const CtrTexturePackageHeader*>(pTexPackage); in GetTextureNum()
53 const CtrTexturePackageHeader &header = in GetTextureIndex()
54 *reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTextureIndex()
79 const CtrTexturePackageHeader *header = in GetTexture()
80 reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTexture()
88 …(((const char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texInd… in GetTexture()
120 const CtrTexturePackageHeader *header = in GetTextureInfo()
121 reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTextureInfo()
129 …(((const char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texInd… in GetTextureInfo()
[all …]
Dtpl_crc32.cpp164 const CtrTexturePackageHeader *header = in getTextureFilePath()
165 reinterpret_cast<const CtrTexturePackageHeader *>(infoData); in getTextureFilePath()
Dtpl_Internal.h96 struct CtrTexturePackageHeader struct