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

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c4235 int updateKey = -1; local in function:SavageLoadPalette
4261 if (index == pScrn->colorKey) updateKey = index;
4274 if (updateKey != -1)
4275 SavageUpdateKey(pScrn, colors[updateKey].red, colors[updateKey].green,
4276 colors[updateKey].blue);
4318 int updateKey = -1; local in function:SavageLoadPaletteSavage4
4330 if (index == pScrn->colorKey) updateKey = index;
4332 if (updateKey != -1)
4333 SavageUpdateKey(pScrn, colors[updateKey]
[all...]

Completed in 6 milliseconds