Searched refs:pColPriv (Results 1 – 1 of 1) sorted by relevance
267 CMapColormapPtr pColPriv; in CMapAllocateColormapPrivate() local280 if (!(pColPriv = malloc(sizeof(CMapColormapRec)))) { in CMapAllocateColormapPrivate()285 dixSetPrivate(&pmap->devPrivates, CMapColormapKey, pColPriv); in CMapAllocateColormapPrivate()287 pColPriv->numColors = numColors; in CMapAllocateColormapPrivate()288 pColPriv->colors = colors; in CMapAllocateColormapPrivate()289 pColPriv->recalculate = TRUE; in CMapAllocateColormapPrivate()290 pColPriv->overscan = -1; in CMapAllocateColormapPrivate()327 CMapColormapPtr pColPriv = in CMapDestroyColormap() local331 if (pColPriv) { in CMapDestroyColormap()332 free(pColPriv->colors); in CMapDestroyColormap()[all …]