Searched refs:CursorRefCount (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dcursor.h76 extern _X_EXPORT int CursorRefCount(const CursorPtr /* cursor */);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dcursor.c115 if (CursorRefCount(pCurs) != 0)
118 BUG_WARN(CursorRefCount(pCurs) < 0);
147 CursorRefCount(const CursorPtr cursor) function in typeref:typename:int
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86CursorRD.c275 if (CursorRefCount(pCurs) <= 1)
289 if (CursorRefCount(pCurs) <= 1) {

Completed in 3 milliseconds