Searched refs:UpdateColormap (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCfb24.c | 119 pPrivate->UpdateColormap = CG24UpdateColormap;
|
| H A D | sunCfb.c | 196 (*pPrivate->UpdateColormap) (cmap->pScreen, 0, 256, rmap, gmap, bmap); 246 (*pPrivate->UpdateColormap) (pmap->pScreen, i, 1, rmap, gmap, bmap); 277 (*pPrivate->UpdateColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap); 301 pPrivate->UpdateColormap = CGUpdateColormap; 439 pPrivate->UpdateColormap = CG2UpdateColormap;
|
| H A D | sun.h | 260 void (*UpdateColormap)(ScreenPtr, int, int, u_char *, u_char *, u_char *); member in struct:__anon6d0477380608
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCfb24.c | 119 pPrivate->UpdateColormap = CG24UpdateColormap;
|
| H A D | sunCfb.c | 196 (*pPrivate->UpdateColormap) (cmap->pScreen, 0, 256, rmap, gmap, bmap); 247 (*pPrivate->UpdateColormap) (pmap->pScreen, i, 1, rmap, gmap, bmap); 278 (*pPrivate->UpdateColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap); 302 pPrivate->UpdateColormap = CGUpdateColormap; 442 pPrivate->UpdateColormap = CG2UpdateColormap;
|
| H A D | sun.h | 237 void (*UpdateColormap)(ScreenPtr, int, int, u_char *, u_char *, u_char *); member in struct:__anon0987010b0408
|
| /xsrc/external/mit/xorg-server.old/dist/miext/rootless/ |
| H A D | rootless.h | 313 RootlessUpdateColormapProc UpdateColormap; member in struct:_RootlessFrameProcs
|
| H A D | rootlessWindow.c | 1422 if (SCREENREC(pScreen)->imp->UpdateColormap) 1423 SCREENREC(pScreen)->imp->UpdateColormap(winRec->wid, pScreen);
|
| /xsrc/external/mit/xorg-server/dist/miext/rootless/ |
| H A D | rootless.h | 309 RootlessUpdateColormapProc UpdateColormap; member in struct:_RootlessFrameProcs
|
| H A D | rootlessWindow.c | 1443 if (SCREENREC(pScreen)->imp->UpdateColormap) 1444 SCREENREC(pScreen)->imp->UpdateColormap(winRec->wid, pScreen);
|
Completed in 15 milliseconds