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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c3039 XColor xc_cache[256]; local
3057 xc_cache[colLookup].pixel = colLookup;
3058 xc_cache[colLookup].red = xc_cache[colLookup].green =
3059 xc_cache[colLookup].blue = 0;
3060 xc_cache[colLookup].flags = 0;
3064 &xc_cache[colLookup]);
3071 if (xc_cache[j].flags)
3073 nDist = ((long) (xc_cache[j].red >> 8) -
3075 ((long) (xc_cache[
[all...]

Completed in 42 milliseconds