Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c2426 xColorItem defChg; in StoreColors() local
2438 defChg.flags = 0; in StoreColors()
2440 defChg.flags |= DoRed; in StoreColors()
2443 defChg.flags |= DoGreen; in StoreColors()
2446 defChg.flags |= DoBlue; in StoreColors()
2448 if (defChg.flags != 0) { in StoreColors()
2449 defChg.pixel = pentT - pmap->red; in StoreColors()
2450 defChg.red = pentT->co.shco.red->color; in StoreColors()
2451 defChg.green = pentT->co.shco.green->color; in StoreColors()
2452 defChg.blue = pentT->co.shco.blue->color; in StoreColors()
[all …]