Lines Matching refs:CTextureBundleXBT
36 CTextureBundleXBT::CTextureBundleXBT() in CTextureBundleXBT() function in CTextureBundleXBT
42 CTextureBundleXBT::CTextureBundleXBT(bool themeBundle) in CTextureBundleXBT() function in CTextureBundleXBT
48 CTextureBundleXBT::~CTextureBundleXBT(void) in ~CTextureBundleXBT()
53 void CTextureBundleXBT::CloseBundle() in CloseBundle()
62 bool CTextureBundleXBT::OpenBundle() in OpenBundle()
114 bool CTextureBundleXBT::HasFile(const std::string& Filename) in HasFile()
130 void CTextureBundleXBT::GetTexturesFromPath(const std::string &path, std::vector<std::string> &text… in GetTexturesFromPath()
150 bool CTextureBundleXBT::LoadTexture(const std::string& Filename, in LoadTexture()
176 int CTextureBundleXBT::LoadAnim(const std::string& Filename, in LoadAnim()
215 bool CTextureBundleXBT::ConvertFrameToTexture(const std::string& name, in ConvertFrameToTexture()
267 void CTextureBundleXBT::SetThemeBundle(bool themeBundle) in SetThemeBundle()
274 std::string CTextureBundleXBT::Normalize(const std::string &name) in Normalize()
285 uint8_t* CTextureBundleXBT::UnpackFrame(const CXBTFReader& reader, const CXBTFFrame& frame) in UnpackFrame()