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

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaGC.c 142 if(pixPriv->flags & DIRTY) {
143 pixPriv->flags &= ~(DIRTY | REDUCIBILITY_MASK);
150 if(pixPriv->flags & DIRTY) {
151 pixPriv->flags &= ~(DIRTY | REDUCIBILITY_MASK);
260 /* we have to assume that shared memory pixmaps are dirty
267 pPixPriv->flags |= DIRTY;
272 pPixPriv->flags |= DIRTY;
384 pixPriv->flags |= DIRTY;
xaawrap.h 58 pixPriv->flags |= DIRTY
xaaInit.c 485 /* we have to assume that shared memory pixmaps are dirty
492 pPixPriv->flags |= DIRTY;
498 pPixPriv->flags |= DIRTY;
xaaPict.c 572 (XAA_GET_PIXMAP_PRIVATE((PixmapPtr)(pDst->pDrawable)))->flags |= DIRTY;
652 (XAA_GET_PIXMAP_PRIVATE((PixmapPtr)(pDst->pDrawable)))->flags |= DIRTY;
xaalocal.h 76 #define DIRTY 0x00010000

Completed in 7 milliseconds