Home
last modified time | relevance | path

Searched refs:editPixmap (Results 1 – 3 of 3) sorted by path

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/widgets/
H A DEditDeleteDelegate.cpp52 QPixmap editPixmap = editIcon.pixmap( ICON_WIDTH, ICON_WIDTH ); in paint() local
55 painter->drawPixmap( iconOffset + MARGIN, y, ICON_WIDTH, ICON_WIDTH, editPixmap ); in paint()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Draster.c310 Pixmap editPixmap=None; variable
897 editPixmap = XCreateBitmapFromData(mainDisplay, mainWindow, in InitPattern()
1231 XFreePixmap(mainDisplay, editPixmap); in CleanUpRasters()
H A Draster.e55 extern Pixmap editPixmap;