Searched refs:ChangePictureClip (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/cw/
H A Dcw.h98 ChangePictureClipProcPtr ChangePictureClip; member in struct:__anon31641d280308
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmx.h236 ChangePictureClipProcPtr ChangePictureClip; member in struct:_DMXScreenInfo
H A Ddmxpict.c156 DMX_WRAP(ChangePictureClip, dmxChangePictureClip, dmxScreen, ps);
871 DMX_UNWRAP(ChangePictureClip, dmxScreen, ps);
873 if (ps->ChangePictureClip)
874 ps->ChangePictureClip(pPicture, clipType, value, n);
922 DMX_WRAP(ChangePictureClip, dmxChangePictureClip, dmxScreen, ps);
1019 mask &= ~CPClipMask; /* Handled in ChangePictureClip */
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.c1206 error = (*ps->ChangePictureClip)(pPicture, clipType,
1305 result =(*ps->ChangePictureClip) (pPicture, CT_REGION,
1348 result =(*ps->ChangePictureClip) (pPicture, type,
1452 (*ps->ChangePictureClip)(pDst, CT_NONE, NULL, 0);
1456 (*ps->ChangePictureClip)(pDst, CT_NONE, NULL, 0);
1464 (*ps->ChangePictureClip)(pDst, CT_REGION, clientClip, 0);
H A Dmipict.c618 ps->ChangePictureClip = miChangePictureClip;
H A Dpicturestr.h342 ChangePictureClipProcPtr ChangePictureClip; member in struct:_PictureScreen
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.c1168 error = (*ps->ChangePictureClip) (pPicture, clipType,
1265 result = (*ps->ChangePictureClip) (pPicture, CT_REGION,
1302 result = (*ps->ChangePictureClip) (pPicture, type, (void *) clientClip, 0);
H A Dmipict.c560 ps->ChangePictureClip = miChangePictureClip;
H A Dpicturestr.h290 ChangePictureClipProcPtr ChangePictureClip; member in struct:_PictureScreen

Completed in 13 milliseconds