Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.h190 const QPixmap* pixmap(colIdx idx) const in pixmap() function
192 return Parent::pixmap(listView()->mapIdx(idx)); in pixmap()
H A 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()
H A Dqconf.cc735 pm = item->pixmap(promptColIdx); in contentsMouseReleaseEvent()