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

/external/skia/src/ports/
H A DSkFontMgr_custom_directory.cpp14 class DirectorySystemFontLoader : public SkFontMgr_Custom::SystemFontLoader { class in inherits:SkFontMgr_Custom::SystemFontLoader
16 DirectorySystemFontLoader(const char* dir) : fBaseDirectory(dir) { } function in class:DirectorySystemFontLoader
103 return sk_make_sp<SkFontMgr_Custom>(DirectorySystemFontLoader(dir));
/external/skqp/src/ports/
H A DSkFontMgr_custom_directory.cpp14 class DirectorySystemFontLoader : public SkFontMgr_Custom::SystemFontLoader { class in inherits:SkFontMgr_Custom::SystemFontLoader
16 DirectorySystemFontLoader(const char* dir) : fBaseDirectory(dir) { } function in class:DirectorySystemFontLoader
103 return sk_make_sp<SkFontMgr_Custom>(DirectorySystemFontLoader(dir));

Completed in 162 milliseconds