HomeSort by relevance Sort by last modified time
    Searched defs:hashTableDeletedFontValue (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataChromiumWin.cpp 45 : m_font(hashTableDeletedFontValue())
118 FontPlatformData::RefCountedHFONT* FontPlatformData::hashTableDeletedFontValue()
FontPlatformDataLinux.h 65 : m_typeface(hashTableDeletedFontValue())
125 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); }
174 SkTypeface* hashTableDeletedFontValue() const { return reinterpret_cast<SkTypeface*>(-1); }
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontPlatformData.h 40 : m_font(hashTableDeletedFontValue())
75 static BFont* hashTableDeletedFontValue() { return reinterpret_cast<BFont*>(-1); }
  /external/webkit/Source/WebCore/platform/graphics/android/
FontPlatformData.h 65 : mTypeface(hashTableDeletedFontValue()) { }
67 return mTypeface == hashTableDeletedFontValue();
122 static SkTypeface* hashTableDeletedFontValue() {
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontPlatformData.h 47 , m_scaledFont(hashTableDeletedFontValue())
87 return m_scaledFont == hashTableDeletedFontValue();
104 static cairo_scaled_font_t* hashTableDeletedFontValue() { return reinterpret_cast<cairo_scaled_font_t*>(-1); }
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h 41 , m_font(hashTableDeletedFontValue())
85 return m_font == hashTableDeletedFontValue();
101 static PangoFont *hashTableDeletedFontValue() { return reinterpret_cast<PangoFont*>(-1); }
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.h 120 , m_font(hashTableDeletedFontValue())
125 , m_scaledFont(hashTableDeletedFontValue())
286 return m_font == hashTableDeletedFontValue();
288 return m_scaledFont == hashTableDeletedFontValue();
309 static NSFont* hashTableDeletedFontValue() { return reinterpret_cast<NSFont *>(-1); }
315 static cairo_scaled_font_t* hashTableDeletedFontValue() { return reinterpret_cast<cairo_scaled_font_t*>(-1); }

Completed in 1905 milliseconds