Searched refs:pTile (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbfill.c | 190 PixmapPtr pTile = pGC->tile.pixmap; in fbFill() local 198 fbGetDrawable(&pTile->drawable, tile, tileStride, tileBpp, tileXoff, in fbFill() 200 tileWidth = pTile->drawable.width; in fbFill() 201 tileHeight = pTile->drawable.height; in fbFill() 215 fbFinishAccess(&pTile->drawable); in fbFill()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | gc.c | 578 PixmapPtr pTile; in CreateDefaultTile() local 586 pTile = (PixmapPtr) in CreateDefaultTile() 589 if (!pTile || !pgcScratch) { in CreateDefaultTile() 590 if (pTile) in CreateDefaultTile() 591 (*pTile->drawable.pScreen->DestroyPixmap) (pTile); in CreateDefaultTile() 601 ValidateGC((DrawablePtr) pTile, pgcScratch); in CreateDefaultTile() 606 (*pgcScratch->ops->PolyFillRect) ((DrawablePtr) pTile, pgcScratch, 1, in CreateDefaultTile() 612 pGC->tile.pixmap = pTile; in CreateDefaultTile()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.c | 507 PixmapPtr pTile = NULL; in exaValidateGC() local 515 pTile = pGC->tile.pixmap; in exaValidateGC() 520 if (pTile) in exaValidateGC() 521 exaPrepareAccess(&pTile->drawable, EXA_PREPARE_SRC); in exaValidateGC() 530 if (pTile) in exaValidateGC() 531 exaFinishAccess(&pTile->drawable, EXA_PREPARE_SRC); in exaValidateGC()
|
| H A D | exa_accel.c | 1074 exaFillRegionTiled(DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile, in exaFillRegionTiled() argument 1081 ExaPixmapPrivPtr pTileExaPixmap = ExaGetPixmapPriv(pTile); in exaFillRegionTiled() 1089 tileWidth = pTile->drawable.width; in exaFillRegionTiled() 1090 tileHeight = pTile->drawable.height; in exaFillRegionTiled() 1097 exaGetPixmapFirstPixel(pTile), planemask, in exaFillRegionTiled() 1118 pixmaps[1].pPix = pTile; in exaFillRegionTiled() 1126 if (!pPixmap || !exaPixmapHasGpuCopy(pTile)) in exaFillRegionTiled() 1129 if ((*pExaScr->info->PrepareCopy) (pTile, pPixmap, 1, 1, alu, planemask)) { in exaFillRegionTiled()
|
| H A D | exa_priv.h | 470 exaFillRegionTiled(DrawablePtr pDrawable, RegionPtr pRegion, PixmapPtr pTile,
|