Home
last modified time | relevance | path

Searched refs:rStartPoint (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/cppcanvas/source/mtfrenderer/
H A Dtextaction.cxx86 rStartPoint, in init()
142 rStartPoint, in init()
681 rStartPoint, in TextAction()
702 rStartPoint, in TextAction()
879 rStartPoint, in EffectTextAction()
919 rStartPoint, in EffectTextAction()
1079 rStartPoint, in TextArrayAction()
1682 rStartPoint, in OutlineAction()
1726 rStartPoint, in OutlineAction()
2072 rStartPoint, in createOutline()
[all …]
H A Dlineaction.cxx81 LineAction::LineAction( const ::basegfx::B2DPoint& rStartPoint, in LineAction() argument
85 maStartPoint( rStartPoint ), in LineAction()
151 ActionSharedPtr LineActionFactory::createLineAction( const ::basegfx::B2DPoint& rStartPoint, in createLineAction() argument
156 return ActionSharedPtr( new LineAction( rStartPoint, in createLineAction()
H A Dtextaction.hxx73 static ActionSharedPtr createTextAction( const ::Point& rStartPoint,
H A Dimplrenderer.cxx958 void ImplRenderer::createTextAction( const ::Point& rStartPoint, in createTextAction() argument
1045 rStartPoint, in createTextAction()
1117 rStartPoint, in createTextAction()
/aoo42x/main/basegfx/test/
H A Dtesttools.cxx192 void Plotter::plot( const B2DPoint& rStartPoint, const B2DPoint& rEndPoint ) in plot() argument
195 mrOutputStream << "line(" << rStartPoint.getX() in plot()
198 << "line(" << rStartPoint.getY() in plot()
H A Dtesttools.hxx78 void plot( const B2DPoint& rStartPoint, const B2DPoint& rEndPoint );
/aoo42x/main/sw/source/core/layout/
H A Dpaintfrm.cxx2531 void SwTabFrmPainter::FindStylesForLine( const Point& rStartPoint, in FindStylesForLine() argument
2543 SwLineEntryMapConstIter aMapIter = maVertLines.find( rStartPoint.X() ); in FindStylesForLine()
2553 if ( rStartPoint.Y() == rEntry.mnStartPos ) in FindStylesForLine()
2555 else if ( rStartPoint.Y() == rEntry.mnEndPos ) in FindStylesForLine()
2560 if ( rStartPoint.Y() == rEntry.mnEndPos ) in FindStylesForLine()
2568 aMapIter = maHoriLines.find( rStartPoint.Y() ); in FindStylesForLine()
2578 if ( rStartPoint.X() == rEntry.mnEndPos ) in FindStylesForLine()
2585 if ( rStartPoint.X() == rEntry.mnEndPos ) in FindStylesForLine()
2587 else if ( rStartPoint.X() == rEntry.mnStartPos ) in FindStylesForLine()
/aoo42x/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx141 void createTextAction( const ::Point& rStartPoint,
/aoo42x/main/canvas/source/vcl/
H A Dcanvashelper.cxx258 … const Point& rStartPoint( tools::mapRealPoint2D( geometry::RealPoint2D(aBezierSegment.Px, in drawBezier() local
271 aPoly.SetPoint( rStartPoint, 0 ); in drawBezier()
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1730 const Point& rStartPoint = pA->GetStartPoint(); in interpretMetafile() local
1732 const basegfx::B2DPoint aStart(rStartPoint.X(), rStartPoint.Y()); in interpretMetafile()

Completed in 99 milliseconds