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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c93 static GdkPixmap *gtk2_white_pixmap = NULL; variable
813 if (gtk2_white_pixmap != NULL) {
814 (*fp_g_object_unref)(gtk2_white_pixmap);
818 gtk2_white_pixmap = gtk2_black_pixmap =
914 if (gtk2_white_pixmap != NULL) {
916 (*fp_g_object_unref)(gtk2_white_pixmap);
922 gtk2_white_pixmap = (*fp_gdk_pixmap_new)(gtk2_window->window, width, height, -1);
933 gc = (*fp_gdk_gc_new)(gtk2_white_pixmap);
935 (*fp_gdk_draw_rectangle)(gtk2_white_pixmap, gc, TRUE, 0, 0, width, height);
962 (*fp_gdk_pixbuf_get_from_drawable)(gtk2_white_pixbuf, gtk2_white_pixmap,
[all...]

Completed in 26 milliseconds