Searched refs:CHECK_PLANEMASK (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaGCmisc.c | 31 CHECK_PLANEMASK(pGC,infoRec->CopyAreaFlags) && 49 CHECK_PLANEMASK(pGC,infoRec->PutImageFlags) && 68 CHECK_PLANEMASK(pGC,infoRec->CopyPlaneFlags) && 88 CHECK_PLANEMASK(pGC,infoRec->PushPixelsFlags) && 131 CHECK_PLANEMASK(pGC,infoRec->FillSpansSolidFlags) && 213 CHECK_PLANEMASK(pGC,infoRec->PolyGlyphBltNonTEFlags) && 226 CHECK_PLANEMASK(pGC,infoRec->PolyGlyphBltTEFlags) && 268 CHECK_PLANEMASK(pGC,infoRec->ImageGlyphBltNonTEFlags) && 271 CHECK_PLANEMASK(pGC,infoRec->SolidFillFlags) && 279 CHECK_PLANEMASK(pG [all...] |
| H A D | xaaCpyArea.c | 41 CHECK_PLANEMASK(pGC,infoRec->ScreenToScreenBitBltFlags)) 53 CHECK_PLANEMASK(pGC,infoRec->WritePixmapFlags) && 65 CHECK_PLANEMASK(pGC,infoRec->ScreenToScreenBitBltFlags))
|
| H A D | xaaPCache.c | 2127 CHECK_PLANEMASK(pGC,infoRec->FillMono8x8PatternSpansFlags)) { 2138 CHECK_PLANEMASK(pGC,infoRec->FillColor8x8PatternSpansFlags)) { 2154 CHECK_PLANEMASK(pGC,infoRec->FillCacheExpandSpansFlags)) { 2170 CHECK_PLANEMASK(pGC,infoRec->FillCacheBltSpansFlags)) { 2182 CHECK_PLANEMASK(pGC,infoRec->FillColorExpandSpansFlags)) { 2212 CHECK_PLANEMASK(pGC,infoRec->FillMono8x8PatternSpansFlags)) { 2220 CHECK_PLANEMASK(pGC,infoRec->FillColor8x8PatternSpansFlags)) { 2234 CHECK_PLANEMASK(pGC,infoRec->FillCacheExpandSpansFlags)) { 2246 CHECK_PLANEMASK(pGC,infoRec->FillCacheBltSpansFlags)) { 2256 CHECK_PLANEMASK(pG [all...] |
| H A D | xaaImage.c | 420 CHECK_PLANEMASK(pGC,infoRec->WritePixmapFlags) && 425 CHECK_PLANEMASK(pGC,infoRec->WriteBitmapFlags) &&
|
| H A D | xaaSpans.c | 64 CHECK_PLANEMASK(pGC,infoRec->FillSpansSolidFlags) &&
|
| H A D | xaaFillRect.c | 55 CHECK_PLANEMASK(pGC,infoRec->FillSolidRectsFlags) &&
|
| H A D | xaalocal.h | 1690 #define CHECK_PLANEMASK(pGC, flags) \ macro
|
Completed in 10 milliseconds