Searched refs:pNewTile (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbgc.c223 PixmapPtr pOldTile, pNewTile; local in function:fbValidateGC
228 pNewTile = fbGetRotatedPixmap(pGC);
229 if (!pNewTile || pNewTile ->drawable.bitsPerPixel != pDrawable->bitsPerPixel)
231 if (pNewTile)
232 (*pGC->pScreen->DestroyPixmap) (pNewTile);
233 pNewTile = fb24_32ReformatTile (pOldTile, pDrawable->bitsPerPixel);
235 if (pNewTile)
238 pGC->tile.pixmap = pNewTile;
H A Dfb24_32.c538 PixmapPtr pNewTile; local in function:fb24_32ReformatTile
546 pNewTile = pScreen->CreatePixmap(pScreen, pOldTile->drawable.width,
550 if (!pNewTile)
554 fbGetDrawable (&pNewTile->drawable,
576 fbFinishAccess (&pNewTile->drawable);
578 return pNewTile;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa.c199 PixmapPtr pOldTile, pNewTile; local in function:uxa_validate_gc
203 pNewTile = fbGetRotatedPixmap(pGC);
204 if (!pNewTile ||
205 pNewTile->drawable.bitsPerPixel !=
207 if (pNewTile)
209 DestroyPixmap) (pNewTile);
217 pNewTile =
224 if (pNewTile) {
226 pGC->tile.pixmap = pNewTile;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa.c199 PixmapPtr pOldTile, pNewTile; local in function:uxa_validate_gc
203 pNewTile = fbGetRotatedPixmap(pGC);
204 if (!pNewTile ||
205 pNewTile->drawable.bitsPerPixel !=
207 if (pNewTile)
209 DestroyPixmap) (pNewTile);
217 pNewTile =
224 if (pNewTile) {
226 pGC->tile.pixmap = pNewTile;
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa.c219 PixmapPtr pOldTile, pNewTile; local in function:uxa_validate_gc
223 pNewTile = fbGetRotatedPixmap(pGC);
224 if (!pNewTile ||
225 pNewTile->drawable.bitsPerPixel !=
227 if (pNewTile)
229 DestroyPixmap) (pNewTile);
237 pNewTile =
244 if (pNewTile) {
246 pGC->tile.pixmap = pNewTile;
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa.c198 PixmapPtr pOldTile, pNewTile; local in function:uxa_validate_gc
203 pNewTile = fbGetRotatedPixmap(pGC);
204 if (!pNewTile ||
205 pNewTile ->drawable.bitsPerPixel != pDrawable->bitsPerPixel)
207 if (pNewTile)
208 (*pGC->pScreen->DestroyPixmap) (pNewTile);
214 pNewTile = fb24_32ReformatTile (pOldTile,
219 if (pNewTile)
222 pGC->tile.pixmap = pNewTile;

Completed in 6 milliseconds