Home
last modified time | relevance | path

Searched refs:getMinY (Results 1 – 25 of 138) sorted by relevance

123456

/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx170 … 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 Doverlaymanagerbuffered.cxx109 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()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx1250 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 …]
/trunk/main/basegfx/source/range/
H A Db3drange.cxx41 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 Db2drange.cxx41 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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dsceneprimitive2d.cxx123 …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 Dhelplineprimitive2d.cxx106 …const double fCutA((rViewInformation.getDiscreteViewport().getMinY() - aViewPosition.getY()) / get… in create2DDecomposition()
110 …rViewInformation.getDiscreteViewport().getMinY() && aPosB.getY() < rViewInformation.getDiscreteVie… in create2DDecomposition()
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx63 aStartPos = basegfx::B2DPoint(aCenter.getX(), aRange.getMinY()); in GradToVec()
111 aEndPos = basegfx::B2DPoint(aRange.getMinX(), aRange.getMinY()); in GradToVec()
146 aEndPos = basegfx::B2DPoint(aRange.getMinX(), aRange.getMinY()); in GradToVec()
254 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad()
342 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad()
379 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad()
438 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad()
474 const basegfx::B2DPoint aTopLeft(aRange.getMinX(), aRange.getMinY()); in VecToGrad()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewmediashape.cxx244 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 Dviewshape.cxx345 rOrigBounds.getMinY() ); in renderSprite()
569 rBounds.getMinY() ); in render()
673 -aTmpRect.getMinY() ); in render()
710 aTmpRect.getMinX(), aTmpRect.getMinY())); in render()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx99 … 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()
/trunk/main/basegfx/test/
H A Dtesttools.cxx175 rRect.getMinY()), in plot()
177 rRect.getMinY()) ); in plot()
179 rRect.getMinY()), in plot()
189 rRect.getMinY()) ); in plot()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx158 …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 Db2dpolygonclipper.cxx52 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()
755 sp[2].d = -(rRange.getMinY()); in clipTriangleListOnRange()
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrixtools.cxx406 … 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()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx467 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()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx504 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()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx1087 …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()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx282 … aTopLeft(aSnapRange.getMinX() + rText.getTextLeftDistance(), aSnapRange.getMinY() + rText.getText… in createTextPrimitive()
294 aTextAnchorRange.getMinX(), aTextAnchorRange.getMinY()); in createTextPrimitive()
395 aClipTopLeft.setY(aScaledRange.getMinY()); in createTextPrimitive()
405 aRight.translate(0.0, aScale.getY() - aScaledRange.getMinY()); in createTextPrimitive()
/trunk/main/canvas/source/tools/
H A Dsurface.cxx136 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 Dcanvastools.cxx677 -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()
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx119 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()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx69 cairo_rectangle( pCairo.get(), ceil( rArea.getMinX() ), ceil( rArea.getMinY() ), in repaintBackground()
86 cairo_rectangle( pCairo.get(), rArea.getMinX(), rArea.getMinY(), in opaqueUpdateSpriteArea()
429 ::basegfx::B2DVector aPos( ceil( rTotalArea.getMinX() ), ceil( rTotalArea.getMinY() ) ); in opaqueUpdate()
481 static_cast< sal_Int32 >(rRequestedArea.getMinY()) ) ); in genericUpdate()
/trunk/main/chart2/source/view/main/
H A DClipping.cxx117 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()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx244 basegfx::fround(aPrimitiveRange.getMinX()), basegfx::fround(aPrimitiveRange.getMinY()), in impDumpToMetaFile()
796 sal_Int32(floor(aCurrentRange.getMinX())), sal_Int32(floor(aCurrentRange.getMinY())), in processBasePrimitive2D()
845 sal_Int32(floor(aCropRange.getMinX())), sal_Int32(floor(aCropRange.getMinY())), in processBasePrimitive2D()
907 … (sal_Int32)floor(aRangeLogic.getMinX()), (sal_Int32)floor(aRangeLogic.getMinY()), in processBasePrimitive2D()
1016 … (sal_Int32)floor(aViewRange.getMinX()), (sal_Int32)floor(aViewRange.getMinY()), in processBasePrimitive2D()
1806 … (sal_Int32)floor(aInvisibleRange.getMinX()), (sal_Int32)floor(aInvisibleRange.getMinY()), in processBasePrimitive2D()
2013 … (sal_Int32)floor(aViewRange.getMinX()), (sal_Int32)floor(aViewRange.getMinY()), in processBasePrimitive2D()

Completed in 148 milliseconds

123456