Searched refs:rFontPath (Results 1 – 2 of 2) sorted by relevance
173 const String& rFontPath = Application::GetFontPath(); in LoadFonts() local174 if( rFontPath.Len() > 0 ) in LoadFonts()175 AddFontPath( rFontPath ); in LoadFonts()188 void GlyphCache::AddFontPath( const String& rFontPath ) in AddFontPath() argument195 nBreaker2 = rFontPath.Search( ';', nBreaker1 ); in AddFontPath()200 osl::FileBase::getFileURLFromSystemPath( rFontPath.Copy( nBreaker1, nBreaker2 ), aUrlName ); in AddFontPath()
66 void AddFontPath( const String& rFontPath );
Completed in 19 milliseconds