| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/ |
| H A D | vgaCmap.c | 223 xrgb * prgb; local in function:vgaInstallColormap 239 prgb = (xrgb *)malloc( entries * sizeof(xrgb)); 249 QueryColors(pmap, entries, ppix, prgb, serverClient); 254 defs[i].red = prgb[i].red; 255 defs[i].green = prgb[i].green; 256 defs[i].blue = prgb[i].blue; 264 free(prgb);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 72 xrgb * /*prgb*/, 78 xrgb * /*prgb*/ 83 xrgb * /*prgb*/ 88 xrgb * /*prgb*/ 93 xrgb * /*prgb*/ 184 xrgb* /* prgb */, 1132 FindBestPixel(EntryPtr pentFirst, int size, xrgb *prgb, int channel) argument 1149 dg = (long) pent->co.local.green - prgb->green; 1150 db = (long) pent->co.local.blue - prgb->blue; 1152 dr = (long) pent->co.local.red - prgb 1179 FindColorInRootCmap(ColormapPtr pmap,EntryPtr pentFirst,int size,xrgb * prgb,Pixel * pPixel,int channel,ColorCompareProcPtr comp) argument 1218 FindColor(ColormapPtr pmap,EntryPtr pentFirst,int size,xrgb * prgb,Pixel * pPixel,int channel,int client,ColorCompareProcPtr comp) argument 1393 AllComp(EntryPtr pent,xrgb * prgb) argument 1403 RedComp(EntryPtr pent,xrgb * prgb) argument 1411 GreenComp(EntryPtr pent,xrgb * prgb) argument 1419 BlueComp(EntryPtr pent,xrgb * prgb) argument 1433 xrgb *prgb; local in function:QueryColors [all...] |
| H A D | swaprep.c | 583 SwapRGB(xrgb *prgb) argument 587 swaps(&prgb->red, n); 588 swaps(&prgb->green, n); 589 swaps(&prgb->blue, n); 593 SQColorsExtend(ClientPtr pClient, int size, xrgb *prgb) argument 599 prgbT = prgb; 605 (void)WriteToClient(pClient, size, (char *) prgb);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 68 xrgb * /*prgb */ ); 72 xrgb * /*prgb */ , 77 xrgb * /*prgb */ 81 xrgb * /*prgb */ 85 xrgb * /*prgb */ 89 xrgb * /*prgb */ 169 xrgb * /* prgb */ , 754 /* Tries to find a color in pmap that exactly matches the one requested in prgb 760 FindColor(ColormapPtr pmap, EntryPtr pentFirst, int size, xrgb * prgb, argument 777 if ((*comp) (pent, prgb)) { 1236 FindBestPixel(EntryPtr pentFirst,int size,xrgb * prgb,int channel) argument 1281 FindColorInRootCmap(ColormapPtr pmap,EntryPtr pentFirst,int size,xrgb * prgb,Pixel * pPixel,int channel,ColorCompareProcPtr comp) argument 1314 AllComp(EntryPtr pent,xrgb * prgb) argument 1324 RedComp(EntryPtr pent,xrgb * prgb) argument 1332 GreenComp(EntryPtr pent,xrgb * prgb) argument 1340 BlueComp(EntryPtr pent,xrgb * prgb) argument 1354 xrgb *prgb; local in function:QueryColors [all...] |
| H A D | swaprep.c | 521 SwapRGB(xrgb * prgb) argument 523 swaps(&prgb->red); 524 swaps(&prgb->green); 525 swaps(&prgb->blue); 529 SQColorsExtend(ClientPtr pClient, int size, xrgb * prgb) argument 535 prgbT = prgb; 540 WriteToClient(pClient, size, prgb);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| H A D | InitOutput.c | 422 xrgb * prgb; local in function:vfbInstallColormap 445 prgb = (xrgb *)malloc(entries * sizeof(xrgb)); 450 QueryColors(pmap, entries, ppix, prgb, serverClient); 454 defs[i].red = prgb[i].red; 455 defs[i].green = prgb[i].green; 456 defs[i].blue = prgb[i].blue; 462 free(prgb);
|
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| H A D | InitOutput.c | 391 xrgb *prgb; local in function:vfbInstallColormap 409 prgb = xallocarray(entries, sizeof(xrgb)); 415 QueryColors(pmap, entries, ppix, prgb, serverClient); 419 defs[i].red = prgb[i].red; 420 defs[i].green = prgb[i].green; 421 defs[i].blue = prgb[i].blue; 427 free(prgb);
|