Lines Matching refs:updateKey
4235 int updateKey = -1;
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;
4330 if (index == pScrn->colorKey) updateKey = index;
4332 if (updateKey != -1)
4333 SavageUpdateKey(pScrn, colors[updateKey].red, colors[updateKey].green,
4334 colors[updateKey].blue);