Lines Matching refs:sprite
309 SpriteRec sprite; /* window trace for delivery */
518 /* sprite must always point to a valid sprite. For devices sharing the
519 * sprite, let sprite point to a paired spriteOwner's sprite. */
520 SpritePtr sprite; /* sprite information */
521 Bool spriteOwner; /* True if device owns the sprite */
524 pointer that owns the sprite. */
664 * Given a sprite, returns the window at the bottom of the trace (i.e. the
667 static inline WindowPtr DeepestSpriteWin(SpritePtr sprite)
669 assert(sprite->spriteTraceGood > 0);
670 return sprite->spriteTrace[sprite->spriteTraceGood - 1];