Searched refs:maskQ (Results 1 - 4 of 4) sorted by path

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c131 BITS32 maskQ; local in function:ChangeGC
136 maskQ = mask; /* save these for when we walk the GCque */
401 client->errorValue = maskQ;
415 (*pGC->funcs->ChangeGC)(pGC, maskQ);
612 BITS32 maskQ; local in function:CopyGC
619 maskQ = mask;
760 (*pgcDst->funcs->CopyGC) (pgcSrc, maskQ, pgcDst);
956 BITS32 maskQ = 0; local in function:SetDashes
981 maskQ |= GCDashOffset;
999 maskQ |
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.c1074 BITS32 maskQ; local in function:ChangePicture
1077 maskQ = vmask;
1280 client->errorValue = maskQ;
1286 (*ps->ChangePicture) (pPicture, maskQ);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c128 BITS32 maskQ; local in function:ChangeGC
133 maskQ = mask; /* save these for when we walk the GCque */
400 client->errorValue = maskQ;
412 (*pGC->funcs->ChangeGC) (pGC, maskQ);
620 BITS32 maskQ; local in function:CopyGC
627 maskQ = mask;
758 (*pgcDst->funcs->CopyGC) (pgcSrc, maskQ, pgcDst);
914 BITS32 maskQ = 0; local in function:SetDashes
936 maskQ |= GCDashOffset;
953 maskQ |
[all...]
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.c1048 BITS32 maskQ; local in function:ChangePicture
1051 maskQ = vmask;
1243 client->errorValue = maskQ;
1249 (*ps->ChangePicture) (pPicture, maskQ);

Completed in 15 milliseconds