/aoo41x/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 111 aStartPos = basegfx::B2DPoint(aRange.getMinX(), aRange.getMaximum().getY()); in GradToVec() 112 aEndPos = basegfx::B2DPoint(aRange.getMinX(), aRange.getMinY()); in GradToVec() 146 aStartPos = basegfx::B2DPoint(aRange.getMinX(), aCenter.getY()); in GradToVec() 147 aEndPos = basegfx::B2DPoint(aRange.getMinX(), aRange.getMinY()); in GradToVec() 255 const basegfx::B2DPoint aBottomLeft(aRange.getMinX(), aRange.getMaximum().getY()); in VecToGrad() 256 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad() 344 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad() 381 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad() 440 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad() 476 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad() [all …]
|
/aoo41x/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 159 … aPolygon.append(basegfx::B2DPoint(getViewport().getMinX(), getBasePosition().getY())); in create2DDecomposition() 257 getObjectRange().getMinX(), getObjectRange().getMinY(), getRotation())); in create2DDecomposition() 390 … aLine.append(basegfx::B2DPoint(getViewport().getMinX(), getBasePosition().getY())); in create2DDecomposition() 486 … aLine.append(basegfx::B2DPoint(getViewport().getMinX(), getRollingRectangle().getMinY())); in create2DDecomposition() 487 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getRollingRectangle().getMinY())); in create2DDecomposition() 491 … aLine.append(basegfx::B2DPoint(getViewport().getMinX(), getRollingRectangle().getMaxY())); in create2DDecomposition() 492 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getRollingRectangle().getMaxY())); in create2DDecomposition() 508 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getViewport().getMinY())); in create2DDecomposition() 509 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getRollingRectangle().getMinY())); in create2DDecomposition() 519 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getRollingRectangle().getMaxY())); in create2DDecomposition() [all …]
|
H A D | overlaymanagerbuffered.cxx | 109 maBufferRememberedRangePixel.getMinX(), maBufferRememberedRangePixel.getMinY(), in ImpRestoreBackground() 313 maBufferRememberedRangePixel.getMinX(), maBufferRememberedRangePixel.getMinY(), 353 maBufferRememberedRangePixel.getMinX(), maBufferRememberedRangePixel.getMinY(), 446 maBufferRememberedRangePixel.getMinX(), maBufferRememberedRangePixel.getMinY(), 567 (sal_Int32)floor(aDiscreteRange.getMinX() - fDiscreteOne), in invalidateRange() 578 …const basegfx::B2IPoint aTopLeft((sal_Int32)floor(aDiscreteRange.getMinX()), (sal_Int32)floor(aDis… in invalidateRange()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1249 double fLeft(maWorkRange.getMinX()); in IMPL_LINK_INLINE_END() 1335 fLeft = maWorkRange.getMinX(); in IMPL_LINK_INLINE_END() 1427 rfX -= rRange.getCenter().getX() - rRange.getMinX(); in GetTopLeftPosition() 1442 rfX -= rRange.getCenter().getX() - rRange.getMinX(); in GetTopLeftPosition() 1459 rfX -= rRange.getCenter().getX() - rRange.getMinX(); in GetTopLeftPosition() 1483 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged() 1501 maMtrPosX.SetValue( basegfx::fround64(maRange.getMinX()) ); in PointChanged() 1564 double fLeft(maRange.getMinX()); in GetRect() 1582 fLeft = maRange.getMinX() - ( fRight - maRange.getMaxX() ); in GetRect() 1598 fLeft = maRange.getMinX() - ( fRight - maRange.getMaxX() ); in GetRect() [all …]
|
/aoo41x/main/basegfx/source/range/ |
H A D | b3drange.cxx | 40 maRangeX = rRange.getMinX(); in B3DRange() 56 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMinZ())); in transform() 58 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMinZ())); in transform() 60 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMaxZ())); in transform() 62 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMaxZ())); in transform() 71 B3IRange(fround(rRange.getMinX()), in fround()
|
H A D | b2drange.cxx | 40 maRangeX = rRange.getMinX(); in B2DRange() 54 expand(rMatrix * B2DPoint(aSource.getMinX(), aSource.getMinY())); in transform() 56 expand(rMatrix * B2DPoint(aSource.getMinX(), aSource.getMaxY())); in transform()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | sceneprimitive2d.cxx | 120 …onst double fMinX(basegfx::fTools::equal(rVisibleDiscreteRange.getMinX(), rDiscreteRange.getMinX()) in calculateDiscreteSizes() 122 : (rVisibleDiscreteRange.getMinX() - rDiscreteRange.getMinX()) * fDiscreteScaleFactorX); in calculateDiscreteSizes() 129 : (rVisibleDiscreteRange.getMaxX() - rDiscreteRange.getMinX()) * fDiscreteScaleFactorX); in calculateDiscreteSizes() 219 aObjToUnit.translate(-aDiscreteRange.getMinX(), -aDiscreteRange.getMinY()); in create2DDecomposition() 302 aNew2DTransform.set(0, 2, aVisibleDiscreteRange.getMinX()); in create2DDecomposition() 388 … const double fRelativeX((aRelativePoint.getX() - maOldUnitVisiblePart.getMinX()) / fDivisorX); in tryToCheckLastVisualisationDirectHit() 449 aRetval.expand(basegfx::B2DTuple(floor(aRetval.getMinX()), floor(aRetval.getMinY()))); in getB2DRange()
|
H A D | helplineprimitive2d.cxx | 90 …const double fCutA((rViewInformation.getDiscreteViewport().getMinX() - aViewPosition.getX()) / get… in create2DDecomposition() 94 …rViewInformation.getDiscreteViewport().getMinX() && aPosB.getX() < rViewInformation.getDiscreteVie… in create2DDecomposition()
|
H A D | svggradientprimitive2d.cxx | 410 aPolyRange.getMinX(), aPolyRange.getMinY())); in create2DDecomposition() 476 …double fPos(createRun(aTargetColor, aTargetOpacity, aUnitRange.getMinX(), aUnitRange.getMaxX(), ge… in create2DDecomposition() 503 while(fPos > aUnitRange.getMinX()) in create2DDecomposition() 754 aPolyRange.getMinX(), aPolyRange.getMinY())); in create2DDecomposition() 804 … fMax = std::max(fMax, basegfx::B2DVector(aUnitRange.getMinX(), aUnitRange.getMaxY()).getLength()); in create2DDecomposition()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrobjcustomshape.cxx | 99 … aTextRange.getMinX() + aTranslation.getX(), aTextRange.getMinY() + aTranslation.getY(), in getCorrectedTextBoundRect() 173 aTextRange.getMinX() - aObjectRange.getMinimum().getX(), in createViewIndependentPrimitive2DSequence() 180 ( aTextRange.getWidth() / 2 ) + ( aTextRange.getMinX() - aObjectRange.getMinimum().getX() ), in createViewIndependentPrimitive2DSequence() 202 aTextBoxMatrix.translate(aTextRange.getMinX(), aTextRange.getMinY()); in createViewIndependentPrimitive2DSequence() 235 aObjectRange.getMinX(), aObjectRange.getMinY())); in createViewIndependentPrimitive2DSequence()
|
/aoo41x/main/slideshow/source/engine/shapes/ |
H A D | viewmediashape.cxx | 243 const Point aPosPixel( rRangePix.getMinX() + maWindowOffset.X, in resize() 245 const Size aSizePixel( rRangePix.getMaxX() - rRangePix.getMinX(), in resize() 431 awt::Rectangle aAWTRect( rRangePix.getMinX(), in implInitializeVCLBasedPlayerWindow() 433 rRangePix.getMaxX() - rRangePix.getMinX(), in implInitializeVCLBasedPlayerWindow() 507 awt::Rectangle aAWTRect( rRangePix.getMinX() + maWindowOffset.X, in implInitializeDXBasedPlayerWindow() 509 … rRangePix.getMaxX() - rRangePix.getMinX(), in implInitializeDXBasedPlayerWindow()
|
H A D | viewshape.cxx | 344 aShapeTransformation.translate( rOrigBounds.getMinX(), in renderSprite() 568 rBounds.getMinX(), in render() 672 aAdjustedCanvasTransform.translate( -aTmpRect.getMinX(), in render() 710 aTmpRect.getMinX(), aTmpRect.getMinY())); in render()
|
/aoo41x/main/basegfx/test/ |
H A D | testtools.cxx | 174 plot( B2DPoint(rRect.getMinX(), in plot() 184 B2DPoint(rRect.getMinX(), in plot() 186 plot( B2DPoint(rRect.getMinX(), in plot() 188 B2DPoint(rRect.getMinX(), in plot()
|
/aoo41x/main/basegfx/source/matrix/ |
H A D | b2dhommatrixtools.cxx | 406 … if(!fTools::equalZero(rSourceRange.getMinX()) || !fTools::equalZero(rSourceRange.getMinY())) in createSourceRangeTargetRangeTransform() 408 aRetval.set(0, 2, -rSourceRange.getMinX()); in createSourceRangeTargetRangeTransform() 424 … if(!fTools::equalZero(rTargetRange.getMinX()) || !fTools::equalZero(rTargetRange.getMinY())) in createSourceRangeTargetRangeTransform() 427 rTargetRange.getMinX(), in createSourceRangeTargetRangeTransform()
|
/aoo41x/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 466 return geometry::RealRectangle2D( rRect.getMinX(), in rectangle2DFromB2DRectangle() 474 return geometry::RealRectangle3D( rRect.getMinX(), in rectangle3DFromB3DRectangle() 526 return geometry::IntegerRectangle2D( rRectangle.getMinX(), rRectangle.getMinY(), in integerRectangle2DFromB2IRectangle() 569 return awt::Rectangle( rRect.getMinX(), in awtRectangleFromB2IRectangle() 597 return ::basegfx::B2IRange( static_cast<sal_Int32>( floor(rRange.getMinX()) ), in b2ISurroundingRangeFromB2DRange() 605 return ::basegfx::B2DRange( floor(rRange.getMinX()), in b2DSurroundingIntegerRangeFromB2DRange()
|
/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 70 else if(!bParallelToXAxis && fTools::moreOrEqual(aCandidateRange.getMinX(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis() 97 … bParallelToXAxis ? aCandidateRange.getMinX() - fSmallExtension : fValueOnOtherAxis, in clipPolygonOnParallelAxis() 260 …aRetval = clipPolygonOnParallelAxis(aRetval.getB2DPolygon(0L), false, bInside, rRange.getMinX(), b… in clipPolygonOnRange() 264 aRetval = clipPolyPolygonOnParallelAxis(aRetval, false, bInside, rRange.getMinX(), bStroke); in clipPolygonOnRange() 674 sp[0].d = -(rRange.getMinX()); in clipTriangleListOnRange()
|
H A D | b3dpolygonclipper.cxx | 140 …if(B3DORIENTATION_X == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinX(), fPlaneOf… in clipPolygonOnOrthogonalPlane() 336 aCandidateRange3D.getMinX(), aCandidateRange3D.getMinY(), in clipPolygonOnRange() 359 …pPolygonOnOrthogonalPlane(rCandidate, tools::B3DORIENTATION_X, bInside, rRange.getMinX(), bStroke); in clipPolygonOnRange() 453 …const B2DRange aCandidateRange2D(rRange.getMinX(), rRange.getMinY(), rRange.getMaxX(), rRange.getM… in clipPolygonOnRange()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | tools.cxx | 503 return basegfx::B2DRange( rShapeBounds.getMinX() / rPageSize.getX(), in calcRelativeShapeBounds() 523 rShapeBounds.getMinX(), rShapeBounds.getMinY())); in getShapeTransformation() 637 basegfx::tools::lerp( rShapeBounds.getMinX(), in getShapeUpdateArea() 639 rUnitBounds.getMinX() ), in getShapeUpdateArea() 643 basegfx::tools::lerp( rShapeBounds.getMinX(), in getShapeUpdateArea()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | obj3d.cxx | 1087 …case 0 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList() 1088 …case 1 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList() 1089 …case 2 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList() 1090 …case 3 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo… in AddToHdlList() 1165 aBoundVolume.getMinX(), aBoundVolume.getMinY(), in RecalcSnapRect() 1174 sal_Int32(floor(aSnapRange.getMinX())), sal_Int32(floor(aSnapRange.getMinY())), in RecalcSnapRect()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrdecompositiontools.cxx | 253 …const basegfx::B2DPoint aTopLeft(aSnapRange.getMinX() + rText.getTextLeftDistance(), aSnapRange.ge… in createTextPrimitive() 265 aTextAnchorRange.getMinX(), aTextAnchorRange.getMinY()); in createTextPrimitive() 369 aRight.translate(aScale.getX() - aScaledRange.getMinX(), 0.0); in createTextPrimitive() 373 aClipTopLeft.setX(aScaledRange.getMinX()); in createTextPrimitive()
|
/aoo41x/main/canvas/source/tools/ |
H A D | surface.cxx | 135 const double u1(rUV.getMinX()); in draw() 264 const double u1(rUV.getMinX()); in drawRectangularArea() 439 const double tu(((aPoint.getX()-aSurfaceClipRect.getMinX())*rUV.getWidth()/w)+rUV.getMinX()); in drawWithClip()
|
H A D | canvastools.cxx | 677 -aTransformedRect.getMinX(), -aTransformedRect.getMinY())); in calcRectToOriginTransform() 713 aPoint.setX( inRect.getMinX() ); in calcTransformedRectBounds() 742 -aTransformedRect.getMinX(), -aTransformedRect.getMinY())); in calcRectToRectTransform() 753 aCorrectedTransform.translate( destRect.getMinX(), in calcRectToRectTransform() 885 const ::basegfx::B2IPoint aTopLeft( ::basegfx::fround( rRange.getMinX() ), in spritePixelAreaFromB2DRange() 950 const double nX0( rRange.getMinX() ); in getBoundMarksPolyPolygon()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | Clipping.cxx | 115 if( lcl_CLIPt(aDirection.getX(), rRectangle.getMinX() - rPoint0.getX(), fTE, fTL) ) in lcl_clip2d() 223 …::basegfx::B2DRange a2DRange( a3DRange.getMinX(), a3DRange.getMinY(), a3DRange.getMaxX(), a3DRange… in clipPolygonAtRectangle() 252 drawing::Position3D aLast(rRectangle.getMinX()-1.0,rRectangle.getMinY()-1.0, 0.0 ); in clipPolygonAtRectangle()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_spritecanvashelper.cxx | 69 cairo_rectangle( pCairo.get(), ceil( rArea.getMinX() ), ceil( rArea.getMinY() ), in repaintBackground() 86 cairo_rectangle( pCairo.get(), rArea.getMinX(), rArea.getMinY(), in opaqueUpdateSpriteArea() 428 ::basegfx::B2DVector aPos( ceil( rTotalArea.getMinX() ), ceil( rTotalArea.getMinY() ) ); in opaqueUpdate() 478 static_cast< sal_Int32 >(rRequestedArea.getMinX()) ), in genericUpdate()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_5rm.cxx | 118 rSourceArea.getMinX(), in doBlit() 187 (rSourceArea.getMinX()<<2); in doBlit() 214 (rSourceArea.getMinX()<<2); in doBlit() 236 (rSourceArea.getMinX()<<2); in doBlit() 919 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update() 947 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update() 981 pImage += rSourceRect.getMinX()*nSourceBytesPerPixel; in update() 1665 sal_Int32(io_rDestArea.getMinX() + aPoint.x) ) ), in convert2Screen()
|