Searched refs:pixPriv (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A Dxaawrap.h48 XAAPixmapPtr pixPriv = XAA_GET_PIXMAP_PRIVATE((PixmapPtr)(pDraw));\
58 pixPriv->flags |= DIRTY
H A DxaaGC.c140 XAAPixmapPtr pixPriv = XAA_GET_PIXMAP_PRIVATE(pGC->tile.pixmap); local in function:XAAValidateGC
142 if(pixPriv->flags & DIRTY) {
143 pixPriv->flags &= ~(DIRTY | REDUCIBILITY_MASK);
148 XAAPixmapPtr pixPriv = XAA_GET_PIXMAP_PRIVATE(pGC->stipple); local in function:XAAValidateGC
150 if(pixPriv->flags & DIRTY) {
151 pixPriv->flags &= ~(DIRTY | REDUCIBILITY_MASK);
383 XAAPixmapPtr pixPriv = XAA_GET_PIXMAP_PRIVATE((PixmapPtr)(pDst)); local in function:XAACopyAreaPixmap
384 pixPriv->flags |= DIRTY;
H A DxaaInit.c573 XAAPixmapPtr pixPriv = XAA_GET_PIXMAP_PRIVATE(devRet->pPix); local in function:XAASetDGAMode
587 pixPriv->flags |= OFFSCREEN | DGA_PIXMAP;
588 pixPriv->offscreenArea = area;
H A DxaaPCache.c1793 XAAPixmapPtr pixPriv = XAA_GET_PIXMAP_PRIVATE(pPix); local in function:XAACacheColor8x8Pattern
1796 if(!(pixPriv->flags & REDUCIBLE_TO_2_COLOR)) {
1810 int pat0 = pixPriv->pattern0;
1811 int pat1 = pixPriv->pattern1;
1814 fg = pixPriv->fg; bg = pixPriv->bg;
2017 XAAPixmapPtr pixPriv = XAA_GET_PIXMAP_PRIVATE(pPix); local in function:XAAWriteColor8x8PatternToCache
2025 if(pixPriv->flags & REDUCIBLE_TO_2_COLOR) {

Completed in 8 milliseconds