Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c77 (*pGC->funcs->ValidateGC) (pGC, pGC->stateChanges, pDraw); in ValidateGC()
78 pGC->stateChanges = 0; in ValidateGC()
137 pGC->stateChanges |= index2; in ChangeGC()
555 pGC->stateChanges = GCAllBits; in CreateGC()
626 pgcDst->stateChanges |= mask; in CopyGC()
809 pGC->stateChanges = GCAllBits; in CreateScratchGC()
934 pGC->stateChanges |= GCDashOffset; in SetDashes()
951 pGC->stateChanges |= GCDashList; in SetDashes()
1018 pGC->stateChanges |= GCClipXOrigin; in SetClipRects()
1021 pGC->stateChanges |= GCClipYOrigin; in SetClipRects()
[all …]
/OK3568_Linux_fs/external/xserver/include/
H A Dgcstruct.h276 unsigned int stateChanges; /* masked with GC_<kind> */ member
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c740 pPicture->stateChanges = -1; in SetPictureToDefaults()
1054 pPicture->stateChanges |= index2; in ChangePicture()
1269 pPicture->stateChanges |= CPClipXOrigin | CPClipYOrigin | CPClipMask; in SetPictureClipRects()
1305 pPicture->stateChanges |= CPClipXOrigin | CPClipYOrigin | CPClipMask; in SetPictureClipRegion()
1364 (*ps->ValidatePicture) (pPicture, pPicture->stateChanges); in ValidateOnePicture()
1365 pPicture->stateChanges = 0; in ValidateOnePicture()
H A Dpicturestr.h139 unsigned int stateChanges:CPLastBit; member
H A Dmipict.c87 pPicture->stateChanges |= CPClipMask; in miChangePictureClip()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmigc.c78 pGC->stateChanges |= GCClipMask; in miChangeClip()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog102145 Eliminate the unused dither field, move filter and stateChanges into the
188013 and don't need the serialNumber or stateChanges.