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

  /external/skia/legacy/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/src/core/
SkTypeface.cpp 52 uint32_t SkTypeface::UniqueID(const SkTypeface* face) {
56 return face->uniqueID();
60 return SkTypeface::UniqueID(facea) == SkTypeface::UniqueID(faceb);
  /external/skia/include/core/
SkTypeface.h 66 SkFontID uniqueID() const { return fUniqueID; }
68 /** Return the uniqueID for the specified typeface. If the face is null,
69 resolve it to the default font and return its uniqueID. Will never
72 static SkFontID UniqueID(const SkTypeface* face);
187 /** uniqueID must be unique (please!) and non-zero
189 SkTypeface(Style style, SkFontID uniqueID, bool isFixedWidth = false);
  /external/skia/legacy/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 222 uint32_t FontPlatformData::uniqueID() const
225 return SkTypeface::UniqueID(0);
227 return SkTypeface::UniqueID(m_typeface);
247 h = SkTypeface::UniqueID(m_typeface);
  /external/skia/tests/
FontHostStreamTest.cpp 94 const SkFontID typefaceID = SkTypeface::UniqueID(origTypeface);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 37 /// UniqueID - a numeric ID unique among all CUs in the module
39 unsigned UniqueID;
106 unsigned getUniqueID() const { return UniqueID; }
DwarfCompileUnit.cpp 37 : UniqueID(UID), Language(L), CUDie(D), Asm(A), DD(DW), DU(DWU),
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 548 SkFontHost::OpenStream(SkTypeface::UniqueID(typeface)));
709 (Find(SkTypeface::UniqueID(fTypeface.get()),
758 const uint32_t fontID = SkTypeface::UniqueID(typeface);
    [all...]
SkPDFDevice.cpp 110 SkTypeface::UniqueID(typeface),
    [all...]
  /external/skia/legacy/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/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/font/
Font.cpp 47 mFontId = SkTypeface::UniqueID(paint->getTypeface());
  /external/skia/src/device/xps/
SkXPSDevice.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 1076 milliseconds