Searched refs:ReputImage (Results 1 – 9 of 9) sorted by relevance
144 ReputImageFuncPtr ReputImage; member171 ReputImageFuncPtr ReputImage; member
358 adaptorPriv->ReputImage = adaptorPtr->ReputImage; in KdXVInitAdaptors()686 (*portPriv->AdaptorRec->ReputImage) (portPriv->screen, portPriv->pDraw, in KdXVReputImage()826 if (pPriv->AdaptorRec->ReputImage) in KdXVWindowExposures()
62 ReputImageFuncPtr ReputImage; member
479 adaptorPriv->ReputImage = adaptorPtr->ReputImage; /* image/still */ in xf86XVInitAdaptors()821 ret = (*portPriv->AdaptorRec->ReputImage) (portPriv->pScrn, in xf86XVReputImage()946 if (pPriv->AdaptorRec->ReputImage) in xf86XVReputOrStopPort()982 if (!pPriv->type && !pPriv->AdaptorRec->ReputImage) in xf86XVReputOrStopAllPorts()1078 if (!pPriv->type && !pPriv->AdaptorRec->ReputImage) in xf86XVWindowExposures()
144 ReputImageFuncPtr ReputImage; /* image/still */ member
167 adapt->ReputImage = NULL; in glamor_xv_init()
482 adapt->ReputImage = NULL; in ms_exa_xv_init()
586 a_this->adaptors[i].ReputImage = ephyrReputImage; in ephyrXVPrivSetAdaptorsHooks()
102283 xfree86/xv: Pass all coordinate arguments to ReputImage102285 Pass all of the src/dst coordinates to ReputImage so that drivers102304 xfree86/xv: Add some helpful comments about ReputImage102306 Document the fact that ReputImage is used for stills as well as images.102315 xfree86/xv: Fix ReputImage clipping102317 PutImage/PutStill respect the GC clip, however ReputImage does not.102318 PutImage/PutStill are supposed to be oneshot operations so ReputImage102321 into use by ReputImage and initially make it a copy of the original102322 GC composite clip. Whenever ReputImage needs reclipping update102387 If the window is invisible or if ReputImage isn't supported stop[all …]