Searched refs:dstregion (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | pixmap.c | 193 RegionRec dstregion; in PixmapStartDirtyTracking() local 239 RegionInit(&dstregion, &box, 1); in PixmapStartDirtyTracking() 241 RegionUnion(damageregion, damageregion, &dstregion); in PixmapStartDirtyTracking() 242 RegionUninit(&dstregion); in PixmapStartDirtyTracking()
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | 0002-ati-cleanup-terminology-to-use-primary-secondary.patch | 159 dstregion = transform_region(damageregion, 170 dstregion = RegionDuplicate(damageregion); 171 RegionTranslate(dstregion, -dirty->x, -dirty->y); 174 RegionIntersect(dstregion, dstregion, &pixregion);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-ati/ |
| H A D | 0001-ati-cleanup-terminology-to-use-primary-secondary.patch | 157 dstregion = transform_region(damageregion, 168 dstregion = RegionDuplicate(damageregion); 169 RegionTranslate(dstregion, -dirty->x, -dirty->y); 172 RegionIntersect(dstregion, dstregion, &pixregion);
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_accel.c | 375 RegionPtr srcregion = NULL, dstregion = NULL; in exaHWCopyNtoN() local 417 dstregion = RegionCreate(NullBox, 0); in exaHWCopyNtoN() 418 RegionCopy(dstregion, srcregion); in exaHWCopyNtoN() 419 RegionTranslate(dstregion, dst_off_x - dx - src_off_x, in exaHWCopyNtoN() 462 pixmaps[0].pReg = dstregion; in exaHWCopyNtoN() 553 if (dstregion) { in exaHWCopyNtoN() 554 RegionUninit(dstregion); in exaHWCopyNtoN() 555 RegionDestroy(dstregion); in exaHWCopyNtoN()
|