Searched refs:RegionNotEmpty (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/xorg-server/dist/fb/
H A Dfboverlay.c164 if (!prgn || !RegionNotEmpty(prgn))
172 else if (RegionNotEmpty(&pScrPriv->layer[i].u.run.region)) {
217 if (RegionNotEmpty(&layerRgn[i])) {
230 if (RegionNotEmpty(&layerRgn[i]))
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfboverlay.c177 if (!prgn || !RegionNotEmpty(prgn))
188 else if (RegionNotEmpty(&pScrPriv->layer[i].u.run.region))
241 if (RegionNotEmpty(&layerRgn[i]))
256 if (RegionNotEmpty(&layerRgn[i]))
/xsrc/external/mit/xorg-server/dist/miext/shadow/
H A Dshadow.c64 if (RegionNotEmpty(pRegion)) {
/xsrc/external/mit/xorg-server/dist/include/
H A Dregionstr.h180 RegionNotEmpty(RegionPtr _pReg) function in typeref:typename:Bool
373 #define REGION_NOTEMPTY(pScreen, r) RegionNotEmpty(r)
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dregionstr.h158 static inline Bool RegionNotEmpty(RegionPtr _pReg) { function in typeref:typename:Bool
371 #define REGION_NOTEMPTY(pScreen, r) RegionNotEmpty(r)
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkxv.c528 if (!RegionNotEmpty(&ClipRegion)) {
604 if (!RegionNotEmpty(&ClipRegion)) {
680 if (!RegionNotEmpty(&ClipRegion)) {
801 AreasExposed = (WinPriv && reg1 && RegionNotEmpty(reg1));
1047 if (!RegionNotEmpty(&ClipRegion)) {
1177 if (!RegionNotEmpty(&ClipRegion)) {
1320 if (!RegionNotEmpty(&ClipRegion)) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Rotate.c183 if (RegionNotEmpty(region)) {
207 if (RegionNotEmpty(&crtc_damage))
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.c139 if (RegionNotEmpty(&tmpRegion)) {
156 was_empty = !RegionNotEmpty(&pDamage->damage);
159 if (was_empty && RegionNotEmpty(&pDamage->damage)) {
187 if (RegionNotEmpty(&tmpRegion)) {
200 was_empty = !RegionNotEmpty(pOldDamage);
201 if (was_empty && RegionNotEmpty(&newDamage)) {
236 if (!RegionNotEmpty(pRegion))
334 if (!RegionNotEmpty(pDamageRegion))
573 RegionNotEmpty(g->pCompositeClip)))
584 RegionNotEmpty(
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmicopy.c209 RegionNotEmpty(&((WindowPtr) pSrcDrawable)->borderClip))
/xsrc/external/mit/xorg-server.old/dist/miext/shadow/
H A Dshadow.c60 if (RegionNotEmpty(pRegion)) {
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmicopy.c180 RegionNotEmpty(&((WindowPtr) pSrcDrawable)->borderClip)) {
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_prepare.c71 if (!RegionNotEmpty(&region))
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfb.h360 RegionNotEmpty(&(pWin)->drawable.pScreen->root->borderClip)
363 RegionNotEmpty(&WindowTable[(pWin)->drawable.pScreen->myNum]->borderClip)
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_damage.c681 assert(RegionNotEmpty(region));
1072 assert(RegionNotEmpty(&damage->region));
1111 assert(RegionNotEmpty(region));
1136 assert(RegionNotEmpty(&damage->region));
1214 assert(RegionNotEmpty(&damage->region));
1307 assert(RegionNotEmpty(&damage->region));
1485 assert(RegionNotEmpty(region));
1504 return RegionNotEmpty(result);
H A Dsna_damage.h208 assert(RegionNotEmpty(region));
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfb.h364 RegionNotEmpty(&(pWin)->drawable.pScreen->root->borderClip)
367 RegionNotEmpty(&WindowTable[(pWin)->drawable.pScreen->myNum]->borderClip)
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_damage.c681 assert(RegionNotEmpty(region));
1072 assert(RegionNotEmpty(&damage->region));
1111 assert(RegionNotEmpty(region));
1136 assert(RegionNotEmpty(&damage->region));
1214 assert(RegionNotEmpty(&damage->region));
1307 assert(RegionNotEmpty(&damage->region));
1485 assert(RegionNotEmpty(region));
1504 return RegionNotEmpty(result);
H A Dsna_damage.h208 assert(RegionNotEmpty(region));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.c757 if(!RegionNotEmpty(&ClipRegion)) {
834 if(!RegionNotEmpty(&ClipRegion)) {
927 if(!RegionNotEmpty(&ClipRegion)) {
1185 AreasExposed = (WinPriv && reg1 && RegionNotEmpty(reg1));
1532 if(!RegionNotEmpty(&ClipRegion)) {
1673 if(!RegionNotEmpty(&ClipRegion)) {
1838 if(!RegionNotEmpty(&ClipRegion)) {
1983 if (!RegionNotEmpty(fillboxes))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c220 if (RegionNotEmpty(region))
247 if (RegionNotEmpty(&crtc_damage))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xv.c666 if (!RegionNotEmpty(&ClipRegion)) {
738 if (!RegionNotEmpty(&ClipRegion)) {
816 if (!RegionNotEmpty(&ClipRegion)) {
1059 AreasExposed = (WinPriv && reg1 && RegionNotEmpty(reg1));
1369 if (!RegionNotEmpty(&ClipRegion)) {
1500 if (!RegionNotEmpty(&ClipRegion)) {
1644 if (!RegionNotEmpty(&ClipRegion)) {
1754 if (!RegionNotEmpty(fillboxes))
/xsrc/external/mit/xorg-server/dist/miext/damage/
H A Ddamage.c150 if (!RegionNotEmpty(pRegion))
241 if (!RegionNotEmpty(pDamageRegion))
463 RegionNotEmpty(g->pCompositeClip)))
474 RegionNotEmpty(p->pCompositeClip))
1874 return RegionNotEmpty(&pDamage->damage);
1948 if (RegionNotEmpty(&tmpRegion)) {
1963 was_empty = !RegionNotEmpty(&pDamage->damage);
1965 if (was_empty && RegionNotEmpty(&pDamage->damage)) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/
H A Dcompat-api.h167 #define RegionNotEmpty(r) REGION_NOTEMPTY(NULL, r) macro
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkxv.c677 if(!RegionNotEmpty(&ClipRegion)) {
756 if(!RegionNotEmpty(&ClipRegion)) {
845 if(!RegionNotEmpty(&ClipRegion)) {
1023 AreasExposed = (WinPriv && reg1 && RegionNotEmpty(reg1));
1354 if(!RegionNotEmpty(&ClipRegion)) {
1493 if(!RegionNotEmpty(&ClipRegion)) {
1654 if(!RegionNotEmpty(&ClipRegion)) {
/xsrc/external/mit/xf86-video-intel/dist/src/
H A Dcompat-api.h184 #define RegionNotEmpty(r) REGION_NOTEMPTY(NULL, r) macro

Completed in 85 milliseconds

123