Lines Matching refs:SourceValidate
2453 dix: Call SourceValidate before GetImage
2458 SourceValidate are already wrapping GetImage and doing the equivalent
2468 callers must already call SourceValidate - or miGetImage - which this
2469 commit now protects with SourceValidate.
39797 GetImage and SourceValidate. Fortunately no one is likely to have
72352 v4: check DamageCreate return, add SourceValidate comment,
99780 composite: Add SourceValidate wrapper
99782 When SourceValidate is performed on a window with IncludeInferiors
99842 Call SourceValidate even if src == dst
99844 The extra SourceValidate calls from damageCopyArea and damageCopyPlane
99856 Add subWindowMode parameter to SourceValidate
99858 Pass the subWindowMode from the GC/source Picture to SourceValidate.
112756 Exa screen private has SavedSourceValidate, not SourceValidate
112759 SourceValidate function.
112884 exa: avoid calling non existent SourceValidate callback
112886 In unaccel path we were unconditionaly calling the SourceValidate
112898 Revert "exa: avoid calling non existent SourceValidate callback"
112902 This one checked pScreen->SourceValidate instead of
112903 pExaScr->SourceValidate which would cause a segfault when
112904 pExaScr->SourceValidate was NULL.
112910 exa: avoid calling non existent SourceValidate callback
112912 In unaccel path we were unconditionaly calling the SourceValidate
131521 misprite: In SourceValidate, check that it's a Window first
165191 screen in the BlockHandler, SourceValidate and a few others. Only remove or
165468 Disable SourceValidate in rotation to capture cursor.
165470 SourceValidate is used exclusively by the software cursor code to pull the
165495 Replacing this with simpler code that just disables SourceValidate
187810 Add call to SourceValidate() when pDst == pSrc, so misprite.c get a chance
190859 Oops. Call SourceValidate for Composite operations.