Home
last modified time | relevance | path

Searched refs:Tvg (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgSaver.cpp57 case FileType::Tvg: { in _find()
77 case FileType::Tvg: { in _find()
100 return _find(FileType::Tvg); in _find()
DtvgLoader.cpp99 case FileType::Tvg: { in _find()
135 case FileType::Tvg: { in _find()
181 if (!ext.compare("tvg")) return _find(FileType::Tvg); in _findByPath()
197 if (mimeType == "tvg") type = FileType::Tvg; in _convert()
DtvgCommon.h60 enum class FileType { Png = 0, Jpg, Webp, Tvg, Svg, Lottie, Ttf, Raw, Gif, Unknown }; enumerator