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