Searched refs:pFontStruct (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/x11/
H A Dwindow.cpp1033 WXFontStructPtr pFontStruct = font.GetFontStruct(1.0, wxGlobalDisplay());
1037 XTextExtents ((XFontStruct*) pFontStruct, "x", 1, &direction, &ascent,
1061 WXFontStructPtr pFontStruct = font.GetFontStruct(1.0, wxGlobalDisplay());
1065 XTextExtents ((XFontStruct*) pFontStruct, "x", 1, &direction, &ascent,
1115 WXFontStructPtr pFontStruct = fontToUse.GetFontStruct(1.0, wxGlobalDisplay()); local
1121 XTextExtents((XFontStruct*) pFontStruct, (char*) string.c_str(), slen,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dfont.cpp676 WXFontStructPtr pFontStruct = font.GetFontStruct(scale, display); local
682 XTextExtents((XFontStruct*) pFontStruct, (char*) str.c_str(), slen,
H A Ddcclient.cpp1407 WXFontStructPtr pFontStruct = m_font.GetFontStruct(m_userScaleY*m_logicalScaleY, m_display); local
1409 Font fontId = ((XFontStruct*)pFontStruct)->fid;

Completed in 296 milliseconds