While implementing flutter/engine#56720 the unit tests for the ImageFilter methods that test the bounds methods were having trouble passing for perspective transforms. In order to get that PR landed it reverted 2 of the methods back to using Skia geometry classes for implementation.
We need to find the problem that was preventing the Impeller classes from correctly doing the work and finish the migration...