math, in favor of direct pixel-oriented operations (which is more
natural for bitmap regions). Now the zero-motion and match-throttle
flood-fills use bitmap regions, but the pruning flood-fill still uses
set regions, because it's faster that way.
This leads to a 35%-45% performance increase in my tests!