Lines Matching defs: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);
176 ExaMigrationRec pixmaps[1];
178 pixmaps[0].as_dst = TRUE;
179 pixmaps[0].as_src = FALSE;
180 pixmaps[0].pPix = pPix;
181 pixmaps[0].pReg = DamagePendingRegion(pExaPixmap->pDamage);
183 exaDoMigration (pixmaps, 1, TRUE);
255 /* Need to get both pixmaps to call the driver routines */
437 * If the pitch of the pixmaps is out of range, there's nothing
444 /* If the width or the height of either of the pixmaps
466 ExaMigrationRec pixmaps[2];
468 pixmaps[0].as_dst = TRUE;
469 pixmaps[0].as_src = FALSE;
470 pixmaps[0].pPix = pDstPixmap;
471 pixmaps[0].pReg = dstregion;
472 pixmaps[1].as_dst = FALSE;
473 pixmaps[1].as_src = TRUE;
474 pixmaps[1].pPix = pSrcPixmap;
475 pixmaps[1].pReg = srcregion;
477 exaDoMigration (pixmaps, 2, TRUE);
513 * Only taking this path for directly accessible pixmaps.
835 ExaMigrationRec pixmaps[1];
837 pixmaps[0].as_dst = TRUE;
838 pixmaps[0].as_src = FALSE;
839 pixmaps[0].pPix = pPixmap;
840 pixmaps[0].pReg = NULL;
842 exaDoMigration (pixmaps, 1, TRUE);
1016 ExaMigrationRec pixmaps[1];
1018 pixmaps[0].as_dst = TRUE;
1019 pixmaps[0].as_src = FALSE;
1020 pixmaps[0].pPix = pPixmap;
1021 pixmaps[0].pReg = exaGCReadsDestination(pDrawable, planemask, FillSolid,
1024 exaDoMigration (pixmaps, 1, TRUE);
1119 ExaMigrationRec pixmaps[2];
1121 pixmaps[0].as_dst = TRUE;
1122 pixmaps[0].as_src = FALSE;
1123 pixmaps[0].pPix = pPixmap;
1124 pixmaps[0].pReg = exaGCReadsDestination(pDrawable, planemask, FillTiled,
1126 pixmaps[1].as_dst = FALSE;
1127 pixmaps[1].as_src = TRUE;
1128 pixmaps[1].pPix = pTile;
1129 pixmaps[1].pReg = NULL;
1131 exaDoMigration (pixmaps, 2, TRUE);