Home
last modified time | relevance | path

Searched refs:typeFaces (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_manager.cpp125 vector<TypeFace> typeFaces; in GetTypeFaces() local
126 GetTypeFacesByFile(typeFaces, filePath); in GetTypeFaces()
127 return typeFaces; in GetTypeFaces()
132 vector<TypeFace> typeFaces; in GetTypeFaces() local
134 GetTypeFacesByDir(typeFaces, dir); in GetTypeFaces()
136 return typeFaces; in GetTypeFaces()
245 void FontManager::GetTypeFacesByFile(vector<TypeFace>& typeFaces, string_view path) in GetTypeFacesByFile() argument
280 typeFaces.push_back(InitTypeFace(face, path, entry.name)); in GetTypeFacesByFile()
302 void FontManager::GetTypeFacesByDir(vector<TypeFace>& typeFaces, string_view path) in GetTypeFacesByDir() argument
315 GetTypeFacesByFile(typeFaces, pat in GetTypeFacesByDir()
[all...]
H A Dfont_manager.h167 void GetTypeFacesByFile(BASE_NS::vector<TypeFace>& typeFaces, BASE_NS::string_view path);
168 void GetTypeFacesByDir(BASE_NS::vector<TypeFace>& typeFaces, BASE_NS::string_view path);

Completed in 2 milliseconds