Searched refs:m_hFont (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.h125 DASSERT(m_hFont[i] != NULL);
126 return m_hFont[i];
131 DASSERT(m_hFont[0] != NULL);
132 return m_hFont[0];
246 HFONT* m_hFont; member in class:AwtFont
H A Dawt_TextComponent.h165 HFONT m_hFont; member in class:AwtTextComponent
H A Dawt_Font.cpp140 m_hFont = new HFONT[num];
143 m_hFont[i] = NULL;
153 delete[] m_hFont;
158 HFONT font = m_hFont[i];
168 m_hFont[i] = NULL;
305 awtFont->m_hFont[i] = hfonttmp;
345 awtFont->m_hFont[0] = CreateHFont(wEName, fontStyle, fontSize,
H A Dawt_TextComponent.cpp279 m_hFont = font->GetHFont(index);
280 SendMessage(WM_SETFONT, (WPARAM)m_hFont, MAKELPARAM(FALSE, 0));
391 GetObject(m_hFont, sizeof(LOGFONT), &lf);

Completed in 204 milliseconds