Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c1959 int npix, z, npixClientNew, npixShared; in AllocShared() local
1964 npixShared = (c << r) + (c << g) + (c << b); in AllocShared()
1965 psharedList = xallocarray(npixShared, sizeof(SHAREDCOLOR *)); in AllocShared()
1969 for (z = npixShared; --z >= 0;) { in AllocShared()
1971 for (z++; z < npixShared; z++) in AllocShared()