Searched refs:WriteBitmapFlags (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaImage.c423 CHECK_ROP(pGC,infoRec->WriteBitmapFlags) &&
424 CHECK_ROPSRC(pGC,infoRec->WriteBitmapFlags) &&
425 CHECK_PLANEMASK(pGC,infoRec->WriteBitmapFlags) &&
426 CHECK_COLORS(pGC,infoRec->WriteBitmapFlags) &&
427 !(infoRec->WriteBitmapFlags & TRANSPARENCY_ONLY)) ||
429 CHECK_ROP(pGC,infoRec->WriteBitmapFlags) &&
430 CHECK_ROPSRC(pGC,infoRec->WriteBitmapFlags) &&
431 !(infoRec->WriteBitmapFlags & NO_PLANEMASK) &&
432 !(infoRec->WriteBitmapFlags & TRANSPARENCY_ONLY))){
H A DxaaInitAccel.c867 infoRec->WriteBitmapFlags = infoRec->CPUToScreenColorExpandFillFlags;
887 infoRec->WriteBitmapFlags =
980 !(infoRec->WriteBitmapFlags & NO_TRANSPARENCY)) {
982 infoRec->NonTEGlyphRendererFlags = infoRec->WriteBitmapFlags;
1032 !(infoRec->WriteBitmapFlags & TRANSPARENCY_ONLY)) {
1034 infoRec->CopyPlaneFlags = infoRec->WriteBitmapFlags;
1040 !(infoRec->WriteBitmapFlags & NO_TRANSPARENCY)) {
1042 infoRec->PushPixelsFlags = infoRec->WriteBitmapFlags;
1229 !(infoRec->WriteBitmapFlags & TRANSPARENCY_ONLY)))) {
1281 !(infoRec->WriteBitmapFlags
[all...]
H A DxaaPict.c264 !(infoRec->WriteBitmapFlags & NO_TRANSPARENCY) &&
265 (!(infoRec->WriteBitmapFlags & RGB_EQUAL) ||
H A Dxaa.h565 int WriteBitmapFlags; member in struct:_XAAInfoRec
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c452 pXAAinfo->WriteBitmapFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
538 pXAAinfo->WriteBitmapFlags = LEFT_EDGE_CLIPPING | NO_PLANEMASK |
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_accel.c171 infoPtr->WriteBitmapFlags = 0;
256 infoPtr->WriteBitmapFlags |= NO_PLANEMASK;
H A Dpm3_accel.c464 infoPtr->WriteBitmapFlags = 0;

Completed in 11 milliseconds