Searched refs:pentT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dcolormap.c2420 EntryPtr pent, pentT, pentLast; local in function:StoreColors
2632 for(pentT = pmap->red; pentT < pentLast; pentT++)
2634 if(pentT->fShared && (pentT != pent))
2649 if(ChgRed && pentT->co.shco.red == pred)
2653 if(ChgGreen && pentT->co.shco.green == pgreen)
2657 if(ChgBlue && pentT->co.shco.blue == pblue)
2663 defChg.pixel = pentT
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcolormap.c2245 EntryPtr pent, pentT, pentLast; local in function:StoreColors
2425 for (pentT = pmap->red; pentT < pentLast; pentT++) {
2426 if (pentT->fShared && (pentT != pent)) {
2440 if (ChgRed && pentT->co.shco.red == pred) {
2443 if (ChgGreen && pentT->co.shco.green == pgreen) {
2446 if (ChgBlue && pentT->co.shco.blue == pblue) {
2450 defChg.pixel = pentT
[all...]

Completed in 38 milliseconds