HomeSort by relevance Sort by last modified time
    Searched refs:UniqueID (Results 1 - 10 of 10) sorted by null

  /external/skia/src/core/
SkTypeface.cpp 51 uint32_t SkTypeface::UniqueID(const SkTypeface* face) {
55 return face->uniqueID();
59 return SkTypeface::UniqueID(facea) == SkTypeface::UniqueID(faceb);
SkPaint.cpp     [all...]
  /external/skia/include/core/
SkTypeface.h 63 SkFontID uniqueID() const { return fUniqueID; }
65 /** Return the uniqueID for the specified typeface. If the face is null,
66 resolve it to the default font and return its uniqueID. Will never
69 static SkFontID UniqueID(const SkTypeface* face);
150 /** uniqueID must be unique (please!) and non-zero
152 SkTypeface(Style style, SkFontID uniqueID, bool isFixedWidth = false);
  /external/webkit/Source/WebKit/android/plugins/
ANPTypefaceInterface.cpp 63 size_t size = SkFontHost::GetFileName(SkTypeface::UniqueID(tf), fileName,
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformDataAndroid.cpp 217 uint32_t FontPlatformData::uniqueID() const
220 return SkTypeface::UniqueID(0);
222 return SkTypeface::UniqueID(mTypeface);
242 h = SkTypeface::UniqueID(mTypeface);
  /external/skia/src/pdf/
SkPDFFont.cpp 542 SkFontHost::OpenStream(SkTypeface::UniqueID(typeface));
696 if (Find(SkTypeface::UniqueID(fTypeface.get()), fFirstGlyphID, &index) &&
742 const uint32_t fontID = SkTypeface::UniqueID(typeface);
    [all...]
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 169 uint32_t uniqueID = SkTypeface::UniqueID(font->getTypeface());
171 const size_t tableSize = SkFontHost::GetTableSize(uniqueID, tag);
185 SkFontHost::GetTableData(uniqueID, tag, 0, tableSize, buffer);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp 183 SkFontID FontPlatformData::uniqueID() const
185 return m_typeface->uniqueID();
213 unsigned h = SkTypeface::UniqueID(m_typeface);
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 166 milliseconds