Home
last modified time | relevance | path

Searched refs:GetFileName (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/ports/
DSkFontHost_none.cpp48 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, in GetFileName() function in SkFontHost
DSkFontHost_freetype_mac.cpp77 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, in GetFileName() function in SkFontHost
DSkFontHost_FONTPATH.cpp287 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, in GetFileName() function in SkFontHost
DSkFontHost_fontconfig.cpp320 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, in GetFileName() function in SkFontHost
DSkFontHost_simple.cpp584 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, in GetFileName() function in SkFontHost
DSkFontHost_linux.cpp557 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, in GetFileName() function in SkFontHost
DSkFontHost_android.cpp976 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, in GetFileName() function in SkFontHost
DSkFontHost_FreeType.cpp285 int length = SkFontHost::GetFileName(fontID, NULL, 0, &face_index); in ref_ft_face()
DSkFontHost_mac_coretext.cpp1813 size_t SkFontHost::GetFileName(SkFontID fontID, char path[], size_t length, in GetFileName() function in SkFontHost
/external/skia/include/core/
DSkFontHost.h119 static size_t GetFileName(SkFontID fontID, char path[], size_t length,
/external/webkit/Source/WebKit/android/plugins/
DANPTypefaceInterface.cpp63 size_t size = SkFontHost::GetFileName(SkTypeface::UniqueID(tf), fileName, in anp_getFontPath()
/external/chromium/net/disk_cache/
Dbackend_impl.h96 FilePath GetFileName(Addr address) const;
Dentry_impl.cc1139 int failure = !DeleteCacheFile(backend_->GetFileName(address)); in DeleteData()
1143 backend_->GetFileName(address).value() << " from the cache."; in DeleteData()
1180 if (file->Init(backend_->GetFileName(address))) in GetExternalFile()
Dbackend_impl.cc825 FilePath BackendImpl::GetFileName(Addr address) const { in GetFileName() function in disk_cache::BackendImpl
850 FilePath name = GetFileName(file_address); in CreateExternalFile()
Dbackend_unittest.cc2086 FilePath name = cache_impl_->GetFileName(address); in TEST_F()