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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp190 GdkPixmap *m_pixmap; member in class:wxBitmapRefData
203 m_pixmap = (GdkPixmap *) NULL;
216 if (m_pixmap)
217 g_object_unref (m_pixmap);
249 wxASSERT_MSG( M_BMPDATA->m_pixmap, wxT("couldn't create bitmap") );
260 if (M_BMPDATA->m_pixmap != NULL && mask != NULL)
334 M_BMPDATA->m_pixmap, 0, 0, M_BMPDATA->m_width, M_BMPDATA->m_height);
336 bmp.Create(width, height, gdk_drawable_get_depth(M_BMPDATA->m_pixmap));
487 GdkGC* gc = gdk_gc_new(M_BMPDATA->m_pixmap);
489 M_BMPDATA->m_pixmap, g
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcmemory.cpp102 m_pixmap = m_bitmap.GetDrawable();
111 m_gc = (WXGC) XCreateGC (display, (Drawable)m_pixmap/* RootWindow (display, DefaultScreen (display)) */,
124 m_pixmap = (WXPixmap) 0;
H A Ddcscreen.cpp47 m_pixmap = sm_overlayWindow;
52 m_pixmap = (WXPixmap) RootWindow(display, DefaultScreen(display));
H A Ddcclient.cpp153 m_pixmap = (WXPixmap) 0;
175 m_pixmap = window->GetXWindow();
178 XSetWindowColormap (display, (Pixmap) m_pixmap, (Colormap) wxTheApp->GetMainColormap(m_display));
255 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, x1d, y1d, x2d, y2d);
277 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, 0, yy,
279 XDrawLine ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xx, 0,
352 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) (GC) m_gc,
365 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc,
401 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) m_gc, xd, yd, wd, hd, start, end);
412 XDrawArc ((Display*) m_display, (Pixmap) m_pixmap, (G
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbitmap.cpp235 GdkPixmap *m_pixmap; member in class:wxBitmapRefData
248 m_pixmap = (GdkPixmap *) NULL;
273 if ( data.m_pixmap )
275 dst = &m_pixmap;
293 gdk_draw_pixmap(m_pixmap, gc, data.m_pixmap, 0, 0, 0, 0, -1, -1);
322 ppix = &m_pixmap;
328 m_pixmap = NULL;
338 if (m_pixmap)
339 gdk_pixmap_unref( m_pixmap );
[all...]
H A Dtbargtk.cpp129 gtk_pixmap_set( GTK_PIXMAP(m_pixmap), bitmap.GetPixmap(), mask );
134 GtkWidget *m_pixmap; member in class:wxToolBarTool
233 m_pixmap = (GtkWidget *)NULL;
381 tool->m_pixmap = tool_pixmap;
433 tool->m_pixmap,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp240 Pixmap m_pixmap; member in class:wxBitmapRefData
252 m_pixmap = 0;
264 m_pixmap = 0;
292 m_pixmap = (WXPixmap) GrNewPixmap(width, height, NULL);
296 *(depth == 1 ? &m_bitmap : &m_pixmap) =
300 wxCHECK_MSG( m_pixmap || m_bitmap, false, wxT("Bitmap creation failed") );
307 if (m_pixmap)
308 XFreePixmap(m_display, m_pixmap);
416 ref->m_pixmap = copy;
594 M_BMPDATA->m_pixmap
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Ddcclient.h150 WXPixmap m_pixmap; member in class:wxWindowDC

Completed in 204 milliseconds