Home
last modified time | relevance | path

Searched refs:getMinY (Results 26 – 50 of 138) sorted by relevance

123456

/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx69 double fTargetOffsetY(rTargetRange.getMinY()); in init1DGradientInfo()
140 double fTargetOffsetY(rTargetRange.getMinY()); in initEllipticalGradientInfo()
209 double fTargetOffsetY(rTargetRange.getMinY()); in initRectGradientInfo()
H A Dtools.cxx61 rFitTarget.getMinY(), in moveLineOutsideRect()
71 rFitTarget.getMinY(), in moveLineOutsideRect()
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx230 aTrans.translate(rRange.getMinX(), rRange.getMinY(), rRange.getMinZ()); in createCubePolyPolygonFromB3DRange()
247 aTrans.translate(rRange.getMinX(), rRange.getMinY(), rRange.getMinZ()); in createCubeFillPolyPolygonFromB3DRange()
355 aTrans.translate(rRange.getMinX(), rRange.getMinY(), rRange.getMinZ()); in createSpherePolyPolygonFromB3DRange()
434 aTrans.translate(rRange.getMinX(), rRange.getMinY(), rRange.getMinZ()); in createSphereFillPolyPolygonFromB3DRange()
H A Db2dpolygontools.cxx1736 aRetval.append( B2DPoint( rRect.getMinX(), rRect.getMinY() ) ); in createPolygonFromRect()
1737 aRetval.append( B2DPoint( rRect.getMaxX(), rRect.getMinY() ) ); in createPolygonFromRect()
1779 const B2DPoint aTopRight(rRect.getMaxX(), rRect.getMinY()); in createPolygonFromRect()
1788 const B2DPoint aTopLeft(rRect.getMinX(), rRect.getMinY()); in createPolygonFromRect()
1821 aRetval.append( B2DPoint( rRect.getMinX(), rRect.getMinY() ) ); in createPolygonFromRect()
1822 aRetval.append( B2DPoint( rRect.getMaxX(), rRect.getMinY() ) ); in createPolygonFromRect()
2665 const double fRelativeY((rCandidate.getY() - rOriginal.getMinY()) / rOriginal.getHeight()); in distort()
3147 B2DPoint(rRect.getMinX(),rRect.getMinY()), in isPolyPolygonEqualRectangle()
3148 B2DPoint(rRect.getMaxX(),rRect.getMinY()), in isPolyPolygonEqualRectangle()
/trunk/main/svx/source/engine3d/
H A De3dsceneupdater.cxx102 aAllContentRange.getMinX(), aAllContentRange.getMinY(), in ~E3DModifySceneSnapRectUpdater()
110 sal_Int32(floor(aSnapRange.getMinX())), sal_Int32(floor(aSnapRange.getMinY())), in ~E3DModifySceneSnapRectUpdater()
H A Dpolygn3d.cxx217 aTex.setX((aCandidate.getY() - aVolume.getMinY()) / aVolume.getHeight()); in CreateDefaultTexture()
233 aTex.setY((aCandidate.getY() - aVolume.getMinY()) / aVolume.getHeight()); in CreateDefaultTexture()
/trunk/main/drawinglayer/source/primitive2d/
H A Dsvggradientprimitive2d.cxx410 aPolyRange.getMinX(), aPolyRange.getMinY())); in create2DDecomposition()
471 1.0, aUnitRange.getHeight(), 0.0, aUnitRange.getMinY())); in create2DDecomposition()
754 aPolyRange.getMinX(), aPolyRange.getMinY())); in create2DDecomposition()
805 … fMax = std::max(fMax, basegfx::B2DVector(aUnitRange.getMaxX(), aUnitRange.getMinY()).getLength()); in create2DDecomposition()
H A Dmediaprimitive2d.cxx94 aTransform.translate(-aSourceRange.getMinX(), -aSourceRange.getMinY()); in create2DDecomposition()
96 aTransform.translate(aDestRange.getMinX(), aDestRange.getMinY()); in create2DDecomposition()
H A Dwallpaperprimitive2d.cxx62 aObjectTransform.set(1, 2, getLocalObjectRange().getMinY()); in create2DDecomposition()
161 aObjectTransform.set(1, 2, aTargetRange.getMinY()); in create2DDecomposition()
H A Dgridprimitive2d.cxx161 … const double fMinY(floor((aExtendedViewport.getMinY() - fHalfCrossSize) / fStepY) * fStepY); in create2DDecomposition()
183 for(double fY(aExtendedViewport.getMinY()); fY < aExtendedViewport.getMaxY(); fY += fStepY) in create2DDecomposition()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrole2obj.cxx85 aObjectRange.getMinX(), aObjectRange.getMinY()); in createObjectTransform()
134 -aChartContentRange.getMinY())); in createPrimitive2DSequenceWithParameters()
H A Dviewcontactofe3dscene.cxx230 aDeviceRange.getMinY(), aDeviceRange.getMaxY(), in createViewInformation3D()
237 aDeviceRange.getMinY(), aDeviceRange.getMaxY(), in createViewInformation3D()
/trunk/main/basegfx/source/range/
H A Db2xrange.cxx64 const typename RangeType::ValueType ay(a.getMinY()); in doComputeSetDifference()
68 const typename RangeType::ValueType by(b.getMinY()); in doComputeSetDifference()
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx429 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
470 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
510 pImage += rSourceRect.getMinY()*nSourcePitchInBytes; in update()
943 rUpdateArea.getMinY(), in flip()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx599 aCellMatrix.set(1, 2, (double)aCellArea.getMinY() + aObjectRange.getMinY()); in createViewIndependentPrimitive2DSequence()
710 aObjectRange.getMinX(), aObjectRange.getMinY())); in createViewIndependentPrimitive2DSequence()
/trunk/main/svgio/source/svgreader/
H A Dsvgmasknode.cxx236 aContentRange.getMinY() + (fY * fContentHeight), in apply()
238 aContentRange.getMinY() + ((fY + fH) * fContentHeight)); in apply()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx210 … static_cast<sal_Int32>(rPixelBounds.getMinY()), in startApplet()
281 static_cast<sal_Int32>(rPixelBounds.getMinY()), in resize()
H A Dshapeimporter.cxx202 aTmpRect.Y - groupPosSize.getMinY() ); in ShapeOfGroup()
246 double const posY = (groupPosSize.getMinY() + maPosOffset.getY()); in getBounds()
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx78 return awt::Point( rB2IRectangle.getMinX(), rB2IRectangle.getMinY() ); in B2IRectangleToAWTPoint()
90 return awt::Rectangle( rB2IRectangle.getMinX(), rB2IRectangle.getMinY(), in B2IRectangleToAWTRectangle()
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx580 double fTargetOffsetY(rDefinitionRange.getMinY()); in GeoTexSvxHatch()
658 double fStart(basegfx::snapToNearestMultiple(aBackUnitRange.getMinY(), mfDistance)); in appendTransformations()
751 double fStartY(maRange.getMinY()); in appendTransformations()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanager.cxx315 (sal_Int32)floor(rRange.getMinY() - fDiscreteOne), in invalidateRange()
327 (sal_Int32)floor(rRange.getMinX()), (sal_Int32)floor(rRange.getMinY()), in invalidateRange()
/trunk/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx151 const sal_Int32 nClipY1( std::max((sal_Int32)0,rClipRect.getMinY()) ); in renderClippedPolyPolygon()
158 const sal_Int32 nMinY( basegfx::fround(aPolyBounds.getMinY()) ); in renderClippedPolyPolygon()
H A Dclippedlinerenderer.hxx262 rClipRect.getMinY(), basegfx::tools::RectClipFlags::TOP, in renderClippedLine()
336 rClipRect.getMinY(), basegfx::tools::RectClipFlags::TOP, in renderClippedLine()
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx322 && fabs(rRangeB.getMinY() - rRangeA.getMinY()) <= fSmallValue in impIsEqualB2DRange()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx93 aScaleTrans.translate(-aGrownRange.getMinX(), -aGrownRange.getMinY()); in impGetOuterPolyPolygon()
95 aScaleTrans.translate(aRange.getMinX(), aRange.getMinY()); in impGetOuterPolyPolygon()
622 aTexRangeBack.getMinZ(), aTexRangeBack.getMinY(), aTexRangeBack.getMinX(), in extractPlanesFromSlice()

Completed in 284 milliseconds

123456