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

  /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/fonts/
FontPlatformData.h 65 : mTypeface(hashTableDeletedFontValue()) { }
67 return mTypeface == hashTableDeletedFontValue();
127 static SkTypeface* hashTableDeletedFontValue() {
FontPlatformDataAndroid.cpp 87 if (hashTableDeletedFontValue() != src.mTypeface) {
109 if (hashTableDeletedFontValue() != mTypeface) {
121 if (hashTableDeletedFontValue() != mTypeface) {
142 if (hashTableDeletedFontValue() != mTypeface) {
157 if (hashTableDeletedFontValue() != mTypeface) {
180 if (hashTableDeletedFontValue() != src.mTypeface) {
183 if (hashTableDeletedFontValue() != mTypeface) {
201 if (hashTableDeletedFontValue() == mTypeface)
219 if (hashTableDeletedFontValue() == mTypeface)
239 if (hashTableDeletedFontValue() == mTypeface)
    [all...]
  /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); }
FontPlatformDataFreeType.cpp 184 if (m_scaledFont && m_scaledFont != hashTableDeletedFontValue())
215 if (m_scaledFont && m_scaledFont != hashTableDeletedFontValue())
  /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/chromium/
FontPlatformDataLinux.h 65 : m_typeface(hashTableDeletedFontValue())
125 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); }
174 SkTypeface* hashTableDeletedFontValue() const { return reinterpret_cast<SkTypeface*>(-1); }
FontPlatformDataChromiumWin.h 66 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); }
127 static RefCountedHFONT* hashTableDeletedFontValue();
FontPlatformDataChromiumWin.cpp 45 : m_font(hashTableDeletedFontValue())
118 FontPlatformData::RefCountedHFONT* FontPlatformData::hashTableDeletedFontValue()
FontPlatformDataLinux.cpp 194 if (m_typeface == hashTableDeletedFontValue()
195 || a.m_typeface == hashTableDeletedFontValue()
  /external/webkit/Source/WebCore/platform/graphics/win/
FontPlatformDataCairoWin.cpp 88 if (m_scaledFont && m_scaledFont != hashTableDeletedFontValue())
107 if (m_scaledFont && m_scaledFont != hashTableDeletedFontValue())
  /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 767 milliseconds