HomeSort by: relevance | last modified time | path
    Searched refs:OffscreenPixmaps (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaOffscreen.c 34 PixmapLinkPtr pLink = infoRec->OffscreenPixmaps;
51 PixmapLinkPtr pLink = infoRec->OffscreenPixmaps;
xaaInit.c 407 pLink->next = infoRec->OffscreenPixmaps;
409 infoRec->OffscreenPixmaps = pLink;
443 PixmapLinkPtr pLink = infoRec->OffscreenPixmaps;
452 else infoRec->OffscreenPixmaps = pLink->next;
621 if((infoRec->Flags & OFFSCREEN_PIXMAPS) && (infoRec->OffscreenPixmaps))
631 if((infoRec->Flags & OFFSCREEN_PIXMAPS) && (infoRec->OffscreenPixmaps))
xaalocal.h 1720 _pLink = infoRec->OffscreenPixmaps; \
1725 else infoRec->OffscreenPixmaps = _pLink->next; \
xaa.h 1227 PixmapLinkPtr OffscreenPixmaps;

Completed in 8 milliseconds