Lines Matching defs:sprite
322 SpriteRec sprite; /* window trace for delivery */
370 SpriteRec sprite; /* window trace for delivery */
536 /* sprite must always point to a valid sprite. For devices sharing the
537 * sprite, let sprite point to a paired spriteOwner's sprite. */
538 SpritePtr sprite; /* sprite information */
539 Bool spriteOwner; /* True if device owns the sprite */
542 pointer that owns the sprite. */
688 * Given a sprite, returns the window at the bottom of the trace (i.e. the
692 DeepestSpriteWin(SpritePtr sprite)
694 assert(sprite->spriteTraceGood > 0);
695 return sprite->spriteTrace[sprite->spriteTraceGood - 1];