Home
last modified time | relevance | path

Searched refs:pSource (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c359 RegionPtr pSource, pDestination; in ProcXFixesCopyRegion() local
364 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesCopyRegion()
367 if (!RegionCopy(pDestination, pSource)) in ProcXFixesCopyRegion()
431 RegionPtr pSource, pDestination; in ProcXFixesInvertRegion() local
437 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesInvertRegion()
453 if (!RegionInverse(pDestination, pSource, &bounds)) in ProcXFixesInvertRegion()
505 RegionPtr pSource, pDestination; in ProcXFixesRegionExtents() local
510 VERIFY_REGION(pSource, stuff->source, client, DixReadAccess); in ProcXFixesRegionExtents()
513 RegionReset(pDestination, RegionExtents(pSource)); in ProcXFixesRegionExtents()
766 RegionPtr pSource, pDestination; in ProcXFixesExpandRegion() local
[all …]
H A Dcursor.c686 CursorPtr pSource, pDestination; in ProcXFixesChangeCursor() local
691 VERIFY_CURSOR(pSource, stuff->source, client, in ProcXFixesChangeCursor()
696 ReplaceCursor(pSource, TestForCursor, (void *) pDestination); in ProcXFixesChangeCursor()
723 CursorPtr pSource; in ProcXFixesChangeCursorByName() local
730 VERIFY_CURSOR(pSource, stuff->source, client, in ProcXFixesChangeCursorByName()
735 ReplaceCursor(pSource, TestForCursorName, &name); in ProcXFixesChangeCursorByName()