Home
last modified time | relevance | path

Searched refs:pixmap (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/
Dqconf.h190 const QPixmap* pixmap(colIdx idx) const in pixmap() function
192 return Parent::pixmap(listView()->mapIdx(idx)); in pixmap()
Dgconf.c115 GdkPixmap *pixmap; in replace_button_icon() local
120 pixmap = gdk_pixmap_create_from_xpm_d(window, &mask, in replace_button_icon()
125 image = gtk_image_new_from_pixmap(pixmap, mask); in replace_button_icon()
Dqconf.cc735 pm = item->pixmap(promptColIdx); in contentsMouseReleaseEvent()