Home
last modified time | relevance | path

Searched refs:getX (Results 101 – 125 of 351) sorted by relevance

12345678910>>...15

/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx1219 const bool bIsHairline = (rLineWidth.getX() == rLineWidth.getY()) && (rLineWidth.getX() <= 1.2); in drawPolyLine()
1240 const double fHalfWidth = 0.5 * rLineWidth.getX(); in drawPolyLine()
1253 … basegfx::tools::createLineTrapezoidFromB2DPolygon( aB2DTrapVector, aPolygon, rLineWidth.getX() ); in drawPolyLine()
1266 if( (rLineWidth.getX() != rLineWidth.getY()) in drawPolyLine()
1270 …aPolygon.transform( basegfx::tools::createScaleB2DHomMatrix(1.0, rLineWidth.getX() / rLineWidth.ge… in drawPolyLine()
1276 if( (rLineWidth.getX() != rLineWidth.getY()) in drawPolyLine()
1277 && !basegfx::fTools::equalZero( rLineWidth.getX() ) ) in drawPolyLine()
1280 …gon.transform(basegfx::tools::createScaleB2DHomMatrix(1.0, rLineWidth.getY() / rLineWidth.getX())); in drawPolyLine()
/trunk/main/canvas/source/tools/
H A Dsurfaceproxy.cxx47 const sal_Int32 aPageSizeX(aPageSize.getX()); in SurfaceProxy()
49 const sal_Int32 aImageSizeX(aImageSize.getX()); in SurfaceProxy()
75 ::basegfx::B2ISize aSize( ::std::min( aImageSize.getX()-x, in SurfaceProxy()
76 aPageSize.getX() ), in SurfaceProxy()
/trunk/main/basegfx/inc/basegfx/range/
H A Db2ibox.hxx49 : maRangeX(rTuple.getX()), in B2IBox()
67 maRangeX(rTuple1.getX()), in B2IBox()
173 maRangeX.isInside(rTuple.getX()) in isInside()
196 maRangeX.expand(rTuple.getX()); in expand()
H A Db2irange.hxx49 : maRangeX(rTuple.getX()), in B2IRange()
67 : maRangeX(rTuple1.getX()), in B2IRange()
174 maRangeX.isInside(rTuple.getX()) in isInside()
197 maRangeX.expand(rTuple.getX()); in expand()
H A Db2drange.hxx52 : maRangeX(rTuple.getX()), in B2DRange()
70 : maRangeX(rTuple1.getX()), in B2DRange()
198 maRangeX.isInside(rTuple.getX()) in isInside()
229 maRangeX.expand(rTuple.getX()); in expand()
H A Db3ibox.hxx48 maRangeX(rTuple.getX()), in B3IBox()
71 maRangeX(rTuple1.getX()), in B3IBox()
202 maRangeX.isInside(rTuple.getX()) in isInside()
228 maRangeX.expand(rTuple.getX()); in expand()
H A Db3irange.hxx50 : maRangeX(rTuple.getX()), in B3IRange()
73 : maRangeX(rTuple1.getX()), in B3IRange()
205 maRangeX.isInside(rTuple.getX()) in isInside()
231 maRangeX.expand(rTuple.getX()); in expand()
H A Db3drange.hxx53 : maRangeX(rTuple.getX()), in B3DRange()
76 : maRangeX(rTuple1.getX()), in B3DRange()
236 maRangeX.isInside(rTuple.getX()) in isInside()
262 maRangeX.expand(rTuple.getX()); in expand()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx917 return aFocusPosition.getX() + aFocusPosition.getY() * nLines ; in GetFoucsPosIndex()
1110 Point pRepaintPoint( aRectSize.Width() *( aFocusPosition.getX() - 1)/ nLines - 1, in KeyInput()
1119 if((aFocusPosition.getX() >= 1)) in KeyInput()
1121 aFocusPosition.setX( aFocusPosition.getX() - 1 ); in KeyInput()
1127 if( aFocusPosition.getX() < (nLines - 1) ) in KeyInput()
1129 aFocusPosition.setX( aFocusPosition.getX() + 1 ); in KeyInput()
1151 ChangePixel( sal_uInt16(aFocusPosition.getX() + aFocusPosition.getY() * nLines) ); in KeyInput()
2232 const basegfx::B2DPoint aPointA2( aPointA1.getX() + ((nAvailableLength * 14) / 20), aYPosA ); in SvxXLinePreview()
2242 const basegfx::B2DPoint aPointB1( aPointA2.getX() + nDistance, aYPosB1); in SvxXLinePreview()
2243 const basegfx::B2DPoint aPointB2( aPointB1.getX() + ((nAvailableLength * 2) / 20), aYPosB2 ); in SvxXLinePreview()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1911 else if(aB2DPoint0.getX() == aB2DPoint1.getX()) in TakeObjNameSingul()
1917 const double fDx(fabs(aB2DPoint0.getX() - aB2DPoint1.getX())); in TakeObjNameSingul()
2486 return Point(FRound(aB2DPoint.getX()), FRound(aB2DPoint.getY())); in GetSnapPoint()
2516 aRetval = Point(FRound(aPoint.getX()), FRound(aPoint.getY())); in GetPoint()
2901 aMoveToZeroMatrix.translate(-aTranslate.getX(), -aTranslate.getY()); in TRGetBaseGeometry()
2973 aTranslate.setX(ImplTwipsToMM(aTranslate.getX())); in TRGetBaseGeometry()
2977 aScale.setX(ImplTwipsToMM(aScale.getX())); in TRGetBaseGeometry()
3020 aScale.setX(fabs(aScale.getX())); in TRSetBaseGeometry()
3043 aTranslate.setX(ImplMMToTwips(aTranslate.getX())); in TRSetBaseGeometry()
3047 aScale.setX(ImplMMToTwips(aScale.getX())); in TRSetBaseGeometry()
[all …]
H A Dsvdocapt.cxx789 if(basegfx::fTools::less(aScale.getX(), 0.0) && basegfx::fTools::less(aScale.getY(), 0.0)) in TRSetBaseGeometry()
791 aScale.setX(fabs(aScale.getX())); in TRSetBaseGeometry()
805 aTranslate.setX(ImplMMToTwips(aTranslate.getX())); in TRSetBaseGeometry()
809 aScale.setX(ImplMMToTwips(aScale.getX())); in TRSetBaseGeometry()
831 Point aPoint(FRound(aTranslate.getX()), FRound(aTranslate.getY())); in TRSetBaseGeometry()
832 Rectangle aBaseRect(aPoint, Size(FRound(aScale.getX()), FRound(aScale.getY()))); in TRSetBaseGeometry()
/trunk/main/canvas/source/directx/
H A Ddx_bitmap.cxx76 maSize.getX(), in DXBitmap()
84 maSize.getX(), in DXBitmap()
180 const geometry::IntegerSize2D aSize( maSize.getX(),maSize.getY() ); in setPixel()
199 const geometry::IntegerSize2D aSize( maSize.getX(),maSize.getY() ); in getPixel()
/trunk/main/drawinglayer/source/processor2d/
H A Dhittestprocessor2d.cxx177 if(aRelativePoint.getX() >= 0.0 && aRelativePoint.getX() <= 1.0 in check3DHit()
186 …basegfx::B3DPoint aFront(aViewToObject * basegfx::B3DPoint(aRelativePoint.getX(), aRelativePoint.g… in check3DHit()
187 … basegfx::B3DPoint aBack(aViewToObject * basegfx::B3DPoint(aRelativePoint.getX(), aRelativePoint.g… in check3DHit()
505 … const sal_Int32 nX(basegfx::fround(aRelativePoint.getX() * rSizePixel.Width())); in processBasePrimitive2D()
H A Dvclmetafileprocessor2d.cxx174 aCenter.getX(), in fillPolyPolygonNeededToBeSplit()
181 aCenter.getX(), in fillPolyPolygonNeededToBeSplit()
776 … if( basegfx::fTools::equalZero( fRotate ) && ( aScale.getX() > 0.0 ) && ( aScale.getY() > 0.0 ) ) in processBasePrimitive2D()
793 aTranslate.getX(), aTranslate.getY(), in processBasePrimitive2D()
794 aTranslate.getX() + aScale.getX(), aTranslate.getY() + aScale.getY()); in processBasePrimitive2D()
830 fFactorX = aScale.getX() / fDivX; in processBasePrimitive2D()
952 …xControlView->draw(basegfx::fround(aTopLeftDiscrete.getX()), basegfx::fround(aTopLeftDiscrete.getY… in processBasePrimitive2D()
1418 aTransform.matrix[0] = aTransformScale.getX(); in processBasePrimitive2D()
1422 aTransform.matrix[2] = aTransformPosition.getX(); in processBasePrimitive2D()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx428 basegfx::B3DPoint aScaleCenter3D(aScaleCenter2D.getX(), aScaleCenter2D.getY(), 0.5); in NbcResize()
445 mTrans.translate(-aScaleCenter3D.getX(), -aScaleCenter3D.getY(), -aScaleCenter3D.getZ()); in NbcResize()
447 mTrans.translate(aScaleCenter3D.getX(), aScaleCenter3D.getY(), aScaleCenter3D.getZ()); in NbcResize()
507 …aTranslate.translate(aMove.getX() - aPos.getX(), aMove.getY() - aPos.getY(), aMove.getZ() - aPos.g… in NbcMove()
1101 basegfx::B2DPoint aPos2D(aPos3D.getX(), aPos3D.getY()); in AddToHdlList()
1106 …rHdlList.AddHdl(new SdrHdl(Point(basegfx::fround(aPos2D.getX()), basegfx::fround(aPos2D.getY())), … in AddToHdlList()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx91 aLocalTransformation.translate( rStartPoint.getX(), in init()
233 aLocalPoint.setX( aLocalPoint.getX() + cos( rState.fontRotation )*nOffset ); in adaptStartPoint()
290 return (rState.mapModeTransform * aSize).getX(); in getLineWidth()
520 aTranslate.translate( rShadowOffset.getX(), in renderEffectText()
538 aTranslate.translate( rReliefOffset.getX(), in renderEffectText()
572 ::basegfx::B2DRange( aBounds.getMinX() + rReliefOffset.getX(), in calcEffectTextBounds()
574 aBounds.getMaxX() + rReliefOffset.getX(), in calcEffectTextBounds()
577 ::basegfx::B2DRange( aBounds.getMinX() + rShadowOffset.getX(), in calcEffectTextBounds()
579 aBounds.getMaxX() + rShadowOffset.getX(), in calcEffectTextBounds()
990 maLinesOverallSize.getX(), in getBounds()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_devicehelper.cxx85 OSL_TRACE("DeviceHelper::setSize(): device size %d x %d", rSize.getX(), rSize.getY() ); in setSize()
95 mpSurface->Resize( rSize.getX() + pOutDev->GetOutOffXPixel(), in setSize()
103 rSize.getX(), rSize.getY() ); in setSize()
279 return mpSurface->getSimilar( aContent, rSize.getX(), rSize.getY() ); in createSurface()
H A Dcairo_canvasbitmap.cxx56 rSize.getX(), in surface2HBitmap()
62 BitBlt( hBmpDC, 0, 0, rSize.getX(), rSize.getX(), in surface2HBitmap()
89 OSL_TRACE( "bitmap size: %dx%d", rSize.getX(), rSize.getY() ); in CanvasBitmap()
H A Dcairo_spritedevicehelper.cxx124 OSL_TRACE("SpriteDeviceHelper::setSize(): device size %d x %d", rSize.getX(), rSize.getY() ); in setSize()
136 rSize.getX(), rSize.getY() ); in setSize()
172 return mpBufferSurface->getSimilar( aContent, rSize.getX(), rSize.getY() ); in createSurface()
/trunk/main/svx/source/unodraw/
H A Dunoshap3.cxx466 aCamGeo.vrp.PositionX = aVRP.getX(); in getPropertyValueImpl()
469 aCamGeo.vpn.DirectionX = aVPN.getX(); in getPropertyValueImpl()
472 aCamGeo.vup.DirectionX = aVUP.getX(); in getPropertyValueImpl()
584 aPos.PositionX = rPos.getX(); in getPropertyValueImpl()
597 aDir.DirectionX = rSize.getX(); in getPropertyValueImpl()
705 aPos.PositionX = rPos.getX(); in getPropertyValueImpl()
718 aDir.DirectionX = rSize.getX(); in getPropertyValueImpl()
827 *pInnerSequenceX++ = aPoint.getX(); in B3dPolyPolygon_to_PolyPolygonShape3D()
834 *pInnerSequenceX++ = aPoint.getX(); in B3dPolyPolygon_to_PolyPolygonShape3D()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx60 if( aSize.getX() == 0 ) in Create()
94 B2IRange aRect( 0, 0, aSize.getX(), aSize.getY() ); in Create()
126 aSize = Size( aVec.getX(), aVec.getY() ); in GetSize()
211 pBuf->mnWidth = aSize.getX(); in AcquireBuffer()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygonrasterconverter.cxx322 mfXPos( (float)(rP1.getX()) ), in ImplLineNode()
323 mfXDelta((float) ((rP2.getX() - rP1.getX()) / mnYCounter) ), in ImplLineNode()
374 return rLHS.aP1.getX() < rRHS.aP1.getX(); in operator ()()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewCell.cxx236 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
257 aCellRect.setX(aCellRect.getX() - aParentRect.getX()); in GetBoundingBox()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx483 aPoint.setX( basegfx::fround( aPoint.getX() ) ); in AddPolygonToPath()
491 CGPathMoveToPoint( xPath, pTransform, aPoint.getX(), aPoint.getY() ); in AddPolygonToPath()
503 CGPathAddLineToPoint( xPath, pTransform, aPoint.getX(), aPoint.getY() ); in AddPolygonToPath()
513 CGPathAddCurveToPoint( xPath, pTransform, aCP1.getX(), aCP1.getY(), in AddPolygonToPath()
514 aCP2.getX(), aCP2.getY(), aPoint.getX(), aPoint.getY() ); in AddPolygonToPath()
992 if( rLineWidths.getX() != rLineWidths.getY() ) in drawPolyLine()
999 && (rLineWidths.getX() > 1.3) ) in drawPolyLine()
1052 CGContextSetLineWidth( mrContext, rLineWidths.getX() ); in drawPolyLine()
1549 aXRel.getX()/aSize.Width(), aXRel.getY()/aSize.Width(), in drawTransformedBitmap()
1550 aYRel.getX()/aSize.Height(), aYRel.getY()/aSize.Height(), in drawTransformedBitmap()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dsphere.cxx62 aWorldTransform.scale(aSphereSize.getX(), aSphereSize.getY(), aSphereSize.getZ()); in createViewIndependentPrimitive3DSequence()
63 … aWorldTransform.translate(aSpherePosition.getX(), aSpherePosition.getY(), aSpherePosition.getZ()); in createViewIndependentPrimitive3DSequence()
75 F_PI * ((aSphereSize.getX() + aSphereSize.getZ()) / 2.0), // PI * d in createViewIndependentPrimitive3DSequence()

Completed in 223 milliseconds

12345678910>>...15