Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DColor.c393 XColor *pColors64 = xallocarray(nColors, sizeof(XColor)); in xnestStoreColors() local
396 pColors64[i].pixel = pColors[i].pixel; in xnestStoreColors()
397 pColors64[i].red = pColors[i].red; in xnestStoreColors()
398 pColors64[i].green = pColors[i].green; in xnestStoreColors()
399 pColors64[i].blue = pColors[i].blue; in xnestStoreColors()
400 pColors64[i].flags = pColors[i].flags; in xnestStoreColors()
402 XStoreColors(xnestDisplay, xnestColormap(pCmap), pColors64, nColors); in xnestStoreColors()
403 free(pColors64); in xnestStoreColors()