Home
last modified time | relevance | path

Searched refs:cursorNotShared (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcursor.c482 if (dmxScreen->cursorNotShared) in dmxPrintOverlap()
572 a->cursorNotShared = 1; in dmxInitOverlap()
573 pt->cursorNotShared = 1; in dmxInitOverlap()
788 if (!start->over || !dmxCursorDoMultiCursors || start->cursorNotShared) in dmxRealizeCursor()
792 if (pt->cursorNotShared) in dmxRealizeCursor()
807 if (!start->over || !dmxCursorDoMultiCursors || start->cursorNotShared) in dmxUnrealizeCursor()
811 if (pt->cursorNotShared) in dmxUnrealizeCursor()
853 if (!start->over || !dmxCursorDoMultiCursors || start->cursorNotShared) { in dmxMoveCursor()
859 if (pt->cursorNotShared) in dmxMoveCursor()
926 if (!start->over || !dmxCursorDoMultiCursors || start->cursorNotShared) { in dmxSetCursor()
[all …]
H A Ddmx.h166 int cursorNotShared; /* for overlapping screens on a backend */ member