Searched refs:pGCTo (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 932 * Otherwise, we set up pDrawTo and pGCTo according to the rasterop, then 933 * draw using pGCTo and pDrawTo. If the raster-op was "tricky," that is, 951 GCPtr pGCTo; local in function:miPolyArc 980 /* Set up pDrawTo and pGCTo based on the rasterop */ 989 pGCTo = pGC; 1035 pGCTo = GetScratchGC(1, pDraw->pScreen); 1036 if (!pGCTo) 1046 ChangeGC(NullClient, pGCTo, GCFunction | 1058 FreeScratchGC(pGCTo); 1061 ValidateGC(pDrawTo, pGCTo); [all...] |
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 883 * Otherwise, we set up pDrawTo and pGCTo according to the rasterop, then 884 * draw using pGCTo and pDrawTo. If the raster-op was "tricky," that is, 902 GCPtr pGCTo; local in function:miWideArc 928 /* Set up pDrawTo and pGCTo based on the rasterop */ 936 pGCTo = pGC; 979 pGCTo = GetScratchGC(1, pDraw->pScreen); 980 if (!pGCTo) 991 ChangeGC(NullClient, pGCTo, GCFunction | 1001 FreeScratchGC(pGCTo); 1004 ValidateGC(pDrawTo, pGCTo); [all...] |
Completed in 7 milliseconds