Lines Matching refs:aPerspective
613 B2DHomMatrix aPerspective; in TEST_F() local
645 aPerspective.set(0,0, 1.0); in TEST_F()
646 aPerspective.set(0,1, 2.0); in TEST_F()
647 aPerspective.set(0,2, 3.0); in TEST_F()
648 aPerspective.set(1,0, 4.0); in TEST_F()
649 aPerspective.set(1,1, 5.0); in TEST_F()
650 aPerspective.set(1,2, 6.0); in TEST_F()
651 aPerspective.set(2,0, 7.0); in TEST_F()
652 aPerspective.set(2,1, 8.0); in TEST_F()
653 aPerspective.set(2,2, 9.0); in TEST_F()
660 ASSERT_TRUE(aPerspective == maPerspective) << "operator==: perspective matrix"; in TEST_F()