Searched refs:was_empty (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ | ||
| H A D | damage.c | 128 Bool was_empty; local in function:damageReportDamage 156 was_empty = !RegionNotEmpty(&pDamage->damage); 159 if (was_empty && RegionNotEmpty(&pDamage->damage)) { 176 Bool was_empty; local in function:damageReportDamagePostRendering 200 was_empty = !RegionNotEmpty(pOldDamage); 201 if (was_empty && RegionNotEmpty(&newDamage)) { |
| /xsrc/external/mit/xorg-server/dist/miext/damage/ | ||
| H A D | damage.c | 1938 Bool was_empty; local in function:DamageReportDamage 1963 was_empty = !RegionNotEmpty(&pDamage->damage); 1965 if (was_empty && RegionNotEmpty(&pDamage->damage)) { |
Completed in 6 milliseconds