Lines Matching refs:aMatrix
70 ::basegfx::B2DHomMatrix aMatrix; in ImpExportNewTrans()
71 ImpExportNewTrans_GetB2DHomMatrix(aMatrix, xPropSet); in ImpExportNewTrans()
78 …ImpExportNewTrans_DecomposeAndRefPoint(aMatrix, aTRScale, fTRShear, fTRRotate, aTRTranslate, pRefP… in ImpExportNewTrans()
109 drawing::HomogenMatrix3 aMatrix; in ImpExportNewTrans_GetB2DHomMatrix() local
110 aAny >>= aMatrix; in ImpExportNewTrans_GetB2DHomMatrix()
112 rMatrix.set(0, 0, aMatrix.Line1.Column1); in ImpExportNewTrans_GetB2DHomMatrix()
113 rMatrix.set(0, 1, aMatrix.Line1.Column2); in ImpExportNewTrans_GetB2DHomMatrix()
114 rMatrix.set(0, 2, aMatrix.Line1.Column3); in ImpExportNewTrans_GetB2DHomMatrix()
115 rMatrix.set(1, 0, aMatrix.Line2.Column1); in ImpExportNewTrans_GetB2DHomMatrix()
116 rMatrix.set(1, 1, aMatrix.Line2.Column2); in ImpExportNewTrans_GetB2DHomMatrix()
117 rMatrix.set(1, 2, aMatrix.Line2.Column3); in ImpExportNewTrans_GetB2DHomMatrix()
118 rMatrix.set(2, 0, aMatrix.Line3.Column1); in ImpExportNewTrans_GetB2DHomMatrix()
119 rMatrix.set(2, 1, aMatrix.Line3.Column2); in ImpExportNewTrans_GetB2DHomMatrix()
120 rMatrix.set(2, 2, aMatrix.Line3.Column3); in ImpExportNewTrans_GetB2DHomMatrix()
819 ::basegfx::B2DHomMatrix aMatrix;
820 ImpExportNewTrans_GetB2DHomMatrix(aMatrix, xPropSet);
827 …ImpExportNewTrans_DecomposeAndRefPoint(aMatrix, aTRScale, fTRShear, fTRRotate, aTRTranslate, pRefP…
993 ::basegfx::B2DHomMatrix aMatrix;
994 ImpExportNewTrans_GetB2DHomMatrix(aMatrix, xPropSet);
1001 …ImpExportNewTrans_DecomposeAndRefPoint(aMatrix, aTRScale, fTRShear, fTRRotate, aTRTranslate, pRefP…