Lines Matching refs:pLink
34 PixmapLinkPtr pLink = infoRec->OffscreenPixmaps;
37 while(pLink) {
38 pPriv = XAA_GET_PIXMAP_PRIVATE(pLink->pPix);
39 pLink->area = pPriv->offscreenArea;
40 XAAMoveOutOffscreenPixmap(pLink->pPix);
41 pLink = pLink->next;
51 PixmapLinkPtr pLink = infoRec->OffscreenPixmaps;
60 while(pLink) {
61 pPix = pLink->pPix;
63 area = pLink->area;
83 pLink = pLink->next;
100 pLink->area = NULL;
101 pLink = pLink->next;