Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dgc.c128 BITS32 maskQ; in ChangeGC() local
133 maskQ = mask; /* save these for when we walk the GCque */ in ChangeGC()
400 client->errorValue = maskQ; in ChangeGC()
412 (*pGC->funcs->ChangeGC) (pGC, maskQ); in ChangeGC()
620 BITS32 maskQ; in CopyGC() local
627 maskQ = mask; in CopyGC()
758 (*pgcDst->funcs->CopyGC) (pgcSrc, maskQ, pgcDst); in CopyGC()
913 BITS32 maskQ = 0; in SetDashes() local
935 maskQ |= GCDashOffset; in SetDashes()
952 maskQ |= GCDashList; in SetDashes()
[all …]
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c1047 BITS32 maskQ; in ChangePicture() local
1050 maskQ = vmask; in ChangePicture()
1242 client->errorValue = maskQ; in ChangePicture()
1248 (*ps->ChangePicture) (pPicture, maskQ); in ChangePicture()