Home
last modified time | relevance | path

Searched defs:B2DHomMatrix (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx41 B2DHomMatrix::B2DHomMatrix() : in B2DHomMatrix() function in basegfx::B2DHomMatrix
46 B2DHomMatrix::B2DHomMatrix(const B2DHomMatrix& rMat) : in B2DHomMatrix() function in basegfx::B2DHomMatrix
55B2DHomMatrix::B2DHomMatrix(double f_0x0, double f_0x1, double f_0x2, double f_1x0, double f_1x1, d… in B2DHomMatrix() function in basegfx::B2DHomMatrix
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx36 class BASEGFX_DLLPUBLIC B2DHomMatrix class
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextbreakuphelper.cxx187 …bool TextBreakupHelper::allowChange(sal_uInt32 /*nCount*/, basegfx::B2DHomMatrix& /*rNewTransform*… in allowChange()
/trunk/main/vcl/inc/
H A Doutdev.h244 namespace basegfx { class B2DHomMatrix; } variable