Home
last modified time | relevance | path

Searched refs:aIdentity (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx608 B2DHomMatrix aIdentity; in TEST_F() local
616 aIdentity.identity(); // force compact layout in TEST_F()
617 aIdentity.set(0,0, 1.0); in TEST_F()
618 aIdentity.set(0,1, 0.0); in TEST_F()
619 aIdentity.set(0,2, 0.0); in TEST_F()
620 aIdentity.set(1,0, 0.0); in TEST_F()
621 aIdentity.set(1,1, 1.0); in TEST_F()
622 aIdentity.set(1,2, 0.0); in TEST_F()
655 ASSERT_TRUE(aIdentity == maIdentity) << "operator==: identity matrix"; in TEST_F()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx872 const basegfx::B3DHomMatrix aIdentity; in setPropertyValueImpl() local
873 …PolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(aNewB3DPolyPolygon, aIdentity)); in setPropertyValueImpl()
987 const basegfx::B3DHomMatrix aIdentity; in setPropertyValueImpl() local
988 …PolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(aNewB3DPolyPolygon, aIdentity)); in setPropertyValueImpl()
1126 const basegfx::B3DHomMatrix aIdentity; in setPropertyValueImpl() local
1127 …PolyPolygon(basegfx::tools::createB2DPolyPolygonFromB3DPolyPolygon(aNewB3DPolyPolygon, aIdentity)); in setPropertyValueImpl()

Completed in 20 milliseconds