Lines Matching refs:invert
256 bool invertible = mats[i].invert(&mats[i + SK_ARRAY_COUNT(baseMats)]);
847 REPORTER_ASSERT(reporter, mat.invert(&inverse));
852 REPORTER_ASSERT(reporter, mat.invert(&inverse));
858 REPORTER_ASSERT(reporter, mat.invert(&inverse));
864 REPORTER_ASSERT(reporter, mat.invert(nullptr));
865 REPORTER_ASSERT(reporter, mat.invert(&inverse));
874 REPORTER_ASSERT(reporter, !mat.invert(nullptr));
875 REPORTER_ASSERT(reporter, !mat.invert(&inverse));
877 REPORTER_ASSERT(reporter, !mat.invert(nullptr));
878 REPORTER_ASSERT(reporter, !mat.invert(&inverse));
884 REPORTER_ASSERT(reporter, !mat.invert(nullptr));
885 REPORTER_ASSERT(reporter, !mat.invert(&inverse));