Lines Matching defs:pixmaps
313 ExaMigrationRec pixmaps[1];
315 pixmaps[0].as_dst = TRUE;
316 pixmaps[0].as_src = FALSE;
317 pixmaps[0].pPix = pDstPix;
318 pixmaps[0].pReg = ®ion;
319 exaDoMigration(pixmaps, 1, TRUE);
379 /* Check whether the accelerator can use these pixmaps.
380 * FIXME: If it cannot, use temporary pixmaps so that the drawing
397 ExaMigrationRec pixmaps[3];
400 pixmaps[i].as_dst = TRUE;
401 pixmaps[i].as_src = exaOpReadsDestination(op);
402 pixmaps[i].pPix = pDstPix;
403 pixmaps[i].pReg = NULL;
407 pixmaps[i].as_dst = FALSE;
408 pixmaps[i].as_src = TRUE;
409 pixmaps[i].pPix = pSrcPix;
410 pixmaps[i].pReg = NULL;
415 pixmaps[i].as_dst = FALSE;
416 pixmaps[i].as_src = TRUE;
417 pixmaps[i].pPix = pMaskPix;
418 pixmaps[i].pReg = NULL;
422 exaDoMigration(pixmaps, i, TRUE);
669 /* Check whether the accelerator can use these pixmaps.
670 * FIXME: If it cannot, use temporary pixmaps so that the drawing
709 ExaMigrationRec pixmaps[3];
712 pixmaps[i].as_dst = TRUE;
713 pixmaps[i].as_src = exaOpReadsDestination(op);
714 pixmaps[i].pPix = pDstPix;
715 pixmaps[i].pReg = pixmaps[0].as_src ? NULL : ®ion;
719 pixmaps[i].as_dst = FALSE;
720 pixmaps[i].as_src = TRUE;
721 pixmaps[i].pPix = pSrcPix;
722 pixmaps[i].pReg = NULL;
727 pixmaps[i].as_dst = FALSE;
728 pixmaps[i].as_src = TRUE;
729 pixmaps[i].pPix = pMaskPix;
730 pixmaps[i].pReg = NULL;
734 exaDoMigration(pixmaps, i, TRUE);