Lines Matching refs:pixmaps

64         ExaMigrationRec pixmaps[1];
66 pixmaps[0].as_dst = TRUE;
67 pixmaps[0].as_src = FALSE;
68 pixmaps[0].pPix = pPixmap;
69 pixmaps[0].pReg = NULL;
71 exaDoMigration(pixmaps, 1, TRUE);
172 ExaMigrationRec pixmaps[1];
174 pixmaps[0].as_dst = TRUE;
175 pixmaps[0].as_src = FALSE;
176 pixmaps[0].pPix = pPix;
177 pixmaps[0].pReg = DamagePendingRegion(pExaPixmap->pDamage);
179 exaDoMigration(pixmaps, 1, TRUE);
248 /* Need to get both pixmaps to call the driver routines */
428 * If the pitch of the pixmaps is out of range, there's nothing
435 /* If the width or the height of either of the pixmaps
457 ExaMigrationRec pixmaps[2];
459 pixmaps[0].as_dst = TRUE;
460 pixmaps[0].as_src = FALSE;
461 pixmaps[0].pPix = pDstPixmap;
462 pixmaps[0].pReg = dstregion;
463 pixmaps[1].as_dst = FALSE;
464 pixmaps[1].as_src = TRUE;
465 pixmaps[1].pPix = pSrcPixmap;
466 pixmaps[1].pReg = srcregion;
468 exaDoMigration(pixmaps, 2, TRUE);
504 * Only taking this path for directly accessible pixmaps.
834 ExaMigrationRec pixmaps[1];
836 pixmaps[0].as_dst = TRUE;
837 pixmaps[0].as_src = FALSE;
838 pixmaps[0].pPix = pPixmap;
839 pixmaps[0].pReg = NULL;
841 exaDoMigration(pixmaps, 1, TRUE);
1009 ExaMigrationRec pixmaps[1];
1011 pixmaps[0].as_dst = TRUE;
1012 pixmaps[0].as_src = FALSE;
1013 pixmaps[0].pPix = pPixmap;
1014 pixmaps[0].pReg = exaGCReadsDestination(pDrawable, planemask, FillSolid,
1018 exaDoMigration(pixmaps, 1, TRUE);
1108 ExaMigrationRec pixmaps[2];
1110 pixmaps[0].as_dst = TRUE;
1111 pixmaps[0].as_src = FALSE;
1112 pixmaps[0].pPix = pPixmap;
1113 pixmaps[0].pReg = exaGCReadsDestination(pDrawable, planemask, FillTiled,
1116 pixmaps[1].as_dst = FALSE;
1117 pixmaps[1].as_src = TRUE;
1118 pixmaps[1].pPix = pTile;
1119 pixmaps[1].pReg = NULL;
1121 exaDoMigration(pixmaps, 2, TRUE);