Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c2583 xAllocNamedColorReply ancr = { in ProcAllocNamedColor() local
2590 &ancr.exactRed, &ancr.exactGreen, &ancr.exactBlue)) { in ProcAllocNamedColor()
2591 ancr.screenRed = ancr.exactRed; in ProcAllocNamedColor()
2592 ancr.screenGreen = ancr.exactGreen; in ProcAllocNamedColor()
2593 ancr.screenBlue = ancr.exactBlue; in ProcAllocNamedColor()
2594 ancr.pixel = 0; in ProcAllocNamedColor()
2596 &ancr.screenRed, &ancr.screenGreen, in ProcAllocNamedColor()
2597 &ancr.screenBlue, &ancr.pixel, client->index))) in ProcAllocNamedColor()
2603 &ancr); in ProcAllocNamedColor()