Searched refs:getLocalObjectRange (Results 1 – 2 of 2) sorted by relevance
43 if(!getLocalObjectRange().isEmpty() && !getBitmapEx().IsEmpty()) in create2DDecomposition()55 aObjectTransform.set(0, 0, getLocalObjectRange().getWidth()); in create2DDecomposition()56 aObjectTransform.set(1, 1, getLocalObjectRange().getHeight()); in create2DDecomposition()57 aObjectTransform.set(0, 2, getLocalObjectRange().getMinX()); in create2DDecomposition()58 aObjectTransform.set(1, 2, getLocalObjectRange().getMinY()); in create2DDecomposition()76 basegfx::B2DPoint aTargetTopLeft(getLocalObjectRange().getMinimum()); in create2DDecomposition()99 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()105 … aTargetTopLeft.setX(getLocalObjectRange().getMaxX() - aLogicSize.getX()); in create2DDecomposition()110 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()116 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()[all …]
70 const basegfx::B2DRange& getLocalObjectRange() const { return maObjectRange; } in getLocalObjectRange() function in drawinglayer::primitive2d::WallpaperBitmapPrimitive2D