Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/sources/libraries/tpl/CTR/
Dtpl_ReadTexturePackage.cpp35 const CtrTexturePackageHeader* header = in GetTextureNum()
36 reinterpret_cast<const CtrTexturePackageHeader*>(pTexPackage); in GetTextureNum()
52 const CtrTexturePackageHeader &header = in GetTextureIndex()
53 *reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTextureIndex()
76 const CtrTexturePackageHeader *header = in GetTexture()
77 reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTexture()
85 …(((const char*)pTexPackage) + (sizeof(CtrTexturePackageHeader)) + (sizeof(CtrTextureInfo) * texInd… in GetTexture()
116 const CtrTexturePackageHeader *header = in GetTextureInfo()
117 reinterpret_cast<const CtrTexturePackageHeader *>(pTexPackage); in GetTextureInfo()
125 …(((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