Home
last modified time | relevance | path

Searched refs:UniqueID (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkTypeface.cpp4 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { in UniqueID() function in SkTypeface
25 return SkTypeface::UniqueID(facea) == SkTypeface::UniqueID(faceb); in Equal()
DSkPaint.cpp1254 rec->fFontID = SkTypeface::UniqueID(paint.getTypeface()); in MakeRec()
/external/skia/include/core/
DSkTypeface.h68 static uint32_t UniqueID(const SkTypeface* face);
/external/webkit/WebKit/android/plugins/
DANPTypefaceInterface.cpp63 size_t size = SkFontHost::GetFileName(SkTypeface::UniqueID(tf), fileName, in anp_getFontPath()
/external/webkit/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.cpp160 unsigned h = SkTypeface::UniqueID(m_typeface); in hash()
/external/webkit/WebCore/platform/graphics/android/
DFontPlatformDataAndroid.cpp178 h = SkTypeface::UniqueID(mTypeface); in hash()