Lines Matching refs:pMap
1464 PixmapPtr pMap;
1509 pMap = (PixmapPtr) (*pDraw->pScreen->CreatePixmap)
1511 if (pMap) {
1512 pMap->drawable.serialNumber = NEXT_SERIAL_NUMBER;
1513 pMap->drawable.id = stuff->pid;
1516 pMap, RT_NONE, NULL, DixCreateAccess);
1518 (*pDraw->pScreen->DestroyPixmap) (pMap);
1521 if (AddResource(stuff->pid, RT_PIXMAP, (void *) pMap))
1530 PixmapPtr pMap;
1536 rc = dixLookupResourceByType((void **) &pMap, stuff->id, RT_PIXMAP,