Home
last modified time | relevance | path

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

/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp543 fontDirSet.emplace_back(SkString(dir)); in parseFontDir()
1067 if (fontDirSet.size() == 0) { in scanFonts()
1070 fontDirSet.emplace_back(SkString("fonts")); in scanFonts()
1072 fontDirSet.emplace_back(SkString("/system/fonts/")); in scanFonts()
1075 for (unsigned int i = 0; i < fontDirSet.size(); i++) { in scanFonts()
1076 DIR* dir = opendir(fontDirSet[i].c_str()); in scanFonts()
1078 err = logErrInfo(ERROR_DIR_NOT_FOUND, fontDirSet[i].c_str()); in scanFonts()
1099 HmSymbolConfig_OHOS::GetInstance()->ParseConfigOfHmSymbol(fname, fontDirSet[i]); in scanFonts()
1111 len += (fontDirSet[i].size() + 2); // 2 more characters for '/' and '\0' in scanFonts()
1114 strcpy_s(fullname, len, fontDirSet[ in scanFonts()
[all...]
H A DFontConfig_ohos.h194 std::vector<SkString> fontDirSet; // the directories where the fonts are member in FontConfig_OHOS

Completed in 3 milliseconds