Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tucker/
H A Dlocations.cpp1795 uint8 scrollPal[5 * 3]; in execData3PreUpdate_locationNum29() local
1800 scrollPal[i * 3 + 0] = r[i + d] << 2; in execData3PreUpdate_locationNum29()
1801 scrollPal[i * 3 + 1] = g[i + d] << 2; in execData3PreUpdate_locationNum29()
1802 scrollPal[i * 3 + 2] = b[i + d] << 2; in execData3PreUpdate_locationNum29()
1804 _system->getPaletteManager()->setPalette(scrollPal, 118, 5); in execData3PreUpdate_locationNum29()
/dports/games/scummvm/scummvm-2.5.1/engines/tucker/
H A Dlocations.cpp1795 uint8 scrollPal[5 * 3]; in execData3PreUpdate_locationNum29() local
1800 scrollPal[i * 3 + 0] = r[i + d] << 2; in execData3PreUpdate_locationNum29()
1801 scrollPal[i * 3 + 1] = g[i + d] << 2; in execData3PreUpdate_locationNum29()
1802 scrollPal[i * 3 + 2] = b[i + d] << 2; in execData3PreUpdate_locationNum29()
1804 _system->getPaletteManager()->setPalette(scrollPal, 118, 5); in execData3PreUpdate_locationNum29()
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkmessagebox.cpp260 QPalette scrollPal(messageScrollArea->palette()); in createKMessageBox() local
261 scrollPal.setColor(QPalette::Window, Qt::transparent); in createKMessageBox()
262 messageScrollArea->viewport()->setPalette(scrollPal); in createKMessageBox()