Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dcolormap.h68 #define IsDefault 1 macro
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinshadgdi.c1066 if (pColormap->flags & IsDefault) { in winDestroyColormapShadowGDI()
H A Dwinshadddnl.c1146 if (pColormap->flags & IsDefault) { in winDestroyColormapShadowDDNL()
/OK3568_Linux_fs/external/xserver/dix/
H A Dcolormap.c284 pmap->flags |= IsDefault; in CreateColormap()
443 if (pmap->flags & IsDefault) { in FreeColormap()
H A Ddispatch.c2406 if (!(pmap->flags & IsDefault)) in ProcFreeColormap()