Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h63 #define AllocTemporary (-2) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c821 pent->refcnt = (client >= 0) ? 1 : AllocTemporary; in FindColor()
1179 if (pmap->red[pixel].refcnt == AllocTemporary) in FakeFreeColor()
1187 if (pmap->red[pixR].refcnt == AllocTemporary) in FakeFreeColor()
1189 if (pmap->green[pixG].refcnt == AllocTemporary) in FakeFreeColor()
1191 if (pmap->blue[pixB].refcnt == AllocTemporary) in FakeFreeColor()