Lines Matching refs:getLocalObjectRange
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()
122 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
123 … aTargetTopLeft.setX(getLocalObjectRange().getMaxX() - aLogicSize.getX()); in create2DDecomposition()
129 … aTargetTopLeft.setY(getLocalObjectRange().getMaxY() - aLogicSize.getY()); in create2DDecomposition()
134 const basegfx::B2DPoint aCenter(getLocalObjectRange().getCenter()); in create2DDecomposition()
136 … aTargetTopLeft.setY(getLocalObjectRange().getMaxY() - aLogicSize.getY()); in create2DDecomposition()
141 aTargetTopLeft = getLocalObjectRange().getMaximum() - aLogicSize; in create2DDecomposition()
166 bNeedsClipping = !getLocalObjectRange().isInside(aTargetRange); in create2DDecomposition()
173 … aLogicSize.getX() / (getLocalObjectRange().getWidth() ? getLocalObjectRange().getWidth() : 1.0), in create2DDecomposition()
174 …aLogicSize.getY() / (getLocalObjectRange().getHeight() ? getLocalObjectRange().getHeight() : 1.0)); in create2DDecomposition()
192 getLocalObjectRange().getRange(), in create2DDecomposition()
193 getLocalObjectRange().getMinimum())); in create2DDecomposition()
210 basegfx::tools::createPolygonFromRect(getLocalObjectRange())); in create2DDecomposition()
241 return (getLocalObjectRange() == rCompare.getLocalObjectRange() in operator ==()
251 return getLocalObjectRange(); in getB2DRange()