Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DTextureManager.h83 void moveExternalTextureCollectionUp(const String& name);
H A DTextureManager.cpp105 void TextureManager::moveExternalTextureCollectionUp(const String& name) { in moveExternalTextureCollectionUp() function in TrenchBroom::Assets::TextureManager
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DMapDocumentCommandFacade.cpp1011 m_textureManager->moveExternalTextureCollectionUp(name); in performMoveExternalTextureCollectionUp()