Searched refs:m_fontdesc (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcscreen.cpp57 m_fontdesc = wxNORMAL_FONT->GetNativeFontInfo()->description;
H A Ddcclient.cpp182 m_fontdesc = (PangoFontDescription *)NULL;
208 m_fontdesc = window->GetFont().GetNativeFontInfo()->description;
1529 pango_layout_set_font_description(layout, m_fontdesc);
1632 pango_layout_set_font_description(layout, m_fontdesc);
1685 if (m_fontdesc)
1686 pango_layout_set_font_description(layout, m_fontdesc);
1719 if (m_fontdesc)
1720 pango_layout_set_font_description(layout, m_fontdesc);
1783 m_fontdesc = font.GetNativeFontInfo()->description;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcmemory.cpp35 m_fontdesc = pango_font_description_copy( pango_context_get_font_description( m_context ) );
H A Ddcclient.cpp269 m_fontdesc = (PangoFontDescription *)NULL;
301 m_fontdesc = pango_font_description_copy( widget->style->font_desc );
344 if (m_fontdesc)
345 pango_font_description_free( m_fontdesc );
1460 wxCHECK_RET( m_fontdesc, wxT("no Pango font description") );
1545 gint oldSize = pango_font_description_get_size( m_fontdesc );
1548 pango_font_description_set_size( m_fontdesc, (gint)size );
1551 pango_layout_set_font_description( m_layout, m_fontdesc );
1568 pango_font_description_set_size( m_fontdesc, oldSize );
1571 pango_layout_set_font_description( m_layout, m_fontdesc );
[all...]
H A Ddataview.cpp1127 m_fontdesc = pango_font_description_copy( widget->style->font_desc );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Ddcclient.h138 PangoFontDescription *m_fontdesc; member in class:wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddcclient.h122 PangoFontDescription *m_fontdesc; member in class:wxWindowDC
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp972 m_fontdesc = pango_font_description_from_string( "Sans 12" );
1604 if (m_fontdesc)
1605 pango_font_description_free( m_fontdesc );
1607 m_fontdesc = pango_font_description_copy( m_font.GetNativeFontInfo()->description );
1609 float size = pango_font_description_get_size( m_fontdesc );
1611 pango_font_description_set_size( m_fontdesc, (gint)size );
1613 pango_layout_set_font_description( m_layout, m_fontdesc );
1864 pango_layout_set_font_description(m_layout, m_fontdesc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/gnome/
H A Dgprint.h271 PangoFontDescription *m_fontdesc; member in class:wxGnomePrintDC

Completed in 58 milliseconds