Searched refs:WindowRec (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/test/xi2/ |
| H A D | protocol-common.h | 113 extern WindowRec root; 117 extern WindowRec window;
|
| H A D | protocol-common.c | 38 WindowRec root; 39 WindowRec window;
|
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| H A D | protocol-common.h | 112 extern WindowRec root; 117 extern WindowRec window;
|
| H A D | protocol-common.c | 45 WindowRec root; 46 WindowRec window;
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | xtest.c | 67 WindowRec root = {{0}};
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | windowstr.h | 168 } WindowRec; typedef in typeref:struct:_Window
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | windowstr.h | 173 } WindowRec; typedef in typeref:struct:_Window
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | privates.c | 393 offsetof(WindowRec, devPrivates), /* RT_WINDOW */
|
| H A D | window.c | 362 pWin = dixAllocateObjectWithPrivates(WindowRec, PRIVATE_WINDOW); 642 pWin = dixAllocateObjectWithPrivates(WindowRec, PRIVATE_WINDOW);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | privates.c | 568 offsetof(WindowRec, devPrivates), /* RT_WINDOW */
|
| H A D | window.c | 566 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW); 831 pWin = dixAllocateScreenObjectWithPrivates(pScreen, WindowRec, PRIVATE_WINDOW);
|
Completed in 16 milliseconds