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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbitmap.cpp610 GdkPixmap* pixmap_invert = NULL; local
614 pixmap_invert = gdk_pixmap_new(pixmap, w, h, 1);
615 GdkGC* gc = gdk_gc_new(pixmap_invert);
617 gdk_draw_drawable(pixmap_invert, gc, pixmap, 0, 0, 0, 0, w, h);
619 pixmap = pixmap_invert;
628 if (pixmap_invert != NULL)
629 g_object_unref(pixmap_invert);

Completed in 114 milliseconds