Searched refs:ChangePicture (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxpict.c | 158 DMX_WRAP(ChangePicture, dmxChangePicture, dmxScreen, ps); in dmxPictureInit() 1001 DMX_UNWRAP(ChangePicture, dmxScreen, ps); in dmxChangePicture() 1003 if (ps->ChangePicture) in dmxChangePicture() 1004 ps->ChangePicture(pPicture, mask); in dmxChangePicture() 1010 DMX_WRAP(ChangePicture, dmxChangePicture, dmxScreen, ps); in dmxChangePicture()
|
| H A D | dmx.h | 239 ChangePictureProcPtr ChangePicture; member
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picturestr.h | 293 ChangePictureProcPtr ChangePicture; member 437 ChangePicture(PicturePtr pPicture,
|
| H A D | picture.c | 783 *error = ChangePicture(pPicture, vmask, vlist, 0, client); in CreatePicture() 1040 ChangePicture(PicturePtr pPicture, in ChangePicture() function 1248 (*ps->ChangePicture) (pPicture, maskQ); in ChangePicture()
|
| H A D | mipict.c | 564 ps->ChangePicture = miChangePicture; in miPictureInit()
|
| H A D | render.c | 614 return ChangePicture(pPicture, stuff->mask, (XID *) (stuff + 1), in ProcRenderChangePicture()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | protocol.txt | 317 R005 RENDER:ChangePicture
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 39243 render: fix ChangePicture when Xinerama is active (v2) (#49170) 39245 ChangePicture takes wire XIDs, but didn't do any Xinerama translation, 187868 In CopyPicture, add missing call to ChangePicture to notify about the
|