Searched refs:wxGC (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.cpp135 struct wxGC struct
146 static wxGC *wxGCPool = NULL;
158 wxGCPool = (wxGC *)malloc(wxGCPoolSize * sizeof(wxGC));
170 memset(wxGCPool, 0, wxGCPoolSize * sizeof(wxGC));
188 wxGC *pptr;
209 pptr = (wxGC *)realloc(wxGCPool,
210 (wxGCPoolSize + GC_POOL_ALLOC_SIZE)*sizeof(wxGC));
216 GC_POOL_ALLOC_SIZE*sizeof(wxGC));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp146 struct wxGC struct
157 static wxGC *wxGCPool = NULL;
169 wxGCPool = (wxGC *)malloc(wxGCPoolSize * sizeof(wxGC));
181 memset(wxGCPool, 0, wxGCPoolSize * sizeof(wxGC));
199 wxGC *pptr;
220 pptr = (wxGC *)realloc(wxGCPool,
221 (wxGCPoolSize + GC_POOL_ALLOC_SIZE)*sizeof(wxGC));
227 GC_POOL_ALLOC_SIZE*sizeof(wxGC));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp102 struct wxGC struct
109 static wxGC wxGCPool[GC_POOL_SIZE];
113 memset( wxGCPool, 0, GC_POOL_SIZE*sizeof(wxGC) );

Completed in 174 milliseconds