Home
last modified time | relevance | path

Searched refs:GetImageLibrary (Results 1 – 5 of 5) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDocument.h333 inline FCDImageLibrary* GetImageLibrary() { return imageLibrary; } in GetImageLibrary() function
334 inline const FCDImageLibrary* GetImageLibrary() const { return imageLibrary; } /**< See above. */ in GetImageLibrary() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDocument.cpp378 doc->GetImageLibrary()->GetEntityCount(); in CreateLibraryFunctions()
379 doc->GetImageLibrary()->GetEntity(0); in CreateLibraryFunctions()
H A DFCDocument.h333 inline FCDImageLibrary* GetImageLibrary() { return imageLibrary; } in GetImageLibrary() function
334 inline const FCDImageLibrary* GetImageLibrary() const { return imageLibrary; } /**< See above. */ in GetImageLibrary() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FColladaPlugins/FArchiveXML/
H A DFAXMaterialImport.cpp1172 FCDImage* image = effectProfile->GetDocument()->GetImageLibrary()->AddEntity(); in LoadEffectProfile()
1444 FCDImage* image = effectTechnique->GetDocument()->GetImageLibrary()->AddEntity(); in LoadEffectTechnique()
1478 FCDImage* image = effect->GetDocument()->GetImageLibrary()->AddEntity(); in LoadEffect()
H A DFArchiveXML.cpp679 …case IMAGE: status &= (FArchiveXML::LoadImageLibrary(theDocument->GetImageLibrary(), n.node)); bre… in Import()
851 EXPORT_LIBRARY(theDocument->GetImageLibrary(), DAE_LIBRARY_IMAGE_ELEMENT); in ExportDocument()