Searched refs:Pixmap (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dbmpbuttn.cpp31 // Pixmap XCreateInsensitivePixmap( Display *display, Pixmap pixmap );
106 (Pixmap) m_insensPixmap);
143 Pixmap pixmap = 0;
144 Pixmap insensPixmap = 0;
145 Pixmap armPixmap = 0;
164 pixmap = (Pixmap) m_bmpNormal.GetDrawable();
169 pixmap = (Pixmap) m_bitmapCache.GetLabelPixmap(m_mainWidget);
188 insensPixmap = (Pixmap) m_bmpDisabled.GetDrawable();
191 insensPixmap = (Pixmap) m_bitmapCach
[all...]
H A Dbmpmotif.cpp35 Pixmap XCreateInsensitivePixmap( Display *display, Pixmap pixmap );
49 XmDestroyPixmap( screen, (Pixmap)m_labelPixmap );
52 XmDestroyPixmap( screen, (Pixmap)m_armPixmap );
55 XmDestroyPixmap( screen, (Pixmap)m_insensPixmap );
143 XmDestroyPixmap( screen, (Pixmap)m_labelPixmap );
163 XmDestroyPixmap( screen, (Pixmap)m_armPixmap );
183 XmDestroyPixmap( screen, (Pixmap)m_insensPixmap );
190 (Pixmap)m_bitmap.GetDrawable() );
206 Pixmap XCreateInsensitivePixma
[all...]
H A Ddataobj.cpp165 return sizeof(Pixmap);
173 (*(Pixmap*)buf) = (Pixmap)GetBitmap().GetDrawable();
180 if( len != sizeof(Pixmap) )
183 WXPixmap pixmap = (WXPixmap)*(Pixmap*)buf;
H A Ddcclient.cpp74 static Pixmap bdiag, cdiag, fdiag, cross, horiz, verti;
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);
258 XDrawLine ((Display*) m_display, (Pixmap) m_window->GetBackingPixmap(), (GC) m_gcBacking,
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,
286 XDrawLine ((Display*) m_display, (Pixmap) m_window->GetBackingPixmap(), (GC) m_gcBacking,
289 XDrawLine ((Display*) m_display, (Pixmap) m_window->GetBackingPixmap(), (GC) m_gcBacking,
352 XFillArc ((Display*) m_display, (Pixmap) m_pixmap, (GC) (GC) m_gc,
356 XFillArc ((Display*) m_display, (Pixmap) m_windo
[all...]
H A Dstatbmp.cpp93 Pixmap pixmap;
109 pixmap = (Pixmap) m_messageBitmap.GetDrawable();
114 pixmap = (Pixmap)m_bitmapCache.GetLabelPixmap(widget);
H A Dtoolbar.cpp108 Pixmap GetArmPixmap()
111 return (Pixmap)m_bitmapCache.GetArmPixmap( (WXWidget)m_widget );
114 Pixmap GetInsensPixmap()
117 return (Pixmap)m_bitmapCache.GetInsensPixmap( (WXWidget)m_widget );
277 Pixmap pixmap, insensPixmap;
413 pixmap = (Pixmap) bmp.GetDrawable();
418 (Pixmap)tmp.GetDrawable() :
425 Pixmap pixmap2 = tool->GetArmPixmap();
426 Pixmap insensPixmap2 = tool->GetInsensPixmap();
439 Pixmap pixmap
[all...]
H A Dcursor.cpp182 Pixmap pixmap = XCreatePixmapFromBitmapData (dpy,
187 Pixmap mask_pixmap = None;
223 (Pixmap)pixmap,
224 (Pixmap)mask_pixmap,
256 Pixmap pixmap = None, mask_pixmap = None;
379 Pixmap empty_pixmap;
H A Ddcscreen.cpp93 Pixmap screenPixmap = RootWindow(dpy, DefaultScreen(dpy));
H A Dwindow.cpp370 XFreePixmap (XtDisplay ((Widget) GetMainWidget()), (Pixmap) m_backingPixmap);
1590 (Pixmap) m_backingPixmap,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp79 XFreePixmap( (Display*) m_display, (Pixmap) m_bitmap );
88 XFreePixmap( (Display*) m_display, (Pixmap) m_bitmap );
104 GC gc = XCreateGC( xdisplay, (Pixmap) m_bitmap, 0, NULL );
108 XFillRectangle( xdisplay, (Pixmap) m_bitmap, gc, 0, 0, image.GetWidth(), image.GetHeight() );
159 XDrawLine( xdisplay, (Pixmap) m_bitmap, gc, start_x, j, i-1, j );
166 XDrawLine( xdisplay, (Pixmap) m_bitmap, gc, start_x, j, i, j );
195 XFreePixmap( (Display*) m_display, (Pixmap) m_bitmap );
212 GC gc = XCreateGC( (Display*) m_display, (Pixmap) m_bitmap, 0, NULL );
214 XCopyPlane( (Display*) m_display, (Pixmap) bitmap.GetBitmap(), (Pixmap) m_bitma
[all...]
H A Ddcclient.cpp61 static Pixmap hatches[num_hatches];
62 static Pixmap *hatch_bitmap = (Pixmap *) NULL;
1055 Pixmap pixmap = (Pixmap) use_bitmap.GetPixmap() ;
1056 Pixmap maskPixmap = (Pixmap) use_bitmap.GetMask()->GetBitmap() ;
1057 Pixmap bufPixmap = GrNewPixmap(w, h, 0);
1101 XCopyArea( (Display*) m_display, (Pixmap) use_bitmap.GetPixmap(), (Window) m_window,
1177 Pixmap new_pixma
[all...]
H A Dutilsx.cpp60 // wxRegion::ConvertToBitmap gives us the wrong Pixmap:
74 (Pixmap)bmp.GetDrawable(), ShapeSet );
H A Dtoplevel.cpp379 wmHints->icon_pixmap = (Pixmap) icon.GetPixmap();
386 wmHints->icon_mask = (Pixmap) icon.GetMask()->GetBitmap();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dcombop.h114 Pixmap LabelPixmap, LabelInsensitivePixmap;
H A Dxmcombo.c323 XmNlabelInsensitivePixmap, XmCLabelInsensitivePixmap, XmRPixmap, sizeof(Pixmap),
351 XmNlabelPixmap, XmCLabelPixmap, XmRPixmap, sizeof(Pixmap),
2302 * String --> Pixmap (genauer: Bitmap)
2512 Pixmap *pPixmap)
2520 RscDest.size = sizeof(Pixmap);
2597 Pixmap APixmap;
2708 * Wandelt ein 1-Bit tiefes Bitmap in ein n-Bit tiefes Pixmap um, dass
2709 * die gleiche Tiefe besitzt, wie der Bildschirm, auf dem das Pixmap
2712 static Pixmap BitmapToPixmap(XmComboBoxWidget w,
2715 Pixmap LabelPixma
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcmemory.cpp58 m_selected.PurgeOtherRepresentations(wxBitmap::Pixmap);
H A Dbitmap.cpp842 PurgeOtherRepresentations(Pixmap);
954 if (keep == Pixmap && HasPixbuf())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dbitmap.h135 Pixmap, enumerator in enum:wxBitmap::Representation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/x11/
H A Dprivx.h42 Pixmap XCreateInsensitivePixmap( Display *display, Pixmap pixmap );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A Driva_hw.h483 RivaPixmap __iomem *Pixmap; member in struct:_riva_hw_inst
H A Driva_hw.c2244 chip->Pixmap = (RivaPixmap __iomem *)&(chip->FIFO[0x00006000/4]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfilterbar.cc176 case QVariant::Pixmap: pixmap = qvariant_cast<QPixmap>(variant); break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dscrlwing.cpp801 XFreePixmap (dpy, (Pixmap) m_targetWindow->GetBackingPixmap());

Completed in 133 milliseconds