Searched refs:getLocalObjectRange (Results 1 – 2 of 2) sorted by relevance
47 if(!getLocalObjectRange().isEmpty() && !getBitmapEx().IsEmpty()) in create2DDecomposition()59 aObjectTransform.set(0, 0, getLocalObjectRange().getWidth()); in create2DDecomposition()60 aObjectTransform.set(1, 1, getLocalObjectRange().getHeight()); in create2DDecomposition()61 aObjectTransform.set(0, 2, getLocalObjectRange().getMinX()); in create2DDecomposition()62 aObjectTransform.set(1, 2, getLocalObjectRange().getMinY()); in create2DDecomposition()80 basegfx::B2DPoint aTargetTopLeft(getLocalObjectRange().getMinimum()); in create2DDecomposition()103 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()109 … aTargetTopLeft.setX(getLocalObjectRange().getMaxX() - aLogicSize.getX()); in create2DDecomposition()114 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()120 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()[all …]
70 const basegfx::B2DRange& getLocalObjectRange() const { return maObjectRange; } in getLocalObjectRange() function in drawinglayer::primitive2d::WallpaperBitmapPrimitive2D