Lines Matching defs:SourceValidate
77 SourceValidateProcPtr SourceValidate;
338 pScreenPriv->SourceValidate = pScreen->SourceValidate;
366 pScreen->SourceValidate = miSpriteSourceValidate;
392 pScreen->SourceValidate = pScreenPriv->SourceValidate;
500 SCREEN_PROLOGUE (pPriv, pScreen, SourceValidate);
513 SPRITE_DEBUG (("SourceValidate remove\n"));
520 if (pScreen->SourceValidate)
521 (*pScreen->SourceValidate) (pDrawable, x, y, width, height, subWindowMode);
523 SCREEN_EPILOGUE (pPriv, pScreen, SourceValidate);