Searched refs:hashTableDeletedFontValue (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontPlatformData.h40 : m_font(hashTableDeletedFontValue())
75 static BFont* hashTableDeletedFontValue() { return reinterpret_cast<BFont*>(-1); } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontPlatformData.h47 , m_scaledFont(hashTableDeletedFontValue())
87 return m_scaledFont == hashTableDeletedFontValue();
104 static cairo_scaled_font_t* hashTableDeletedFontValue() { return reinterpret_cast<cairo_scaled_font_t*>(-1); } function in class:WebCore::FontPlatformData
H A DFontPlatformDataFreeType.cpp184 if (m_scaledFont && m_scaledFont != hashTableDeletedFontValue())
215 if (m_scaledFont && m_scaledFont != hashTableDeletedFontValue())
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontPlatformData.h41 , m_font(hashTableDeletedFontValue())
85 return m_font == hashTableDeletedFontValue();
101 static PangoFont *hashTableDeletedFontValue() { return reinterpret_cast<PangoFont*>(-1); } function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontPlatformDataAndroid.cpp87 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()
[all...]
H A DFontPlatformData.h65 : mTypeface(hashTableDeletedFontValue()) { }
67 return mTypeface == hashTableDeletedFontValue();
127 static SkTypeface* hashTableDeletedFontValue() { function in class:WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataLinux.h65 : m_typeface(hashTableDeletedFontValue())
125 bool isHashTableDeletedValue() const { return m_typeface == hashTableDeletedFontValue(); }
174 SkTypeface* hashTableDeletedFontValue() const { return reinterpret_cast<SkTypeface*>(-1); } function in class:WebCore::FontPlatformData
H A DFontPlatformDataChromiumWin.cpp45 : m_font(hashTableDeletedFontValue())
118 FontPlatformData::RefCountedHFONT* FontPlatformData::hashTableDeletedFontValue() function in class:WebCore::FontPlatformData
H A DFontPlatformDataChromiumWin.h66 bool isHashTableDeletedValue() const { return m_font == hashTableDeletedFontValue(); }
127 static RefCountedHFONT* hashTableDeletedFontValue();
H A DFontPlatformDataLinux.cpp194 if (m_typeface == hashTableDeletedFontValue()
195 || a.m_typeface == hashTableDeletedFontValue()
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontPlatformDataCairoWin.cpp88 if (m_scaledFont && m_scaledFont != hashTableDeletedFontValue())
107 if (m_scaledFont && m_scaledFont != hashTableDeletedFontValue())
/external/webkit/Source/WebCore/platform/graphics/
H A DFontPlatformData.h120 , 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); } function in class:WebCore::FontPlatformData
315 static cairo_scaled_font_t* hashTableDeletedFontValue() { return reinterpret_cast<cairo_scaled_font_t*>(-1); } function in class:WebCore::FontPlatformData

Completed in 601 milliseconds