Searched refs:GetFontStruct (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dfont.h99 WXFontStructPtr GetFontStruct(double scale = 1.0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dfont.h99 WXFontStructPtr GetFontStruct(double scale = 1.0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dfont.cpp582 WXFontStructPtr wxFont::GetFontStruct(double scale, WXDisplay* display) const function in class:wxFont
676 WXFontStructPtr pFontStruct = font.GetFontStruct(scale, display);
H A Ddcclient.cpp1407 WXFontStructPtr pFontStruct = m_font.GetFontStruct(m_userScaleY*m_logicalScaleY, m_display);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dwindow.cpp1033 WXFontStructPtr pFontStruct = font.GetFontStruct(1.0, wxGlobalDisplay());
1061 WXFontStructPtr pFontStruct = font.GetFontStruct(1.0, wxGlobalDisplay());
1115 WXFontStructPtr pFontStruct = fontToUse.GetFontStruct(1.0, wxGlobalDisplay());
H A Ddcclient.cpp1548 XFontStruct *xfont = (XFontStruct*) m_font.GetFontStruct( m_scaleY, m_display );
1657 XFontStruct *xfont = (XFontStruct*) fontToUse.GetFontStruct( m_scaleY, m_display );
1699 XFontStruct *xfont = (XFontStruct*) m_font.GetFontStruct( m_scaleY, m_display );
1733 XFontStruct *xfont = (XFontStruct*) m_font.GetFontStruct( m_scaleY, m_display );
H A Dfont.cpp922 WXFontStructPtr wxFont::GetFontStruct(double scale, WXDisplay* display) const function in class:wxFont

Completed in 143 milliseconds