| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | resource.h | 78 #undef RT_CURSOR 80 #define RT_CURSOR ((RESTYPE)5) macro
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | cursor.c | 281 rc = XaceHook(XACE_RESOURCE_ACCESS, client, cid, RT_CURSOR, in AllocARGBCursor() 461 rc = XaceHook(XACE_RESOURCE_ACCESS, client, cid, RT_CURSOR, in AllocGlyphCursor() 512 if (!AddResource(FakeClientID(0), RT_CURSOR, (void *) curs)) in CreateRootCursor()
|
| H A D | registry.c | 369 RegisterResourceName(RT_CURSOR, "CURSOR"); in dixResetRegistry()
|
| H A D | resource.c | 462 [RT_CURSOR & (RC_LASTPREDEF - 1)] = {
|
| H A D | dispatch.c | 2995 if (!AddResource(stuff->cid, RT_CURSOR, (void *) pCursor)) { in ProcCreateCursor() 3025 if (AddResource(stuff->cid, RT_CURSOR, (void *) pCursor)) in ProcCreateGlyphCursor() 3039 rc = dixLookupResourceByType((void **) &pCursor, stuff->id, RT_CURSOR, in ProcFreeCursor()
|
| H A D | events.c | 4955 RT_CURSOR, client, DixUseAccess); in ProcChangeActivePointerGrab() 5072 rc = dixLookupResourceByType((void **) &cursor, curs, RT_CURSOR, in GrabDevice() 5609 RT_CURSOR, client, DixUseAccess); in ProcGrabButton() 5863 rc = dixLookupResourceByType((void **) &pCursor, stuff->cursor, RT_CURSOR, in ProcRecolorCursor()
|
| H A D | window.c | 1503 RT_CURSOR, client, DixUseAccess); in ChangeWindowAttributes() 3284 if (AddResource(cursorID, RT_CURSOR, (void *) cursor)) { in TileScreenSaver()
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | cursor.c | 75 RT_CURSOR, client, access); \ 374 rc = XaceHook(XACE_RESOURCE_ACCESS, client, pCursor->id, RT_CURSOR, in ProcXFixesGetCursorImage() 523 rc = XaceHook(XACE_RESOURCE_ACCESS, client, pCursor->id, RT_CURSOR, in ProcXFixesGetCursorImageAndName() 598 RT_WINDOW, RT_PASSIVEGRAB, RT_CURSOR 623 case RT_CURSOR: in ReplaceCursorLookup() 636 ChangeResourceValue(id, RT_CURSOR, curs); in ReplaceCursorLookup()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xichangecursor.c | 100 RT_CURSOR, client, DixUseAccess); in ProcXIChangeCursor()
|
| H A D | xipassivegrab.c | 165 RT_CURSOR, client, DixUseAccess); in ProcXIPassiveGrabDevice()
|
| H A D | exevents.c | 2262 RT_CURSOR, client, DixUseAccess); in GrabButton() 2361 RT_CURSOR, client, DixUseAccess); in GrabWindow()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_label.c | 329 else if (type == RT_CURSOR) in SELinuxTypeToClass()
|
| H A D | xtest.c | 131 RT_CURSOR, client, DixReadAccess); in ProcXTestCompareCursor()
|
| H A D | saver.c | 1037 RT_CURSOR, client, DixUseAccess); in ScreenSaverSetAttributes()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | animcur.c | 339 rc = XaceHook(XACE_RESOURCE_ACCESS, client, cid, RT_CURSOR, pCursor, in AnimCursorCreate()
|
| H A D | render.c | 1628 if (!AddResource(stuff->cid, RT_CURSOR, (void *) pCursor)) { in ProcRenderCreateCursor() 1798 RT_CURSOR, client, DixReadAccess); in ProcRenderCreateAnimCursor() 1812 if (AddResource(stuff->cid, RT_CURSOR, (void *) pCursor)) in ProcRenderCreateAnimCursor()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 939 else if ((type & TypeMask) == (RT_CURSOR & TypeMask)) { in dmxBECreateResources() 1550 else if ((type & TypeMask) == (RT_CURSOR & TypeMask)) { in dmxBEDestroyResources()
|