Searched defs:g_colmap (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c277 static uint32 *g_colmap = NULL; variable
279 #define TRANSLATE(col) ( g_server_depth != 8 ? translate_colour(col) : g_owncolmap ? col : g_colmap[col] )
904 *(out++) = (uint8) g_colmap[*(data++)];
917 *((uint16 *) out) = g_colmap[*(data++)];
926 value = (uint16) g_colmap[*(data++)];
934 value = (uint16) g_colmap[*(data++)];
950 value = g_colmap[*(data++)];
958 value = g_colmap[*(data++)];
974 *((uint32 *) out) = g_colmap[*(data++)];
983 value = g_colmap[*(dat
[all...]

Completed in 39 milliseconds