Home
last modified time | relevance | path

Searched refs:WIN_NUM_PALETTE_ENTRIES (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c278 pCmapPriv->rgbColors[WIN_NUM_PALETTE_ENTRIES - 1].rgbRed = 255; in winCreateColormap()
279 pCmapPriv->rgbColors[WIN_NUM_PALETTE_ENTRIES - 1].rgbGreen = 255; in winCreateColormap()
280 pCmapPriv->rgbColors[WIN_NUM_PALETTE_ENTRIES - 1].rgbBlue = 255; in winCreateColormap()
281 pCmapPriv->peColors[WIN_NUM_PALETTE_ENTRIES - 1].peRed = 255; in winCreateColormap()
282 pCmapPriv->peColors[WIN_NUM_PALETTE_ENTRIES - 1].peGreen = 255; in winCreateColormap()
283 pCmapPriv->peColors[WIN_NUM_PALETTE_ENTRIES - 1].peBlue = 255; in winCreateColormap()
331 RGBQUAD rgbColors[WIN_NUM_PALETTE_ENTRIES]; in winGetPaletteDIB()
335 0, WIN_NUM_PALETTE_ENTRIES, rgbColors); in winGetPaletteDIB()
H A Dwin.h73 #define WIN_NUM_PALETTE_ENTRIES 256 macro
314 RGBQUAD rgbColors[WIN_NUM_PALETTE_ENTRIES];
315 PALETTEENTRY peColors[WIN_NUM_PALETTE_ENTRIES];
H A Dwinshadgdi.c880 WIN_NUM_PALETTE_ENTRIES, pCmapPriv->rgbColors) == 0) { in winRealizeInstalledPaletteShadowGDI()
921 WIN_NUM_PALETTE_ENTRIES, pCmapPriv->rgbColors) == 0) { in winInstallColormapShadowGDI()