Searched defs:m_hfont (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontPlatformDataChromiumWin.h106 HFONT hfont() const { return m_hfont; }
109 return StringHasher::hashMemory<sizeof(HFONT)>(&m_hfont);
114 return m_hfont == other.m_hfont;
120 RefCountedHFONT(HFONT hfont) : m_hfont(hfont)
124 HFONT m_hfont; member in class:WebCore::FontPlatformData::RefCountedHFONT
H A DUniscribeHelper.h227 , m_hfont(NULL)
317 HFONT m_hfont; member in struct:WebCore::UniscribeHelper::Shaping
383 // are redundant because m_hfont contains all the information. However,
389 // 'infer' their values from m_hfont ONLY when they're not set.
390 HFONT m_hfont; member in class:WebCore::UniscribeHelper
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontPlatformData.cpp102 OwnPtr<HFONT> m_hfont; member in class:WebCore::FixedSizeFontData
265 fontData->m_hfont.set(CreateFontIndirect(&winFont));
267 HGDIOBJ oldFont = SelectObject(g_screenDC, fontData->m_hfont.get());
276 langFontLink->GetFontCodePages(g_screenDC, fontData->m_hfont.get(), &fontData->m_codePages);
396 if (!m_private->m_rootFontData->m_hfont)
397 m_private->m_rootFontData->m_hfont.set(CreateFontIndirect(&m_private->m_rootFontData->m_font));
399 return m_private->m_rootFontData->m_hfont.get();
424 if (m_private->m_rootFontData->m_hfont) {
425 m_private->m_rootFontData->m_hfont.set(0);

Completed in 762 milliseconds