/aoo4110/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 170 … aPolygon.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMinY())); in create2DDecomposition() 257 getObjectRange().getMinX(), getObjectRange().getMinY(), getRotation())); in create2DDecomposition() 373 … aLine.append(basegfx::B2DPoint(getBasePosition().getX(), getViewport().getMinY())); in create2DDecomposition() 486 … aLine.append(basegfx::B2DPoint(getViewport().getMinX(), getRollingRectangle().getMinY())); in create2DDecomposition() 487 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getRollingRectangle().getMinY())); in create2DDecomposition() 497 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMaxX(), getRollingRectangle().getMinY())); in create2DDecomposition() 498 … aLine.append(basegfx::B2DPoint(getViewport().getMaxX(), getRollingRectangle().getMinY())); in create2DDecomposition() 508 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getViewport().getMinY())); in create2DDecomposition() 509 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMinX(), getRollingRectangle().getMinY())); in create2DDecomposition() 513 … aLine.append(basegfx::B2DPoint(getRollingRectangle().getMaxX(), getViewport().getMinY())); 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(), 568 (sal_Int32)floor(aDiscreteRange.getMinY() - fDiscreteOne)); in invalidateRange() 578 …t aTopLeft((sal_Int32)floor(aDiscreteRange.getMinX()), (sal_Int32)floor(aDiscreteRange.getMinY())); in invalidateRange()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | transfrm.cxx | 1250 double fTop(maWorkRange.getMinY()); in IMPL_LINK_INLINE_END() 1336 fTop = maWorkRange.getMinY(); in IMPL_LINK_INLINE_END() 1437 rfY -= rRange.getCenter().getY() - rRange.getMinY(); in GetTopLeftPosition() 1443 rfY -= rRange.getCenter().getY() - rRange.getMinY(); in GetTopLeftPosition() 1449 rfY -= rRange.getCenter().getY() - rRange.getMinY(); in GetTopLeftPosition() 1484 maMtrPosY.SetValue( basegfx::fround64(maRange.getMinY()) ); in PointChanged() 1490 maMtrPosY.SetValue( basegfx::fround64(maRange.getMinY()) ); in PointChanged() 1565 double fTop(maRange.getMinY()); in GetRect() 1604 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect() 1610 fTop = maRange.getMinY() - ( fBottom - maRange.getMaxY() ); in GetRect() [all …]
|
/aoo4110/main/basegfx/source/range/ |
H A D | b3drange.cxx | 41 maRangeY = rRange.getMinY(); in B3DRange() 56 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMinZ())); in transform() 57 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMinZ())); in transform() 60 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMaxZ())); in transform() 61 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMaxZ())); in transform() 72 fround(rRange.getMinY()), in fround()
|
H A D | b2drange.cxx | 41 maRangeY = rRange.getMinY(); in B2DRange() 54 expand(rMatrix * B2DPoint(aSource.getMinX(), aSource.getMinY())); in transform() 55 expand(rMatrix * B2DPoint(aSource.getMaxX(), aSource.getMinY())); in transform()
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | sceneprimitive2d.cxx | 123 …onst double fMinY(basegfx::fTools::equal(rVisibleDiscreteRange.getMinY(), rDiscreteRange.getMinY()) in calculateDiscreteSizes() 125 : (rVisibleDiscreteRange.getMinY() - rDiscreteRange.getMinY()) * fDiscreteScaleFactorY); in calculateDiscreteSizes() 132 : (rVisibleDiscreteRange.getMaxY() - rDiscreteRange.getMinY()) * fDiscreteScaleFactorY); in calculateDiscreteSizes() 219 aObjToUnit.translate(-aDiscreteRange.getMinX(), -aDiscreteRange.getMinY()); in create2DDecomposition() 303 aNew2DTransform.set(1, 2, aVisibleDiscreteRange.getMinY()); in create2DDecomposition() 389 … const double fRelativeY((aRelativePoint.getY() - maOldUnitVisiblePart.getMinY()) / fDivisorY); in tryToCheckLastVisualisationDirectHit() 449 aRetval.expand(basegfx::B2DTuple(floor(aRetval.getMinX()), floor(aRetval.getMinY()))); in getB2DRange()
|
H A D | helplineprimitive2d.cxx | 106 …const double fCutA((rViewInformation.getDiscreteViewport().getMinY() - aViewPosition.getY()) / get… in create2DDecomposition() 110 …rViewInformation.getDiscreteViewport().getMinY() && aPosB.getY() < rViewInformation.getDiscreteVie… in create2DDecomposition()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | gradtrns.cxx | 64 aStartPos = basegfx::B2DPoint(aCenter.getX(), aRange.getMinY()); in GradToVec() 112 aEndPos = basegfx::B2DPoint(aRange.getMinX(), aRange.getMinY()); in GradToVec() 147 aEndPos = basegfx::B2DPoint(aRange.getMinX(), aRange.getMinY()); in GradToVec() 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()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrobjcustomshape.cxx | 99 … aTextRange.getMinX() + aTranslation.getX(), aTextRange.getMinY() + aTranslation.getY(), in getCorrectedTextBoundRect() 174 aTextRange.getMinY() - aObjectRange.getMinimum().getY()); in createViewIndependentPrimitive2DSequence() 181 … ( aTextRange.getHeight() / 2 ) + ( aTextRange.getMinY() - aObjectRange.getMinimum().getY() ) ); in createViewIndependentPrimitive2DSequence() 202 aTextBoxMatrix.translate(aTextRange.getMinX(), aTextRange.getMinY()); in createViewIndependentPrimitive2DSequence() 235 aObjectRange.getMinX(), aObjectRange.getMinY())); in createViewIndependentPrimitive2DSequence()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | viewmediashape.cxx | 244 rRangePix.getMinY() + maWindowOffset.Y ); in resize() 246 rRangePix.getMaxY() - rRangePix.getMinY() ); in resize() 432 rRangePix.getMinY(), in implInitializeVCLBasedPlayerWindow() 434 rRangePix.getMaxY() - rRangePix.getMinY() ); in implInitializeVCLBasedPlayerWindow() 508 … rRangePix.getMinY() + maWindowOffset.Y, in implInitializeDXBasedPlayerWindow() 510 … rRangePix.getMaxY() - rRangePix.getMinY() ); in implInitializeDXBasedPlayerWindow()
|
H A D | viewshape.cxx | 345 rOrigBounds.getMinY() ); in renderSprite() 569 rBounds.getMinY() ); in render() 673 -aTmpRect.getMinY() ); in render() 710 aTmpRect.getMinX(), aTmpRect.getMinY())); in render()
|
/aoo4110/main/basegfx/test/ |
H A D | testtools.cxx | 175 rRect.getMinY()), in plot() 177 rRect.getMinY()) ); in plot() 179 rRect.getMinY()), in plot() 189 rRect.getMinY()) ); in plot()
|
/aoo4110/main/basegfx/source/matrix/ |
H A D | b2dhommatrixtools.cxx | 406 … if(!fTools::equalZero(rSourceRange.getMinX()) || !fTools::equalZero(rSourceRange.getMinY())) in createSourceRangeTargetRangeTransform() 409 aRetval.set(1, 2, -rSourceRange.getMinY()); in createSourceRangeTargetRangeTransform() 424 … if(!fTools::equalZero(rTargetRange.getMinX()) || !fTools::equalZero(rTargetRange.getMinY())) in createSourceRangeTargetRangeTransform() 428 rTargetRange.getMinY()); in createSourceRangeTargetRangeTransform()
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b3dpolygonclipper.cxx | 158 …else if(B3DORIENTATION_Y == ePlaneOrthogonal && fTools::moreOrEqual(aCandidateRange.getMinY(), fPl… in clipPolygonOnOrthogonalPlane() 336 aCandidateRange3D.getMinX(), aCandidateRange3D.getMinY(), in clipPolygonOnRange() 366 …gonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Y, bInside, rRange.getMinY(), bStroke); in clipPolygonOnRange() 370 …PolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Y, bInside, rRange.getMinY(), bStroke); in clipPolygonOnRange() 453 …const B2DRange aCandidateRange2D(rRange.getMinX(), rRange.getMinY(), rRange.getMaxX(), rRange.getM… in clipPolygonOnRange()
|
H A D | b2dpolygonclipper.cxx | 52 if(bParallelToXAxis && fTools::moreOrEqual(aCandidateRange.getMinY(), fValueOnOtherAxis)) in clipPolygonOnParallelAxis() 98 … bParallelToXAxis ? fValueOnOtherAxis : aCandidateRange.getMinY() - fSmallExtension); in clipPolygonOnParallelAxis() 253 aRetval = clipPolygonOnParallelAxis(rCandidate, true, bInside, rRange.getMinY(), bStroke); in clipPolygonOnRange() 682 sp[2].d = -(rRange.getMinY()); in clipTriangleListOnRange()
|
/aoo4110/main/basegfx/source/tools/ |
H A D | canvastools.cxx | 467 rRect.getMinY(), in rectangle2DFromB2DRectangle() 475 rRect.getMinY(), in rectangle3DFromB3DRectangle() 526 return geometry::IntegerRectangle2D( rRectangle.getMinX(), rRectangle.getMinY(), in integerRectangle2DFromB2IRectangle() 570 rRect.getMinY(), in awtRectangleFromB2IRectangle() 598 static_cast<sal_Int32>( floor(rRange.getMinY()) ), in b2ISurroundingRangeFromB2DRange() 606 floor(rRange.getMinY()), in b2DSurroundingIntegerRangeFromB2DRange()
|
H A D | gradienttools.cxx | 69 double fTargetOffsetY(rTargetRange.getMinY()); in init1DGradientInfo() 140 double fTargetOffsetY(rTargetRange.getMinY()); in initEllipticalGradientInfo() 209 double fTargetOffsetY(rTargetRange.getMinY()); in initRectGradientInfo()
|
/aoo4110/main/slideshow/source/engine/ |
H A D | tools.cxx | 504 rShapeBounds.getMinY() / rPageSize.getY(), in calcRelativeShapeBounds() 523 rShapeBounds.getMinX(), rShapeBounds.getMinY())); in getShapeTransformation() 640 basegfx::tools::lerp( rShapeBounds.getMinY(), in getShapeUpdateArea() 642 rUnitBounds.getMinY() ), in getShapeUpdateArea() 646 basegfx::tools::lerp( rShapeBounds.getMinY(), in getShapeUpdateArea()
|
/aoo4110/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() 1091 …case 4 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo… in AddToHdlList() 1092 …case 5 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); 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()
|
/aoo4110/main/svx/source/sdr/primitive2d/ |
H A D | sdrdecompositiontools.cxx | 253 … aTopLeft(aSnapRange.getMinX() + rText.getTextLeftDistance(), aSnapRange.getMinY() + rText.getText… in createTextPrimitive() 265 aTextAnchorRange.getMinX(), aTextAnchorRange.getMinY()); in createTextPrimitive() 366 aClipTopLeft.setY(aScaledRange.getMinY()); in createTextPrimitive() 376 aRight.translate(0.0, aScale.getY() - aScaledRange.getMinY()); in createTextPrimitive()
|
/aoo4110/main/canvas/source/tools/ |
H A D | surface.cxx | 136 const double v1(rUV.getMinY()); in draw() 265 const double v1(rUV.getMinY()); in drawRectangularArea() 440 … const double tv(((aPoint.getY()-aSurfaceClipRect.getMinY())*rUV.getHeight()/h)+rUV.getMinY()); in drawWithClip()
|
H A D | canvastools.cxx | 677 -aTransformedRect.getMinX(), -aTransformedRect.getMinY())); in calcRectToOriginTransform() 707 aPoint.setY( inRect.getMinY() ); in calcTransformedRectBounds() 742 -aTransformedRect.getMinX(), -aTransformedRect.getMinY())); in calcRectToRectTransform() 754 destRect.getMinY() ); in calcRectToRectTransform() 886 ::basegfx::fround( rRange.getMinY() ) ); in spritePixelAreaFromB2DRange() 951 const double nY0( rRange.getMinY() ); in getBoundMarksPolyPolygon()
|
/aoo4110/main/chart2/source/view/main/ |
H A D | Clipping.cxx | 117 if( lcl_CLIPt(aDirection.getY(), rRectangle.getMinY() - rPoint0.getY(), 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()
|
/aoo4110/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() 480 static_cast< sal_Int32 >(rRequestedArea.getMinY()) ) ); in genericUpdate()
|
/aoo4110/main/canvas/source/directx/ |
H A D | dx_5rm.cxx | 119 rSourceArea.getMinY(), in doBlit() 186 rSourceArea.getMinY()*aDescSrc.lPitch + in doBlit() 213 rSourceArea.getMinY()*aDescSrc.lPitch + in doBlit() 235 rSourceArea.getMinY()*aDescSrc.lPitch + in doBlit() 918 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() 946 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() 980 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update() 1668 sal_Int32(io_rDestArea.getMinY() + aPoint.y) ) ), in convert2Screen()
|