Searched refs:Tvg (Results 1 – 3 of 3) sorted by relevance
57 case FileType::Tvg: { in _find()77 case FileType::Tvg: { in _find()100 return _find(FileType::Tvg); in _find()
99 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()
60 enum class FileType { Png = 0, Jpg, Webp, Tvg, Svg, Lottie, Ttf, Raw, Gif, Unknown }; enumerator