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

  /external/webkit/WebCore/platform/graphics/android/
FontPlatformData.h 59 : mTypeface(hashTableDeletedFontValue()) { }
61 return mTypeface == hashTableDeletedFontValue();
81 static SkTypeface* hashTableDeletedFontValue() {
FontPlatformDataAndroid.cpp 75 if (hashTableDeletedFontValue() != src.mTypeface) {
92 if (hashTableDeletedFontValue() != mTypeface) {
103 if (hashTableDeletedFontValue() != mTypeface) {
125 if (hashTableDeletedFontValue() != mTypeface) {
132 if (hashTableDeletedFontValue() != src.mTypeface) {
135 if (hashTableDeletedFontValue() != mTypeface) {
175 if (hashTableDeletedFontValue() == mTypeface) {
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformData.h 51 : m_pattern(hashTableDeletedFontValue())
55 , m_font(hashTableDeletedFontValue())
106 return m_pattern == hashTableDeletedFontValue();
108 return m_font == hashTableDeletedFontValue();
134 static FcPattern *hashTableDeletedFontValue() { return reinterpret_cast<FcPattern*>(-1); }
136 static PangoFont *hashTableDeletedFontValue() { return reinterpret_cast<PangoFont*>(-1); }
  /external/webkit/WebCore/platform/graphics/haiku/
FontPlatformData.h 40 : m_font(hashTableDeletedFontValue())
75 static BFont* hashTableDeletedFontValue() { return reinterpret_cast<BFont*>(-1); }
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 61 : m_typeface(hashTableDeletedFontValue())
108 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); }
150 SkTypeface* hashTableDeletedFontValue() const { return reinterpret_cast<SkTypeface*>(-1); }
FontPlatformDataChromiumWin.h 65 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); }
123 static RefCountedHFONT* hashTableDeletedFontValue();
FontPlatformDataChromiumWin.cpp 45 : m_font(hashTableDeletedFontValue())
118 FontPlatformData::RefCountedHFONT* FontPlatformData::hashTableDeletedFontValue()
FontPlatformDataLinux.cpp 144 if (m_typeface == hashTableDeletedFontValue()
145 || a.m_typeface == hashTableDeletedFontValue()
  /external/webkit/WebCore/platform/graphics/mac/
FontPlatformData.h 83 FontPlatformData(WTF::HashTableDeletedValueType) : m_font(hashTableDeletedFontValue()) { }
84 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); }
128 static NSFont *hashTableDeletedFontValue() { return reinterpret_cast<NSFont *>(-1); }

Completed in 56 milliseconds