Home
last modified time | relevance | path

Searched refs:getSourceById (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/src/
H A DCOLLADASaxFWLMeshLoader.cpp111 return getSourceById ( sourceId ); in getSourceByInputSemanticFromVertices()
187 SourceBase* sourceBase = getSourceById ( sourceId ); in loadPositionsSourceElement()
282 SourceBase* sourceBase = getSourceById ( sourceId ); in loadNormalsSourceElement()
375 SourceBase* sourceBase = getSourceById ( sourceId ); in loadColorsSourceElement()
419 SourceBase* sourceBase = getSourceById ( sourceId ); in loadTexTangentSourceElement()
463 SourceBase* sourceBase = getSourceById ( sourceId ); in loadTexBinormalSourceElement()
556 SourceBase* sourceBase = getSourceById ( sourceId ); in loadTexCoordsSourceElement()
756 const SourceBase* sourceBase = getSourceById ( sourceId ); in initializePositionsOffset()
780 … const SourceBase* sourceBase = getSourceById ( normalInput->getSource ().getFragment () ); in initializeNormalsOffset()
900 SourceBase* sourceBase = getSourceById ( sourceId ); in initializeColorsOffset()
[all …]
H A DCOLLADASaxFWLSplineLoader.cpp165 SourceBase* sourceBase = getSourceById ( sourceId ); in loadPositions()
257 SourceBase* sourceBase = getSourceById ( sourceId ); in loadOutTangents()
349 SourceBase* sourceBase = getSourceById ( sourceId ); in loadInTangents()
H A DCOLLADASaxFWLSourceArrayLoader.cpp127 const SourceBase* SourceArrayLoader::getSourceById ( const String& sourceId ) const in getSourceById() function in COLLADASaxFWL::SourceArrayLoader
139 SourceBase* SourceArrayLoader::getSourceById ( const String& sourceId ) in getSourceById() function in COLLADASaxFWL::SourceArrayLoader
H A DCOLLADASaxFWLLibraryControllersLoader.cpp394 SourceBase* sourceBase = getSourceById ( sourceId ); in begin__input____InputLocal()
487 SourceBase* sourceBase = getSourceById( sourceId ); in begin__input____InputLocal()
568 SourceBase* sourceBase = getSourceById ( sourceId ); in begin__input____InputLocalOffset()
H A DCOLLADASaxFWLLibraryAnimationsLoader.cpp502 const SourceBase* sourceBase = getSourceById ( sourceId ); in begin__input____InputLocal()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLSourceArrayLoader.h97 const SourceBase* getSourceById ( const String& sourceId ) const;
104 SourceBase* getSourceById ( const String& sourceId );
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/models/
H A DEventManager.ts164 source = this.getSourceById(EventSource.normalizeId(matchInput))
183 getSourceById(id) { method in EventManager
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/src/
H A DCalendar.ts1239 return this.eventManager.getSourceById(
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/fullcalendar/fullcalendar/dist/
H A Dfullcalendar.d.ts820 getSourceById(id: any): any;