Lines Matching defs:cursors
25 * Animated cursors for X. Not specific to Render in any way, but
30 * creates composite cursors out of a set of static cursors and
358 AnimCursorCreate (CursorPtr *cursors, CARD32 *deltas, int ncursor, CursorPtr *ppCursor, ClientPtr client, XID cid)
369 if (IsAnimCur (cursors[i]))
381 pCursor->foreRed = cursors[0]->foreRed;
382 pCursor->foreGreen = cursors[0]->foreGreen;
383 pCursor->foreBlue = cursors[0]->foreBlue;
385 pCursor->backRed = cursors[0]->backRed;
386 pCursor->backGreen = cursors[0]->backGreen;
387 pCursor->backBlue = cursors[0]->backBlue;
410 cursors[i]->refcnt++;
411 ac->elts[i].pCursor = cursors[i];