Introduction - If you have any usage issues, please Google them yourself
In addition, we use SkFractionalInt to keep more fractional precision than just SkFixed, so we will abort the decal_ call if dx is very small, since the decal_ function just operates on SkFixed. If that were changed, we could skip the very_small test here.