Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dqtwin.cpp99 uint32 RGBColors[256]; member
179 Color->setRgb(g_CM->RGBColors[InColor]); in SetColorx()
730 LCM->RGBColors[i] = (r << 16) | (g << 8) | b; in ui_create_colourmap()
768 Image = new QImage(data, width, height, 8, (QRgb*)&g_CM->RGBColors, in ui_create_bitmap()
1192 Image = new QImage(data, width, height, 8, (QRgb*)&g_CM->RGBColors, in ui_paint_bitmap()
H A Dqtewin.cpp86 uint32 RGBColors[256]; member
1154 Image = new QImage(data, w, h, 8,(QRgb*)g_CM->RGBColors, in paintEvent()
1519 g_CM->RGBColors[i] = x; in ui_create_colourmap()