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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dfont.cpp91 void SetNoAntiAliasing( bool no = true ) { m_noAA = no; }
92 bool GetNoAntiAliasing() const { return m_noAA; }
121 bool m_noAA; // No anti-aliasing member in class:wxFontRefData
161 m_noAA = false;
198 m_noAA = false;
252 m_noAA = data.m_noAA;
467 return M_FONTDATA->m_noAA;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfont.cpp100 void SetNoAntiAliasing( bool no = true ) { m_noAA = no; }
101 bool GetNoAntiAliasing() const { return m_noAA; }
122 bool m_noAA; // No anti-aliasing member in class:wxFontRefData
167 m_noAA = false;
420 return M_FONTDATA->m_noAA;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfontmgrcmn.cpp249 m_noAA = false;
259 m_noAA = data.m_noAA;
285 antialiased && !m_noAA);
332 m_noAA = no;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dfont.cpp94 void SetNoAntiAliasing( bool no = true ) { m_noAA = no; }
95 bool GetNoAntiAliasing() const { return m_noAA; }
147 bool m_noAA; // No anti-aliasing member in class:wxFontRefData
187 m_noAA = false;
192 m_noAA = false;
306 m_noAA = data.m_noAA;
597 return M_FONTDATA->m_noAA;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/private/
H A Dfontmgr.h242 bool GetNoAntiAliasing() const { return m_noAA; }
248 bool m_noAA; member in class:wxFontMgrFontRefData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dfont.cpp127 void SetNoAntiAliasing( bool no = true ) { m_noAA = no; }
128 bool GetNoAntiAliasing() const { return m_noAA; }
154 bool m_noAA; // No anti-aliasing member in class:wxFontRefData
224 m_noAA = false;
406 m_noAA = data.m_noAA;
755 return M_FONTDATA->m_noAA;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfont.cpp118 { m_noAA = no; }
121 { return m_noAA; }
144 bool m_noAA; // No anti-aliasing member in class:wxFontRefData
212 m_noAA = false;
742 return M_FONTDATA->m_noAA;

Completed in 170 milliseconds