Searched refs:wxFreePoolGC (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/gtk/
H A Ddcclient.cpp237 static void wxFreePoolGC( GdkGC *gc ) function
2351 if (m_penGC) wxFreePoolGC( m_penGC );
2353 if (m_brushGC) wxFreePoolGC( m_brushGC );
2355 if (m_textGC) wxFreePoolGC( m_textGC );
2357 if (m_bgGC) wxFreePoolGC( m_bgGC );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp248 static void wxFreePoolGC( GdkGC *gc ) function
2086 if (m_penGC) wxFreePoolGC( m_penGC );
2088 if (m_brushGC) wxFreePoolGC( m_brushGC );
2090 if (m_textGC) wxFreePoolGC( m_textGC );
2092 if (m_bgGC) wxFreePoolGC( m_bgGC );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp148 static void wxFreePoolGC( GC gc ) function
2259 if (m_penGC) wxFreePoolGC( (GC) m_penGC );
2261 if (m_brushGC) wxFreePoolGC( (GC) m_brushGC );
2263 if (m_textGC) wxFreePoolGC( (GC) m_textGC );
2265 if (m_bgGC) wxFreePoolGC( (GC) m_bgGC );

Completed in 182 milliseconds