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

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincmap.c330 UINT uiColorsRetrieved = 0; local in function:winGetPaletteDIB
334 uiColorsRetrieved = GetDIBColorTable(pScreenPriv->hdcScreen,
336 if (uiColorsRetrieved == 0) {
343 uiColorsRetrieved);
348 0, uiColorsRetrieved, rgbColors) == 0) {
354 for (i = 0; i < uiColorsRetrieved; ++i) {
389 pScreen->whitePixel = uiColorsRetrieved - 1;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincmap.c348 UINT uiColorsRetrieved = 0; local in function:winGetPaletteDIB
352 uiColorsRetrieved = GetDIBColorTable (pScreenPriv->hdcScreen,
356 if (uiColorsRetrieved == 0)
364 uiColorsRetrieved);
370 uiColorsRetrieved,
378 for (i = 0; i < uiColorsRetrieved; ++i)
424 pScreen->whitePixel = uiColorsRetrieved - 1;

Completed in 6 milliseconds