Home
last modified time | relevance | path

Searched refs:RT_CURSOR (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dresource.h78 #undef RT_CURSOR
80 #define RT_CURSOR ((RESTYPE)5) macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dcursor.c281 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 Dregistry.c369 RegisterResourceName(RT_CURSOR, "CURSOR"); in dixResetRegistry()
H A Dresource.c462 [RT_CURSOR & (RC_LASTPREDEF - 1)] = {
H A Ddispatch.c2995 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 Devents.c4955 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 Dwindow.c1503 RT_CURSOR, client, DixUseAccess); in ChangeWindowAttributes()
3284 if (AddResource(cursorID, RT_CURSOR, (void *) cursor)) { in TileScreenSaver()
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c75 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 Dxichangecursor.c100 RT_CURSOR, client, DixUseAccess); in ProcXIChangeCursor()
H A Dxipassivegrab.c165 RT_CURSOR, client, DixUseAccess); in ProcXIPassiveGrabDevice()
H A Dexevents.c2262 RT_CURSOR, client, DixUseAccess); in GrabButton()
2361 RT_CURSOR, client, DixUseAccess); in GrabWindow()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_label.c329 else if (type == RT_CURSOR) in SELinuxTypeToClass()
H A Dxtest.c131 RT_CURSOR, client, DixReadAccess); in ProcXTestCompareCursor()
H A Dsaver.c1037 RT_CURSOR, client, DixUseAccess); in ScreenSaverSetAttributes()
/OK3568_Linux_fs/external/xserver/render/
H A Danimcur.c339 rc = XaceHook(XACE_RESOURCE_ACCESS, client, cid, RT_CURSOR, pCursor, in AnimCursorCreate()
H A Drender.c1628 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 Ddmxextension.c939 else if ((type & TypeMask) == (RT_CURSOR & TypeMask)) { in dmxBECreateResources()
1550 else if ((type & TypeMask) == (RT_CURSOR & TypeMask)) { in dmxBEDestroyResources()