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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dfont.cpp164 inline WXHFONT GetHFONT(void) const { return m_hFont; }
281 WXHFONT m_hFont; member in class:wxFontRefData
328 m_hFont = 0;
351 m_hFont = hFont;
379 long flId = m_hFont;
411 m_hFont = (WXHFONT)flId;
414 if (!m_hFont)
507 if(m_hFont)
528 if ( m_hFont )
532 m_hFont
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfont.cpp214 WXHFONT GetHFONT() const { return m_hFont; }
321 WXHFONT m_hFont; member in class:wxFontRefData
359 m_hFont = 0;
370 m_hFont = hFont;
399 m_hFont = (WXHFONT)hfont;
405 if ( m_hFont )
407 if ( !::DeleteObject((HFONT) m_hFont) )
412 m_hFont = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dfont.cpp205 WXHFONT GetHFONT() const { return m_hFont; }
311 WXHFONT m_hFont; member in class:wxFontRefData

Completed in 128 milliseconds