Lines Matching defs:pMap
1358 PixmapPtr pMap;
1405 pMap = (PixmapPtr)(*pDraw->pScreen->CreatePixmap)
1408 if (pMap)
1410 pMap->drawable.serialNumber = NEXT_SERIAL_NUMBER;
1411 pMap->drawable.id = stuff->pid;
1414 pMap, RT_NONE, NULL, DixCreateAccess);
1416 (*pDraw->pScreen->DestroyPixmap)(pMap);
1419 if (AddResource(stuff->pid, RT_PIXMAP, (pointer)pMap))
1428 PixmapPtr pMap;
1433 rc = dixLookupResourceByType((pointer *)&pMap, stuff->id, RT_PIXMAP, client,