Lines Matching refs:aObjectTransform
810 basegfx::B2DHomMatrix aObjectTransform; in createBitmapExPrimitive() local
812 aObjectTransform.set(0, 0, rSize.Width()); in createBitmapExPrimitive()
813 aObjectTransform.set(1, 1, rSize.Height()); in createBitmapExPrimitive()
814 aObjectTransform.set(0, 2, rPoint.X()); in createBitmapExPrimitive()
815 aObjectTransform.set(1, 2, rPoint.Y()); in createBitmapExPrimitive()
817 aObjectTransform = rProperties.getTransformation() * aObjectTransform; in createBitmapExPrimitive()
822 aObjectTransform)); in createBitmapExPrimitive()
2895 basegfx::B2DHomMatrix aObjectTransform; in interpretMetafile() local
2897 aObjectTransform.set(0, 0, aRectangle.GetWidth()); in interpretMetafile()
2898 aObjectTransform.set(1, 1, aRectangle.GetHeight()); in interpretMetafile()
2899 aObjectTransform.set(0, 2, aRectangle.Left()); in interpretMetafile()
2900 aObjectTransform.set(1, 2, aRectangle.Top()); in interpretMetafile()
2903 aObjectTransform = rPropertyHolders.Current().getTransformation() * aObjectTransform; in interpretMetafile()
2908 aObjectTransform, in interpretMetafile()