Searched refs:MI_MAX_INDEXED (Results 1 – 3 of 3) sorted by relevance
30 #define MI_MAX_INDEXED 256 /* XXX depth must be <= 8 */ macro32 #if MI_MAX_INDEXED <= 25638 CARD32 rgba[MI_MAX_INDEXED];
49 Bool used[MI_MAX_INDEXED]; in miBuildRenderColormap()233 Pixel pixels[MI_MAX_INDEXED]; in miInitIndexed()234 xrgb rgb[MI_MAX_INDEXED]; in miInitIndexed()239 if (pVisual->ColormapEntries > MI_MAX_INDEXED) in miInitIndexed()
490 pixel = pIndexed->rgba[pixel & (MI_MAX_INDEXED - 1)]; in miRenderPixelToColor()