Searched refs:sourceColor (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 206 xColorItem sourceColor, maskColor; local in function:xf86RecolorCursor 212 sourceColor.red = pCurs->foreRed; 213 sourceColor.green = pCurs->foreGreen; 214 sourceColor.blue = pCurs->foreBlue; 215 FakeAllocColor(pmap, &sourceColor); 220 FakeFreeColor(pmap, sourceColor.pixel); 223 maskColor.pixel, sourceColor.pixel);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/ |
| H A D | xf86HWCurs.c | 353 xColorItem sourceColor, maskColor; local in function:xf86RecolorCursor_locked 359 sourceColor.red = pCurs->foreRed; 360 sourceColor.green = pCurs->foreGreen; 361 sourceColor.blue = pCurs->foreBlue; 362 FakeAllocColor(pmap, &sourceColor); 367 FakeFreeColor(pmap, sourceColor.pixel); 370 maskColor.pixel, sourceColor.pixel);
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | misprite.c | 727 xColorItem *sourceColor, *maskColor; local in function:miSpriteFindColors 730 sourceColor = &pScreenPriv->colors[SOURCE_COLOR]; 733 !(pCursor->foreRed == sourceColor->red && 734 pCursor->foreGreen == sourceColor->green && 735 pCursor->foreBlue == sourceColor->blue && 741 sourceColor->red = pCursor->foreRed; 742 sourceColor->green = pCursor->foreGreen; 743 sourceColor->blue = pCursor->foreBlue; 744 FakeAllocColor (pScreenPriv->pColormap, sourceColor); 750 FakeFreeColor(pScreenPriv->pColormap, sourceColor [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | misprite.c | 573 xColorItem *sourceColor, *maskColor; local in function:miSpriteFindColors 576 sourceColor = &pScreenPriv->colors[SOURCE_COLOR]; 579 !(pCursor->foreRed == sourceColor->red && 580 pCursor->foreGreen == sourceColor->green && 581 pCursor->foreBlue == sourceColor->blue && 586 sourceColor->red = pCursor->foreRed; 587 sourceColor->green = pCursor->foreGreen; 588 sourceColor->blue = pCursor->foreBlue; 589 FakeAllocColor(pScreenPriv->pColormap, sourceColor); 595 FakeFreeColor(pScreenPriv->pColormap, sourceColor [all...] |
Completed in 5 milliseconds