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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86cmap.c532 CMapColormapPtr cmapPriv = (CMapColormapPtr)dixLookupPrivate( local in function:CMapReinstallMap
535 int i = cmapPriv->numColors;
541 if(cmapPriv->recalculate)
542 CMapRefreshColors(pmap, cmapPriv->numColors, indices);
544 (*pScrn->LoadPalette)(pScrn, cmapPriv->numColors,
545 indices, cmapPriv->colors, pmap->pVisual);
550 pScrn->SetOverscan(pScrn, cmapPriv->overscan);
554 cmapPriv->recalculate = FALSE;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86cmap.c530 CMapColormapPtr cmapPriv = local in function:CMapReinstallMap
533 int i = cmapPriv->numColors;
539 if (cmapPriv->recalculate)
540 CMapRefreshColors(pmap, cmapPriv->numColors, indices);
542 (*pScrn->LoadPalette) (pScrn, cmapPriv->numColors,
543 indices, cmapPriv->colors, pmap->pVisual);
548 pScrn->SetOverscan(pScrn, cmapPriv->overscan);
552 cmapPriv->recalculate = FALSE;

Completed in 5 milliseconds