Lines Matching refs:pScrni
734 Z4lStopVideo(ScrnInfoPtr pScrni, pointer data, Bool exit)
745 REGION_EMPTY(pScrni->pScreen, &pPriv->clips);
749 Z4lQueryBestSize(ScrnInfoPtr pScrni, Bool motion,
765 Z4lPutImage(ScrnInfoPtr pScrni, short src_x, short src_y, short drw_x,
847 z4l_setup_colorkey(pPriv, pScrni->pScreen, clipBoxes);
853 Z4lQueryImageAttributes(ScrnInfoPtr pScrni, int id, unsigned short *width,
898 Z4lPutVideo(ScrnInfoPtr pScrni, short src_x, short src_y, short drw_x,
926 z4l_setup_colorkey(pPriv, pScrni->pScreen, clipBoxes);
1153 Z4lSetPortAttribute(ScrnInfoPtr pScrni, Atom attribute, INT32 value,
1192 REGION_EMPTY(pScrni->pScreen, &pPriv->clips);
1193 z4l_setup_colorkey(pPriv, pScrni->pScreen, &pPriv->clips);
1214 Z4lGetPortAttribute(ScrnInfoPtr pScrni, Atom attribute, INT32 *value,
1306 Z4lInit(ScrnInfoPtr pScrni, XF86VideoAdaptorPtr ** adaptors)
1332 oldAdjustFrame = pScrni->AdjustFrame;
1333 pScrni->AdjustFrame = Z4lAdjustFrame;
1581 REGION_NULL(pScrni->pScreen, &pPriv->clips);
1583 REGION_INIT(pScrni->pScreen, &pPriv->clips, NullBox, 0);