Lines Matching refs:pixmaps
307 ExaMigrationRec pixmaps[1];
309 pixmaps[0].as_dst = TRUE;
310 pixmaps[0].as_src = FALSE;
311 pixmaps[0].pPix = pDstPix;
312 pixmaps[0].pReg = ®ion;
313 exaDoMigration(pixmaps, 1, TRUE);
371 /* Check whether the accelerator can use these pixmaps.
372 * FIXME: If it cannot, use temporary pixmaps so that the drawing
387 ExaMigrationRec pixmaps[3];
390 pixmaps[i].as_dst = TRUE;
391 pixmaps[i].as_src = exaOpReadsDestination(op);
392 pixmaps[i].pPix = pDstPix;
393 pixmaps[i].pReg = NULL;
397 pixmaps[i].as_dst = FALSE;
398 pixmaps[i].as_src = TRUE;
399 pixmaps[i].pPix = pSrcPix;
400 pixmaps[i].pReg = NULL;
405 pixmaps[i].as_dst = FALSE;
406 pixmaps[i].as_src = TRUE;
407 pixmaps[i].pPix = pMaskPix;
408 pixmaps[i].pReg = NULL;
412 exaDoMigration(pixmaps, i, TRUE);
659 /* Check whether the accelerator can use these pixmaps.
660 * FIXME: If it cannot, use temporary pixmaps so that the drawing
697 ExaMigrationRec pixmaps[3];
700 pixmaps[i].as_dst = TRUE;
701 pixmaps[i].as_src = exaOpReadsDestination(op);
702 pixmaps[i].pPix = pDstPix;
703 pixmaps[i].pReg = pixmaps[0].as_src ? NULL : ®ion;
707 pixmaps[i].as_dst = FALSE;
708 pixmaps[i].as_src = TRUE;
709 pixmaps[i].pPix = pSrcPix;
710 pixmaps[i].pReg = NULL;
715 pixmaps[i].as_dst = FALSE;
716 pixmaps[i].as_src = TRUE;
717 pixmaps[i].pPix = pMaskPix;
718 pixmaps[i].pReg = NULL;
722 exaDoMigration(pixmaps, i, TRUE);