Home
last modified time | relevance | path

Searched refs:Ttf (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLoader.cpp111 case FileType::Ttf: { in _find()
143 case FileType::Ttf: { in _find()
187 if (!ext.compare("ttf") || !ext.compare("ttc")) return _find(FileType::Ttf); in _findByPath()
188 if (!ext.compare("otf") || !ext.compare("otc")) return _find(FileType::Ttf); in _findByPath()
199 else if (mimeType == "ttf" || mimeType == "otf") type = FileType::Ttf; in _convert()
271 while (loader && loader->type == FileType::Ttf) { in term()
DtvgCommon.h60 enum class FileType { Png = 0, Jpg, Webp, Tvg, Svg, Lottie, Ttf, Raw, Gif, Unknown }; enumerator