Searched refs:preserves2dAxisAlignment (Results 1 – 3 of 3) sorted by relevance
425 bool preserves2dAxisAlignment(SkMScalar epsilon = SK_ScalarNearlyZero) const;
629 REPORTER_ASSERT(reporter, transform.preserves2dAxisAlignment()); in test()632 REPORTER_ASSERT(reporter, !transform.preserves2dAxisAlignment()); in test()
884 bool SkMatrix44::preserves2dAxisAlignment (SkMScalar epsilon) const { in preserves2dAxisAlignment() function in SkMatrix44