Home
last modified time | relevance | path

Searched refs:s_whiteKeySmallPressedPm (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/include/
H A DPianoRoll.h288 static QPixmap * s_whiteKeySmallPressedPm; variable
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DPianoRoll.cpp113 QPixmap * PianoRoll::s_whiteKeySmallPressedPm = NULL; member in PianoRoll
262 if( s_whiteKeySmallPressedPm == NULL ) in PianoRoll()
264 s_whiteKeySmallPressedPm = new QPixmap( embed::getIconPixmap( in PianoRoll()
2714 p.drawPixmap( PIANO_X, y - WHITE_KEY_SMALL_HEIGHT, *s_whiteKeySmallPressedPm ); in paintEvent()