Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkTypeface.cpp51 uint32_t SkTypeface::UniqueID(const SkTypeface* face) { in UniqueID() function in SkTypeface
59 return SkTypeface::UniqueID(facea) == SkTypeface::UniqueID(faceb); in Equal()
DSkPaint.cpp1451 rec->fOrigFontID = SkTypeface::UniqueID(typeface); in MakeRec()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformDataAndroid.cpp220 return SkTypeface::UniqueID(0); in uniqueID()
222 return SkTypeface::UniqueID(mTypeface); in uniqueID()
242 h = SkTypeface::UniqueID(mTypeface); in hash()
/external/skia/include/core/
DSkTypeface.h69 static SkFontID UniqueID(const SkTypeface* face);
/external/webkit/Source/WebKit/android/plugins/
DANPTypefaceInterface.cpp63 size_t size = SkFontHost::GetFileName(SkTypeface::UniqueID(tf), fileName, in anp_getFontPath()
/external/skia/src/pdf/
DSkPDFFont.cpp542 SkFontHost::OpenStream(SkTypeface::UniqueID(typeface)); in get_subset_font_stream()
696 if (Find(SkTypeface::UniqueID(fTypeface.get()), fFirstGlyphID, &index) && in ~SkPDFFont()
742 const uint32_t fontID = SkTypeface::UniqueID(typeface); in GetFontResource()
1067 SkFontHost::OpenStream(SkTypeface::UniqueID(typeface())); in addFontDescriptor()
1112 SkTypeface::UniqueID(typeface()), in populate()
1211 SkFontHost::OpenStream(SkTypeface::UniqueID(typeface())); in addFontDescriptor()
/external/skia/src/ports/
DSkHarfBuzzFont.cpp169 uint32_t uniqueID = SkTypeface::UniqueID(font->getTypeface()); in GetFontTableFunc()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.cpp213 unsigned h = SkTypeface::UniqueID(m_typeface); in hash()