Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h59 #define GCAllBits ((1 << (GCLastBit + 1)) - 1) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c436 if (mask & ~GCAllBits) { in ChangeGCXIDs()
555 pGC->stateChanges = GCAllBits; in CreateGC()
809 pGC->stateChanges = GCAllBits; in CreateScratchGC()
1069 pGC->stateChanges = GCAllBits; in GetScratchGC()
H A Ddispatch.c1548 if (stuff->mask & ~GCAllBits) { in ProcCopyGC()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog111523 Define GCAllBits as the union of all valid CreateGC masks.