Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwincmap.c215 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbRed = nRed; in winStoreColors()
216 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbGreen = nGreen; in winStoreColors()
217 pCmapPriv->rgbColors[pdefs[0].pixel + i].rgbBlue = nBlue; in winStoreColors()
278 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()
331 RGBQUAD rgbColors[WIN_NUM_PALETTE_ENTRIES]; in winGetPaletteDIB() local
335 0, WIN_NUM_PALETTE_ENTRIES, rgbColors); in winGetPaletteDIB()
348 0, uiColorsRetrieved, rgbColors) == 0) { in winGetPaletteDIB()
358 nRed = rgbColors[i].rgbRed << 8; in winGetPaletteDIB()
[all …]
H A Dwinshadgdi.c880 WIN_NUM_PALETTE_ENTRIES, pCmapPriv->rgbColors) == 0) { in winRealizeInstalledPaletteShadowGDI()
921 WIN_NUM_PALETTE_ENTRIES, pCmapPriv->rgbColors) == 0) { in winInstallColormapShadowGDI()
982 ndef, pCmapPriv->rgbColors + pdefs[0].pixel) == 0) { in winStoreColorsShadowGDI()
H A Dwin.h314 RGBQUAD rgbColors[WIN_NUM_PALETTE_ENTRIES]; member