Searched refs:aIdentity (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/basegfx/test/ |
H A D | basegfx2d.cxx | 634 B2DHomMatrix aIdentity; in equal() local 642 aIdentity.identity(); // force compact layout in equal() 643 aIdentity.set(0,0, 1.0); in equal() 644 aIdentity.set(0,1, 0.0); in equal() 645 aIdentity.set(0,2, 0.0); in equal() 646 aIdentity.set(1,0, 0.0); in equal() 647 aIdentity.set(1,1, 1.0); in equal() 648 aIdentity.set(1,2, 0.0); in equal() 681 CPPUNIT_ASSERT_MESSAGE("operator==: identity matrix", aIdentity == maIdentity); in equal()
|
/aoo4110/main/svx/source/unodraw/ |
H A D | unoshap3.cxx | 872 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 21 milliseconds