Lines Matching defs:SourceValidate
73 SourceValidateProcPtr SourceValidate;
310 pScreenPriv->SourceValidate = pScreen->SourceValidate;
333 pScreen->SourceValidate = miSpriteSourceValidate;
357 pScreen->SourceValidate = pScreenPriv->SourceValidate;
377 SCREEN_PROLOGUE(pPriv, pScreen, SourceValidate);
386 SPRITE_DEBUG(("SourceValidate remove\n"));
393 (*pScreen->SourceValidate) (pDrawable, x, y, width, height,
396 SCREEN_EPILOGUE(pPriv, pScreen, SourceValidate);