Home
last modified time | relevance | path

Searched refs:LoadModule (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLoadModule.h33 struct LoadModule struct
35 INLIST_ITEM(LoadModule);
48 LoadModule(FileType type) : type(type) {} in LoadModule() argument
49 virtual ~LoadModule() in ~LoadModule() argument
81 struct ImageLoader : LoadModule argument
88 ImageLoader(FileType type) : LoadModule(type) {} in ImageLoader()
101 struct FontLoader : LoadModule
105 FontLoader(FileType type) : LoadModule(type) {} in FontLoader()
DtvgLoader.h35 static LoadModule* loader(const string& path, bool* invalid);
36 static LoadModule* loader(const char* data, uint32_t size, const string& mimeType, bool copy);
37 static LoadModule* loader(const uint32_t* data, uint32_t w, uint32_t h, bool copy);
38 …static LoadModule* loader(const char* name, const char* data, uint32_t size, const string& mimeTyp…
39 static LoadModule* loader(const char* key);
41 static bool retrieve(LoadModule* loader);
DtvgLoader.cpp75 static Inlist<LoadModule> _activeLoaders;
78 static LoadModule* _find(FileType type) in _find()
178 static LoadModule* _findByPath(const string& path) in _findByPath()
211 static LoadModule* _findByType(const string& mimeType) in _findByType()
217 static LoadModule* _findFromCache(const string& path) in _findFromCache()
234 static LoadModule* _findFromCache(const char* data, uint32_t size, const string& mimeType) in _findFromCache()
282 bool LoaderMgr::retrieve(LoadModule* loader) in retrieve()
296 LoadModule* LoaderMgr::loader(const string& path, bool* invalid) in loader()
351 LoadModule* LoaderMgr::loader(const char* key) in loader()
366 LoadModule* LoaderMgr::loader(const char* data, uint32_t size, const string& mimeType, bool copy) in loader()
[all …]
DtvgRawLoader.cpp53 if (!LoadModule::read()) return true; in open()
82 LoadModule::read(); in read()
DtvgRawLoader.h37 using LoadModule::open;
DtvgLottieLoader.cpp94 LoadModule::read(); in header()
272 if (!LoadModule::read()) return true; in read()
DtvgSvgLoader.cpp3993 if (root || !LoadModule::read()) return true; in read()
4003 if (!LoadModule::close()) return false; in close()