HomeSort by relevance Sort by last modified time
    Searched refs:uniqueID (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.cpp 209 SkFontID FontPlatformData::uniqueID() const
211 return m_typeface->uniqueID();
235 unsigned h = SkTypeface::UniqueID(m_typeface.get());
257 m_harfBuzzFace = HarfBuzzFace::create(const_cast<FontPlatformData*>(this), uniqueID());
  /external/skia/tests/
FontHostTest.cpp 49 SkDebugf("--- typeface returned 0 upem [%X]\n", face->uniqueID());
71 SkDebugf("--- typeface returned 0 glyphs [%X]\n", face->uniqueID());
123 SkFontID fontID = face->uniqueID();
DeferredCanvasTest.cpp 730 REPORTER_ASSERT(reporter, image1->uniqueID() == image2->uniqueID());
735 REPORTER_ASSERT(reporter, image1->uniqueID() != image3->uniqueID());
746 REPORTER_ASSERT(reporter, image4->uniqueID() != image3->uniqueID());
795 REPORTER_ASSERT(reporter, image1->uniqueID() != image2->uniqueID());
    [all...]
  /external/smack/src/org/xbill/DNS/
SimpleResolver.java 39 private static int uniqueID = 0;
312 id = new Integer(uniqueID++);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 300 uint64_t uniqueID = reinterpret_cast<uintptr_t>(font);
301 m_harfBuzzFace = HarfBuzzFace::create(const_cast<FontPlatformData*>(this), uniqueID);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.cpp 252 if (image->uniqueID() == m_lastImageId)
254 m_lastImageId = image->uniqueID();
  /external/chromium_org/third_party/isimpledom/
ISimpleDOMNode.idl 52 cpp_quote("// /* [out] */ unsigned int *uniqueID; // In Win32 accessible events we generate, the target's childID matches to this")
165 [out] unsigned int *uniqueID, // In Win32 accessible events we generate, the target's childID matches to this
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 61 uint32_t SkTypeface::UniqueID(const SkTypeface* face) {
65 return face->uniqueID();
69 return SkTypeface::UniqueID(facea) == SkTypeface::UniqueID(faceb);
SkScalerContext.cpp 145 uint32_t newFontID = newFace->uniqueID();
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkTypeface.cpp 61 uint32_t SkTypeface::UniqueID(const SkTypeface* face) {
65 return face->uniqueID();
69 return SkTypeface::UniqueID(facea) == SkTypeface::UniqueID(faceb);
SkScalerContext.cpp 145 uint32_t newFontID = newFace->uniqueID();
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDocument.cpp 271 SkFontID fontID = fontResources[font]->typeface()->uniqueID();
SkPDFFont.cpp 716 (Find(fTypeface->uniqueID(),
770 const uint32_t fontID = typeface->uniqueID();
    [all...]
  /external/skia/src/pdf/
SkPDFDocument.cpp 271 SkFontID fontID = fontResources[font]->typeface()->uniqueID();
SkPDFFont.cpp 716 (Find(fTypeface->uniqueID(),
770 const uint32_t fontID = typeface->uniqueID();
    [all...]
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 864 ALOGD("Run typeface = %p, uniqueID = %d, face = %p",
865 typeface, typeface->uniqueID(), face);
877 SkFontID fontId = typeface->uniqueID();
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp 640 (nextLogicalTypeface) ? nextLogicalTypeface->uniqueID() : 0));
SkFontHost_FreeType.cpp 267 const SkFontID fontID = typeface->uniqueID();
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_android.cpp 679 (nextLogicalTypeface) ? nextLogicalTypeface->uniqueID() : 0));
    [all...]
SkFontHost_FreeType.cpp 270 const SkFontID fontID = typeface->uniqueID();
    [all...]
  /external/chromium_org/chrome_frame/
CFInstance.js 555 * IE's uniqueID property.
562 return (!node) ? u : ( node.id || node.uniqueID || (node.id = u) );
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]

Completed in 7697 milliseconds

12 3