Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_descriptor_cache.cpp110 std::vector<Drawing::FontByteArray> fullNameVec; in ProcessInstalledFontPath() local
111 int ret = fontMgr->GetFontFullName(fd, fullNameVec); in ProcessInstalledFontPath()
113 if (ret != Drawing::FontCheckCode::SUCCESSED || fullNameVec.empty()) { in ProcessInstalledFontPath()
117 for (const auto& fullName : fullNameVec) { in ProcessInstalledFontPath()

Completed in 2 milliseconds