Home
last modified time | relevance | path

Searched refs:pDstPix (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_offscreen.c480 PixmapPtr pDstPix; in ExaOffscreenDefragment() local
483 pDstPix = (*pScreen->CreatePixmap) (pScreen, 0, 0, 0, 0); in ExaOffscreenDefragment()
485 if (!pDstPix) in ExaOffscreenDefragment()
488 pExaDstPix = ExaGetPixmapPriv(pDstPix); 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()
553 if (!pExaScr->info->PrepareCopy(pSrcPix, pDstPix, -1, -1, GXcopy, ~0)) { in ExaOffscreenDefragment()
[all …]
H A Dexa_render.c260 PixmapPtr pSrcPix, pDstPix; in exaTryDriverSolidFill() local
265 pDstPix = exaGetDrawablePixmap(pDst->pDrawable); in exaTryDriverSolidFill()
266 pDstExaPix = ExaGetPixmapPriv(pDstPix); in exaTryDriverSolidFill()
285 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &dst_off_x, &dst_off_y); in exaTryDriverSolidFill()
311 pixmaps[0].pPix = pDstPix; in exaTryDriverSolidFill()
316 if (!exaPixmapHasGpuCopy(pDstPix)) { in exaTryDriverSolidFill()
321 if (!(*pExaScr->info->PrepareSolid) (pDstPix, GXcopy, 0xffffffff, pixel)) { in exaTryDriverSolidFill()
330 (*pExaScr->info->Solid) (pDstPix, pbox->x1, pbox->y1, pbox->x2, in exaTryDriverSolidFill()
335 (*pExaScr->info->DoneSolid) (pDstPix); in exaTryDriverSolidFill()
352 PixmapPtr pSrcPix = NULL, pMaskPix = NULL, pDstPix; in exaTryDriverCompositeRects() local
[all …]
H A Dexa_unaccel.c487 PixmapPtr pDstPix; in ExaPrepareCompositeReg() local
569 pDstPix = exaGetDrawablePixmap(pDst->pDrawable); in ExaPrepareCompositeReg()
574 exaGetDrawableDeltas(pDst->pDrawable, pDstPix, &xoff, &yoff); in ExaPrepareCompositeReg()
584 pExaScr->prepare_access_reg(pDstPix, EXA_PREPARE_DEST, dstReg); in ExaPrepareCompositeReg()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c1009 PixmapPtr pSrcPix = NULL, pDstPix = NULL; in ProcRenderAddGlyphs() local
1118 pDstPix = (pScreen->CreatePixmap) (pScreen, in ProcRenderAddGlyphs()
1122 if (!pDstPix) { in ProcRenderAddGlyphs()
1127 pDst = CreatePicture(0, &pDstPix->drawable, in ProcRenderAddGlyphs()
1135 (pScreen->DestroyPixmap) (pDstPix); in ProcRenderAddGlyphs()
1136 pDstPix = NULL; in ProcRenderAddGlyphs()