Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ | |
FontPlatformDataWin.h | 147 HFONT hfont() const { return m_hfont; } 150 return StringHasher::hashMemory<sizeof(HFONT)>(&m_hfont); 155 return m_hfont == other.m_hfont; 161 RefCountedHFONT(HFONT hfont) : m_hfont(hfont) 165 HFONT m_hfont; member in class:WebCore::FontPlatformData::RefCountedHFONT |
UniscribeHelper.h | 241 , m_hfont(NULL) 331 HFONT m_hfont; member in struct:WebCore::UniscribeHelper::Shaping 400 // are redundant because m_hfont contains all the information. However, 406 // 'infer' their values from m_hfont ONLY when they're not set. 407 HFONT m_hfont; member in class:WebCore::UniscribeHelper |