Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLoadModule.h33 struct LoadModule struct
48 LoadModule(FileType type) : type(type) {} in LoadModule() argument
49 virtual ~LoadModule() in ~LoadModule() argument
54 virtual bool open(const string& path) { return false; } in open()
55 virtual bool open(const char* data, uint32_t size, bool copy) { return false; } in open()
56 virtual bool resize(Paint* paint, float w, float h) { return false; } in resize()
57 virtual void sync() {}; //finish immediately if any async update jobs. in sync()
81 struct ImageLoader : LoadModule argument