Searched refs:pSrcPix (Results 1 – 4 of 4) sorted by relevance
260 PixmapPtr pSrcPix, pDstPix; in exaTryDriverSolidFill() local290 pSrcPix = exaGetDrawablePixmap(pSrc->pDrawable); in exaTryDriverSolidFill()291 pixel = exaGetPixmapFirstPixel(pSrcPix); in exaTryDriverSolidFill()352 PixmapPtr pSrcPix = NULL, pMaskPix = NULL, pDstPix; in exaTryDriverCompositeRects() local359 pSrcPix = exaGetDrawablePixmap(pSrc->pDrawable); in exaTryDriverCompositeRects()360 pSrcExaPix = ExaGetPixmapPriv(pSrcPix); in exaTryDriverCompositeRects()396 if (pSrcPix) { in exaTryDriverCompositeRects()399 pixmaps[i].pPix = pSrcPix; in exaTryDriverCompositeRects()419 if (pSrcPix) { in exaTryDriverCompositeRects()420 pSrcPix = in exaTryDriverCompositeRects()[all …]
494 PixmapPtr pSrcPix; in ExaOffscreenDefragment() local522 pSrcPix = prev->privData; in ExaOffscreenDefragment()523 pExaSrcPix = ExaGetPixmapPriv(pSrcPix); in ExaOffscreenDefragment()542 save_pitch = pSrcPix->devKind; in ExaOffscreenDefragment()545 pSrcPix->devKind = pExaSrcPix->fb_pitch; in ExaOffscreenDefragment()547 pDstPix->drawable.width = pSrcPix->drawable.width; in ExaOffscreenDefragment()548 pDstPix->devKind = pSrcPix->devKind; in ExaOffscreenDefragment()549 pDstPix->drawable.height = pSrcPix->drawable.height; in ExaOffscreenDefragment()550 pDstPix->drawable.depth = pSrcPix->drawable.depth; in ExaOffscreenDefragment()551 pDstPix->drawable.bitsPerPixel = pSrcPix->drawable.bitsPerPixel; in ExaOffscreenDefragment()[all …]
485 PixmapPtr pSrcPix = NULL; in ExaPrepareCompositeReg() local495 pSrcPix = exaGetDrawablePixmap(pSrc->pDrawable); in ExaPrepareCompositeReg()498 pExaScr->srcPix = pSrcPix; in ExaPrepareCompositeReg()558 if (pSrcPix) in ExaPrepareCompositeReg()559 pExaScr->prepare_access_reg(pSrcPix, EXA_PREPARE_SRC, srcReg); in ExaPrepareCompositeReg()
1009 PixmapPtr pSrcPix = NULL, pDstPix = NULL; in ProcRenderAddGlyphs() local1102 pSrcPix = GetScratchPixmapHeader(pScreen, in ProcRenderAddGlyphs()1105 if (!pSrcPix) { in ProcRenderAddGlyphs()1110 pSrc = CreatePicture(0, &pSrcPix->drawable, in ProcRenderAddGlyphs()1149 FreeScratchPixmapHeader(pSrcPix); in ProcRenderAddGlyphs()1150 pSrcPix = NULL; in ProcRenderAddGlyphs()1180 if (pSrcPix) in ProcRenderAddGlyphs()1181 FreeScratchPixmapHeader(pSrcPix); in ProcRenderAddGlyphs()