Searched refs:IsFontFileExistInPath (Results 1 – 2 of 2) sorted by relevance
556 bool IsFontFileExistInPath(std::string path);
1848 if (!IsFontFileExistInPath(path)) { in CheckAndSetFontFamily()1850 if (!IsFontFileExistInPath(path)) { in CheckAndSetFontFamily()1864 bool AceContainer::IsFontFileExistInPath(std::string path) in IsFontFileExistInPath() function in OHOS::Ace::Platform::AceContainer