Lines Matching refs:isIdentity
404 REPORTER_ASSERT(reporter, info0.fLocalMat.isIdentity()); in test_savelayer_extraction()
405 REPORTER_ASSERT(reporter, info0.fPreMat.isIdentity()); in test_savelayer_extraction()
413 REPORTER_ASSERT(reporter, info1.fLocalMat.isIdentity()); in test_savelayer_extraction()
414 REPORTER_ASSERT(reporter, info1.fPreMat.isIdentity()); in test_savelayer_extraction()
424 REPORTER_ASSERT(reporter, !info2.fLocalMat.isIdentity()); in test_savelayer_extraction()
425 REPORTER_ASSERT(reporter, info2.fPreMat.isIdentity()); in test_savelayer_extraction()
434 REPORTER_ASSERT(reporter, info3.fLocalMat.isIdentity()); in test_savelayer_extraction()
435 REPORTER_ASSERT(reporter, info3.fPreMat.isIdentity()); in test_savelayer_extraction()
444 REPORTER_ASSERT(reporter, info4.fLocalMat.isIdentity()); in test_savelayer_extraction()
445 REPORTER_ASSERT(reporter, info4.fPreMat.isIdentity()); in test_savelayer_extraction()
454 REPORTER_ASSERT(reporter, info5.fLocalMat.isIdentity()); in test_savelayer_extraction()
455 REPORTER_ASSERT(reporter, info5.fPreMat.isIdentity()); in test_savelayer_extraction()
463 REPORTER_ASSERT(reporter, info6.fLocalMat.isIdentity()); in test_savelayer_extraction()
464 REPORTER_ASSERT(reporter, info6.fPreMat.isIdentity()); in test_savelayer_extraction()
473 REPORTER_ASSERT(reporter, info7.fLocalMat.isIdentity()); in test_savelayer_extraction()
474 REPORTER_ASSERT(reporter, info7.fPreMat.isIdentity()); in test_savelayer_extraction()
790 REPORTER_ASSERT(reporter, testCanvas.getTotalMatrix().isIdentity()); in test_unbalanced_save_restores()