Searched defs:ImageLoader (Results 1 – 1 of 1) sorted by relevance
81 struct ImageLoader : LoadModule struct88 ImageLoader(FileType type) : LoadModule(type) {} in ImageLoader() argument90 virtual bool animatable() { return false; } //true if this loader supports animation. in animatable()91 virtual Paint* paint() { return nullptr; } in paint()93 virtual RenderSurface* bitmap() in bitmap()