Searched refs:wxFontInstance (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/private/
H A Dfontmgr.h18 class wxFontInstance : public wxFontInstanceBase class in inherits:wxFontInstanceBase
21 wxFontInstance(float ptSize, bool aa, font_lib_t *fontLib);
22 virtual ~wxFontInstance();
39 virtual wxFontInstance *GetFontInstance(float ptSize, bool aa);
42 wxFontInstance *CreateFontInstance(float ptSize, bool aa);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontmgr.cpp35 // wxFontInstance
38 wxFontInstance::wxFontInstance(float ptSize, bool aa, font_lib_t *fontLib) function in class:wxFontInstance
46 wxFontInstance::~wxFontInstance()
83 wxFontInstance *wxFontFace::GetFontInstance(float ptSize, bool aa)
108 wxFontInstance *wxFontFace::CreateFontInstance(float ptSize, bool aa)
112 return new wxFontInstance(ptSize, aa, m_fontLib);
H A Dfont.cpp80 wxFontInstance *i = M_FONTDATA->GetFontInstance(1.0, antialiased);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/private/
H A Dfontmgr.h19 class wxFontInstance : public wxFontInstanceBase class in inherits:wxFontInstanceBase
22 wxFontInstance(float ptSize, bool aa, const wxString& filename);
36 wxFontInstance *CreateFontInstance(float ptSize, bool aa);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dfontmgr.cpp34 // wxFontInstance
37 wxFontInstance::wxFontInstance(float ptSize, bool aa, function in class:wxFontInstance
64 wxFontInstance *wxFontFace::CreateFontInstance(float ptSize, bool aa)
66 return new wxFontInstance(ptSize, aa, m_fileName);
H A Dfont.cpp83 wxFontInstance *i = M_FONTDATA->GetFontInstance(1.0, antialiased);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dfontmgr.h19 class wxFontInstance;
77 virtual wxFontInstance *GetFontInstance(float ptSize, bool aa);
82 virtual wxFontInstance *CreateFontInstance(float ptSize, bool aa) = 0;
218 wxFontInstance *GetFontInstance(float scale, bool antialiased) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmgrcmn.cpp24 WX_DECLARE_LIST(wxFontInstance, wxFontInstanceList);
70 wxFontInstance *wxFontFaceBase::GetFontInstance(float ptSize, bool aa)
81 wxFontInstance *i = CreateFontInstance(ptSize, aa);
280 wxFontInstance *

Completed in 76 milliseconds