Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c260 PixmapPtr pSrcPix, pDstPix; in exaTryDriverSolidFill() local
290 pSrcPix = exaGetDrawablePixmap(pSrc->pDrawable); in exaTryDriverSolidFill()
291 pixel = exaGetPixmapFirstPixel(pSrcPix); in exaTryDriverSolidFill()
352 PixmapPtr pSrcPix = NULL, pMaskPix = NULL, pDstPix; in exaTryDriverCompositeRects() local
359 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 …]
H A Dexa_offscreen.c494 PixmapPtr pSrcPix; in ExaOffscreenDefragment() local
522 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 …]
H A Dexa_unaccel.c485 PixmapPtr pSrcPix = NULL; in ExaPrepareCompositeReg() local
495 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()
/OK3568_Linux_fs/external/xserver/render/
H A Drender.c1009 PixmapPtr pSrcPix = NULL, pDstPix = NULL; in ProcRenderAddGlyphs() local
1102 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()